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 gh-22779
This commit is contained in:
Sam Brannen 2019-04-11 16:17:33 +02:00
parent 6e7da62085
commit 7f58e395d3
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
* same JNDI names as within a Java EE container, both application code and
* configuration can be reused without changes.
*/
@Deprecated
@NonNullApi
@NonNullFields
package org.springframework.mock.jndi;