Skip to content

Commit 7f58e39

Browse files
committed
Remove @deprecated from org.springframework.mock.jndi package
This commit removes the @deprecated declaration on the org.springframework.mock.jndi package, since such usage results in a compiler warning on JDK 9+ which breaks Spring's JDK 9 and JDK 11 CI builds. https://bugs.openjdk.java.net/browse/JDK-6481080 See spring-projectsgh-22779
1 parent 6e7da62 commit 7f58e39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: spring-test/src/main/java/org/springframework/mock/jndi/package-info.java

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* same JNDI names as within a Java EE container, both application code and
1111
* configuration can be reused without changes.
1212
*/
13-
@Deprecated
1413
@NonNullApi
1514
@NonNullFields
1615
package org.springframework.mock.jndi;

0 commit comments

Comments
 (0)