RFR: 8307244: Remove redundant class RMIIIOPServerImpl
Alan Bateman
alanb at openjdk.org
Tue May 2 19:37:16 UTC 2023
On Tue, 2 May 2023 18:43:26 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
> As I see, this transport was deprecated for some time.
> But it is not clear in what release.
There were a couple of steps in this. The JSR-160 specification was updated for Java 8 so that the RMI connector wasn't require to support the IIOP transport. RMI-IIOP was eventually removed in Java 11 (JEP 320).
As I recall, RMIIIOPServerImpl was for implementers but was/is part of API so it couldn't be removed. I've added the csr label to the PR as this will need to be tracked as an API change.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13758#issuecomment-1532038573
More information about the serviceability-dev
mailing list