Actions
Jetty9 4 support » History » Revision 7
« Previous |
Revision 7/8
(diff)
| Next »
Henning Blohm, 01.01.2018 22:13
Jetty 9.4 Support (#1993)¶
As Jetty 9.3 cannot run Java 9 code (in particular due to ASM problems #1785), we need to upgrade to Jetty 9.4.8, the first Java 9 compatible version.
References¶
How to Retrieve Dependencies¶
Clone or copy POM of jetty-home
Use "mvn install dependency:sources"
How to Upgrade¶
- Update all Jetty Server JARs (from the distribution) and integrate source JARs from maven central (see above)
- Update optional modules (as far as supported in Z2 already):
- annotations
- apache-jsp
- apache-jstl
- CDI
- http2
- JNDI (actually mail and JTA)
- spring
- websocket
- Review upgrade information on module config changes
Updated by Henning Blohm almost 7 years ago · 7 revisions