-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
None
All com.sun.jndi.** classes are JDK internal APIs that are not supported and should not be used. This issue documents the supported APIs that you should migrate to use.
1. com.sun.jndi.ldap and com.sun.jndi.dns provider
Use javax.naming and javax.naming.ldap API instead.
2. com.sun.jndi.ldap.BasicControl, LdapName
Use javax.naming.ldap.BasicControl and javax.naming.ldap.LdapName @since 1.5
1. com.sun.jndi.ldap and com.sun.jndi.dns provider
Use javax.naming and javax.naming.ldap API instead.
2. com.sun.jndi.ldap.BasicControl, LdapName
Use javax.naming.ldap.BasicControl and javax.naming.ldap.LdapName @since 1.5