Migrate com.sun.jndi.** to supported APIs

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: core-libs

      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

            Assignee:
            Mandy Chung (Inactive)
            Reporter:
            Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: