Skip to content

Conversation

@nscuro
Copy link
Member

@nscuro nscuro commented Jan 1, 2026

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

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have added corresponding update logic
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

@nscuro nscuro added this to the 4.14.0 milestone Jan 1, 2026
Copilot AI review requested due to automatic review settings January 1, 2026 16:31
@nscuro nscuro added the dependencies Pull requests that update a dependency file label Jan 1, 2026
@owasp-dt-bot
Copy link

owasp-dt-bot commented Jan 1, 2026

Snyk checks have failed. 1 issues have been found so far.

Status Scanner Critical High Medium Low Total (1)
Open Source Security 0 1 0 0 1 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Contributor

Copilot AI left a 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.

@nscuro nscuro force-pushed the alpine-3.5.0 branch 2 times, most recently from 3f6606f to b2b20ee Compare January 1, 2026 16:53
Signed-off-by: nscuro <[email protected]>
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (608bf18) 24509 19937 81.35%
Head commit (11dfc17) 24509 (+0) 19937 (+0) 81.35% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#5652) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@nscuro nscuro merged commit 77f89b1 into DependencyTrack:master Jan 1, 2026
9 of 11 checks passed
@nscuro nscuro deleted the alpine-3.5.0 branch January 1, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants