-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
None
-
Affects Version/s: 12
-
Component/s: core-libs
src/java.naming/share/classes/module-info.java API documentation has:
* @provides javax.naming.ldap.spi.LdapDnsProvider
however there is no
provides javax.naming.ldap.spi.LdapDnsProvider
with ...
in the source code. There is instead:
provides java.security.Provider with ...
* @provides javax.naming.ldap.spi.LdapDnsProvider
however there is no
provides javax.naming.ldap.spi.LdapDnsProvider
with ...
in the source code. There is instead:
provides java.security.Provider with ...
- caused by
-
JDK-8160768 Add capability to custom resolve host/domain names within the default JNDI LDAP provider
-
- Resolved
-
- duplicates
-
JDK-8278892 java.naming module description is missing @uses tags to document the services that it uses
-
- Resolved
-