-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
[Discussion] Update to Jetty version 11 #699
Comments
Would that update fix #686 ? |
Yes, let's definitely update to Jetty 11 |
I looked into building in the Jetty 10 => 11 polyfill we have in another project, but it does not run well. Jetty is too strictly tied to Jenkins internals. I think the best strategy would be to wait for jenkinsci/winstone#341 from @olamy , and then update straight to Jetty 12 |
I don't think upgrading to Jetty 11 is possible now. |
What feature do you want to see added?
This is rather a follow up on a discussion from #696.
Copied from #696 (comment)
I've looked into updating to Jetty 11 and straight away the compilation will fail because auf the namespace change from
javax.*
tojakarta.*
:Also I'm not sure if Jetty 11 will somehow work with Jenkins core in the future, but I do not have that much in-depth knowledge in this:
https://www.jenkins.io/doc/administration/requirements/servlet-containers/
Tested with romanisb/jenkinsfile-runner@update-jenkins-core-2.375...romanisb:jenkinsfile-runner:jenkins-core-2.387-jetty-11
Upstream changes
romanisb/jenkinsfile-runner@update-jenkins-core-2.375...romanisb:jenkinsfile-runner:jenkins-core-2.387-jetty-11
The text was updated successfully, but these errors were encountered: