Closed
Description
Juergen Hoeller opened SPR-13140 and commented
Jetty 9.3 is GA now.
Unfortunately, our JettyRequestUpgradeStrategy
doesn't seem to be compatible with it: WebSocketServerFactory.init()
doesn't exist anymore, just a variant init(ServletContext)
. Since we don't have access to the ServletContext
at that point yet, we'll have to allow for passing it in, e.g. through ServletContextAware
, and reflectively call the new init method...
Let's sort this out in time for 4.2 GA.
Issue Links:
- Require Undertow 1.3.5+, Tyrus 1.11+, Jetty 9.3+, Tomcat 8.5+ [SPR-13495] #18073 Require Undertow 1.3.5+, Tyrus 1.11+, Jetty 9.3+, Tomcat 8.5+ ("is depended on by")
- Support for Jetty 9.4 (and 9.3.15+) [SPR-14940] #19507 Support for Jetty 9.4 (and 9.3.15+)