master
8261289: Incorrect cleanup in LDAP TLS handling
8345799: Update copyright year to 2024 for core-libs in files where it was missed
8377486: com.sun.jndi.ldap.sasl.SaslOutputStream.write() throws NullPointerException if it is already closed
8288895: LdapContext doesn't honor set referrals limit
8187443: Forest Consolidation: Move files to unified layout
8272120: Avoid looking for standard encodings in "java." modules
8344299: SM cleanup in javax.naming modules
8386807: com/sun/jndi/ldap/Connection.java references the wrong exception
8253155: Minor cleanups and Javadoc fixes for LdapDnsProvider of java.naming
8374391: Update the copyright year to 2025 in the remaining files under src/ where it was missed
8263855: Use the blessed modifier order in java.management/naming
8296183: jndiprovider.properties contains properties pointing to non-existing classes
8273874: LdapClient can trigger memory leak
8277954: Replace use of monitors with explicit locks in the JDK LDAP provider implementation
8276042: Remove unused local variables in java.naming
8287497: Use String.contains() instead of String.indexOf() in java.naming
8344023: Unnecessary Hashtable usage in LdapClient.defaultBinaryAttrs
8277795: ldap connection timeout not honoured under contention
8343478: Remove unnecessary @SuppressWarnings annotations (core-libs)
8275535: Retrying a failed authentication on multiple LDAP servers can lead to users blocked
8287544: Replace uses of StringBuffer with StringBuilder in java.naming
8290368: Introduce LDAP and RMI protocol-specific object factory filters to JNDI implementation
8362268: NPE thrown from SASL GSSAPI impl when TLS is used with QOP auth-int against Active Directory
8273098: Unnecessary Vector usage in java.naming
8348986: Improve coverage of enhanced exception messages
8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider
8273484: Cleanup unnecessary null comparison before instanceof check in java.naming