Skip to content

Support for Jetty 9.3 [SPR-13140] #17731

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Jun 17, 2015 · 1 comment
Closed

Support for Jetty 9.3 [SPR-13140] #17731

spring-projects-issues opened this issue Jun 17, 2015 · 1 comment
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jun 17, 2015

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:

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Actually, with our RC2 date moving for a few days and Jetty 9.3 finally being properly covered now (http://www.infoq.com/news/2015/06/jetty-celebrates-20-years), let's try to address this for 4.2 RC2 already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants