-
Task
-
Resolution: Fixed
-
Major
-
None
When a Jetty 12 Jenkins test harness is used (i.e., one built from the prototype branch of jenkins-test-harness), the following test fails:
- jenkins.plugins.github.api.SmokeTest
This is just a trivial matter of changing the import from org.eclipse.jetty.servlet.ServletContextHandler to org.eclipse.jetty.ee8.servlet.ServletContextHandler. Unfortunately, this is not backward compatible with Jetty 10, so the PR will have to remain in draft until we release JTH with Jetty 12 support. Still, we should prepare the PR in advance.
- depends on
-
JENKINS-73130 Upgrade core from Jetty 10.x to 12.x (EE 8)
- Closed
- is blocking
-
JENKINS-73282 Run PCT with a Jetty 12 EE 8 test harness when core is Jetty 12 EE 8
- Closed
-
JENKINS-73312 Adapt GitHub API for Jetty 12 (EE 9)
- Closed
- links to