-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Jetty 10 Support #26123
Comments
After some experimentation, currently for Jetty 10 it is expected to extend A better option would be to have a dedicated SPI for programmatic upgrades. There is now an issue to track that jetty/jetty.project#5866 and once available we'll make use of it. |
Support for Jetty 10 is now in master. I've done basic testing with:
|
Jetty 10 includes major changes of its WebSocket API as well as other changes to fairly prominent API types (e.g. access to headers via
HttpFields
). For 5.3.x we need to support 9.4.x and 10.x side by side.The text was updated successfully, but these errors were encountered: