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:
Juergen Hoeller opened SPR-13140 and commented
Jetty 9.3 is GA now.
Unfortunately, our
JettyRequestUpgradeStrategydoesn't seem to be compatible with it:WebSocketServerFactory.init()doesn't exist anymore, just a variantinit(ServletContext). Since we don't have access to theServletContextat that point yet, we'll have to allow for passing it in, e.g. throughServletContextAware, and reflectively call the new init method...Let's sort this out in time for 4.2 GA.
Issue Links: