jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k stars 1.91k forks source link

Jetty-12 common EE/Servlet components #8983

Open gregw opened 1 year ago

gregw commented 1 year ago

Jetty version(s) 12

Enhancement Description

In Jetty-12, there are several (many) classes in both ee9 & ee10 that are substantially the same (e.g. WebAppClassLoader). We should create a module were such common code can be shared between EE implementations.

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

gregw commented 11 months ago

Some progress here: #10897