Upgrade Jetty 9 test dependencies to 9.4.58.v20250814 - #1367
Open
r-u-d-r-a-a wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates the test-scoped Jetty dependencies from
9.4.55.v20240627to9.4.58.v20250814.Jetty 9, 10, and 11 stopped being published to Maven Central on January 1, 2026. The project was using
9.4.55.v20240627, while9.4.58.v20250814is the final release in the Jetty 9.4 line and is available from Maven Central.This update moves the project forward by three patch releases while remaining on the same Jetty 9.4 release line. The Jetty dependencies are used only with test scope for the proxy tests, so this change does not affect the artifacts produced by the plugin.
Jetty 12 is not used because it requires Java 17, while the project's test matrix still includes JDK 8. A migration to Jetty 12 or an alternative test HTTP implementation can be revisited when the project's Java and CI requirements change.
Changes
<jetty.version>from9.4.55.v20240627to9.4.58.v20250814.Testing
mvn verifymvn -Prun-its verifyChecklist
mvn verifycompleted successfully.mvn -Prun-its verifycompleted successfully.