mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
+ Added new SCIOnStartupListener that allows for manual wiring up of ServletContainerInitializers (with no bytecode scanning) in embedded jetty usages + Introduced .initialized(context) and .configure(context) to both of the websocket SCIs + Moved ClientConnectTest to jetty-websocket-tests + Moved WebSocketClientTest to jetty-websocket-tests + Made moved tests not use BlockheadServer + Made moved tests use new .configure(context, lambda) methods + Also allowing javax.websocket.server SCI implementation to add ContextDestroyListener during the execution of another ServletContextListener. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>