Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ejb-dev] What changes will Jakarta Enterprise Beans need for JDK11 support for the Jakarta EE 9.1 release?

Hi,

Since javax.rmi.PortableRemoteObject is removed [1] from Java 11, what changes will Jakarta Enterprise Beans applications that currently depend on PortableRemoteObject#narrow have to make when they run on Java 11?

Also do we need to do anything for other classes like org.omg.CORBA.ORB also removed from JDK11?

Are any changes to the Jakarta Enterprise Beans Specification needed to deal with Java 11? Would that require a Jakarta Enterprise Beans 4.1 release?

I'm asking since the Jakarta EE Platform TCK (EJB) tests currently depend on both of these classes and we will need to compile these tests soon with Java 11, as well as run the same tests with Java 11 as well.

Note that a Jakarta EE 9.1 Platform release planning document will be out this week.

Scott

[1] http://openjdk.java.net/jeps/320



Back to the top