timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-68694] Upgrade Jetty from 9.4.x to 10.0.x #6049

Open timja opened 2 years ago

timja commented 2 years ago

Problem

Jenkins core currently depends on Jetty 9.4.x. At the time of this writing, the latest version of Jetty that is compatible with existing plugin Servlet API usage is Jetty 10.x. This version of Jetty requires Java 11.

Solution

Upgrade Jetty from 9.4.x to 10.0.x (at the time of this writing, 10.0.9) in Jenkins core.

Success criteria

The success criteria for this ticket are as follows:


Originally reported by basil, imported from: Upgrade Jetty from 9.4.x to 10.0.x
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 2 years ago

[Originally depends on: JENKINS-67688]

timja commented 2 years ago

[Epic: JENKINS-68689]