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

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 ?





Back to the top