CORBA in JDK 9

Alan Bateman Alan.Bateman at oracle.com
Wed Nov 1 20:41:32 UTC 2017


On 01/11/2017 19:32, Pierskalla, Eric wrote:
> :
>
> Currently we use the endorsed standard override mechanism to run an alternate version of CORBA in our application.  There is obviously current and future issues with trying to do this in JDK 9.
>
> Therefore, I am trying to implement migration option #2, however I am not able to locate anything that looks like a JDK 9 compatible CORBA project in Maven Central.
>
>
>
> Does anyone know where this is located?
>
The short answer is that RMI-IIOP is not a standalone technology in the 
JCP and this project does not publish a JAR file with the CORBA and 
RMI-IIOP classes.

Can you say anything about the "alternative version of CORBA" that you 
are using? Is it a complete replacement and does it include its own copy 
of the RMI-IIOP classes? Does it run when deployed on the class path or 
does it rely on augmenting the CORBA classes in the JDK.

Going forward then the proposal is to remove CORBA from Java SE and the 
JDK. JDK-8189188 [1] is the (still in draft) JEP with all the details.

-Alan

[1] https://bugs.openjdk.java.net/browse/JDK-8189188


More information about the jdk9-dev mailing list