On 11/01/2020 04:52, Daniil Titov wrote:
Please review a change [1] that removes constant
javax.management.remote.rmi.RMIConnectorServer.CREDENTIAL_TYPE.
This constant represents the name of the attribute that specifies a list of
class names acceptable to the RMIServer.newClient()
remote method call. This constant was superseded by
RMIConnectorServer.CREDENTIALS_FILTER_PATTERN and marked as
deprecated for removal in JDK 10 [3].
A new CRS [4] and a release note sub-task [5] were also created. Please
review the CSR [4] as well.
Looks good. I changed the scope of the CSR to "SE" and added myself as
Reviewer.
-Alan