upgrade Jetty versions to 9.4.58.v20250814,10/11.0.26,12.0.25,12.1.0#251
Merged
olamy merged 1 commit intoarquillian:masterfrom Aug 21, 2025
Merged
upgrade Jetty versions to 9.4.58.v20250814,10/11.0.26,12.0.25,12.1.0#251olamy merged 1 commit intoarquillian:masterfrom
olamy merged 1 commit intoarquillian:masterfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades Jetty versions across multiple embedded container integrations for the Arquillian project. The changes update Jetty versions to more recent releases, including moving from beta to stable release for Jetty 12.1.
- Updates Jetty 9.4 from 9.4.54.v20240208 to 9.4.58.v20250814
- Updates Jetty 10.0 and 11.0 from version 20 to version 26
- Updates Jetty 12.0 from 12.0.23 to 12.0.25 and Jetty 12.1 from beta2 to stable 12.1.0
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pom.xml | Updates Jetty 12.0 and 12.1 version properties in main POM |
| jetty-embedded-9/pom.xml | Updates Jetty 9.4 version property |
| jetty-embedded-10/pom.xml | Updates Jetty 10.0 version property |
| jetty-embedded-11/pom.xml | Updates Jetty 11.0 version property |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Olivier Lamy <olamy@apache.org>
joakime
approved these changes
Aug 20, 2025
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.
Signed-off-by: Olivier Lamy olamy@apache.org
Short description of what this resolves:
Changes proposed in this pull request:
Fixes: #