-
-
Notifications
You must be signed in to change notification settings - Fork 702
Bump Alpine to 3.5.0 #5652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Alpine to 3.5.0 #5652
Conversation
⛔ Snyk checks have failed. 1 issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades Alpine from version 3.4.0 to 3.5.0, which includes a major upgrade from Jakarta EE 10 to Jakarta EE 11 and Jersey 3.x to 4.x. The changes consolidate dependency management by moving several version properties to the alpine-parent POM.
Key changes:
- Upgraded alpine-parent from 3.4.0 to 3.5.0
- Migrated Jetty plugins from ee10 to ee11 package structure
- Updated Jersey test configuration to use HttpUrlConnectorProvider instead of GrizzlyConnectorProvider for better compatibility with Jersey 4.x
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| pom.xml | Updates Alpine parent version, removes redundant dependency version properties now managed by parent, updates Jetty plugin to ee11, and adds surefire configuration for modern JDK support |
| src/main/webapp/WEB-INF/jetty-context.xml | Updates Jetty context class from ee10 to ee11 to align with Jakarta EE 11 |
| src/main/webapp/WEB-INF/web.xml | Adds Jersey configuration to disable WADL generation |
| src/test/java/org/dependencytrack/JerseyTestExtension.java | Replaces GrizzlyConnectorProvider with HttpUrlConnectorProvider for Jersey 4.x PATCH request compatibility |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3f6606f to
b2b20ee
Compare
Signed-off-by: nscuro <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Description
Bumps Alpine to 3.5.0.
Includes upgrade of Jakarta EE 10 -> 11 and Jersey 3.x -> 4.x.
Addressed Issue
N/A
Additional Details
N/A
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR implements an enhancement, and I have provided tests to verify that it works as intendedThis PR introduces changes to the database model, and I have added corresponding update logicThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly