JDK-8245068 : Implement Deprecation of RMI Activation
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.rmi
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-05-15
  • Updated: 2020-06-18
  • Resolved: 2020-06-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15 b27Fixed
Related Reports
Blocks :  
CSR :  
Sub Tasks
JDK-8246021 :  
Description
The implementation of this deprecation JEP includes the following changes:

 - adding a @deprecated javadoc tag to the java.rmi.activation package with an explanatory note
 - adding the @Deprecated annotation and @deprecated javadoc tags to the classes and interfaces in the java.rmi.activation package
 - adding the @Deprecated annotation to two permission classes in com.sun.rmi.rmid
 - adding a note on deprecation to the java.rmi module-info.java file
 - adding a line to print a deprecation warning message in the `rmid` tool
 - suppression of deprecation removal warnings in various source files

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/cd0e3e1c5d99 User: smarks Date: 2020-06-05 18:44:14 +0000
05-06-2020

Core-libs-dev review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2020-May/066699.html
26-05-2020