-
Task
-
Resolution: Fixed
-
Major
-
None
-
-
4.11.0-181.v1de5b_83857df
When a Jetty 12 EE 9 core (i.e., one built from the jakarta branch of jenkins) and Jetty 12 EE 9 compatible test harness (i.e., one built from the forward branch of jenkins-test-harness) are used, the following test fails:
- jenkins.plugins.github.api.SmokeTest
This is just a trivial matter of changing the ServletContextHandler import to org.eclipse.jetty.ee9.servlet.ServletContextHandler. Unfortunately, this is not backward compatible with Jetty 10 or Jetty 12 EE 8, so the PR will have to remain in draft until we release Jetty 12 EE 9 support. Still, we should prepare the PR in advance.
- depends on
-
JENKINS-73140 Adapt OkHttp API for Jetty 12 (EE 8)
- Closed
-
JENKINS-73278 Migrate core from EE 8 to EE 9
- Closed
- is blocking
-
JENKINS-73283 Run PCT with a Jetty 12 EE 9 test harness when core is Jetty 12 EE 9
- Closed
- links to