Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8064289

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • None
    • 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

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

              Created:
              Updated:
              Resolved: