-
Enhancement
-
Resolution: Fixed
-
P3
-
12
-
b26
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8216007 | 13 | Ramanand Patil | P3 | Resolved | Fixed | b03 |
JDK-8216129 | 12.0.1 | Ramanand Patil | P3 | Resolved | Fixed | master |
Various RMI classes define system properties.
java.rmi.server.RMISocketFactory
java.rmi.server.hostname
java.rmi.server.RMIClassLoader
java.rmi.server.RMIClassLoaderSpi, java.rmi.server.codebase
java.rmi.server.ObjID
java.rmi.server.randomIDs
java.rmi.ssl.SslRMIClientSocketFactory
javax.rmi.ssl.client.enabledCipherSuites,
javax.rmi.ssl.client.enabledProtocol
The names of these properties are candidates to use the recently-new javadoc tag `{@systemProperty <name>}`, which will cause the property name to appear in the main javadoc search index.
java.rmi.server.RMISocketFactory
java.rmi.server.hostname
java.rmi.server.RMIClassLoader
java.rmi.server.RMIClassLoaderSpi, java.rmi.server.codebase
java.rmi.server.ObjID
java.rmi.server.randomIDs
java.rmi.ssl.SslRMIClientSocketFactory
javax.rmi.ssl.client.enabledCipherSuites,
javax.rmi.ssl.client.enabledProtocol
The names of these properties are candidates to use the recently-new javadoc tag `{@systemProperty <name>}`, which will cause the property name to appear in the main javadoc search index.
- backported by
-
JDK-8216007 Use {@systemProperty} for definitions of system properties
-
- Resolved
-
-
JDK-8216129 Use {@systemProperty} for definitions of system properties
-
- Resolved
-
- relates to
-
JDK-8211132 Support {@systemProperty <name>} tag
-
- Closed
-