Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty and Java 11

We are tracking the removal of various EE modules in Java 11 at https://github.com/eclipse/jetty.project/issues/2487

Joakim Erdfelt / joakim@xxxxxxxxxxx

On Mon, May 7, 2018 at 3:04 AM, Lord Buddha <lord.buddha@xxxxxxxxx> wrote:
Simone,

am also concerned about there being an early Jetty release for Java 11.   The reason for this being Java 8 being end of life in January, and perhaps like other companies have a change freeze over the holiday season meaning very little time to move large applications to a new supported/maintained platform.

The move to Java 11 comes with the removal of the deprecated jvm modules introduced in Java 9.   So am wanting to see what of those deprecated modules Jetty must now supply... and perhaps what it might optionally supply. 

e.g.

   java.xml.ws
   java.xml.ws.annotation

I assume that with Java 11 that containers such as Jetty would need to supply these.  But, would you also supply java.xml.bind & java.activation.  

Am I off the mark here ?





_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top