Hi all,

Here's the implementation of the recently-posted JEP 385, deprecation of RMI Activation for removal.

I'm listing this as S ("small") since conceptually it's fairly small, though there are rather a large number of files changed. Essentially the changes are:

 - java.rmi.activation package spec: add deprecation warning
 - java.rmi module spec: link to activation package spec
 - java.rmi.activation public classes and interfaces: deprecate
 - various other files: suppress warnings
 - Activation.java: have the rmid tool emit a deprecation warning
 - rmid.properties: localized warning message

Webrev:

    http://cr.openjdk.java.net/~smarks/reviews/8245068/webrev.0/

Bug ID:

    https://bugs.openjdk.java.net/browse/JDK-8245068

JEP:

    http://openjdk.java.net/jeps/385

Thanks,

s'marks

Reply via email to