Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Heads-Up: Java 11 Removes the Java EE and CORBA Modules

Please note that Java 11 will no longer ship Java EE and CORBA modules. For details please read http://openjdk.java.net/jeps/320.

One thing that is still safe to use is the 'javax.annotation' package as this one is shipped as a plug-in by the Eclipse platform. Important is that you include this via Import-Package and not via Require-Bundle.

Dani

Back to the top