QPPA-11633: Update the Dockerfile and DockerfileTest to use Alpine-based Maven and Eclipse Temurin Java 21 images#1629
Merged
chetanmunegowda merged 3 commits intodevelopfrom Apr 29, 2026
Merged
Conversation
…nd Eclipse Temurin Java 21 images
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
a4b6016 to
ff264ff
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates container build/runtime images to Alpine-based Maven + Eclipse Temurin Java 21, while also bumping Spring Framework dependencies and tightening a unit test’s cleanup behavior.
Changes:
- Switch
DockerfileandDockerfileTestto Alpine-based Maven builder images and Alpine-based Temurin Java 21 JRE runtime images. - Bump Spring Framework dependencies from
6.2.17to6.2.18across multiple Maven modules. - Add JUnit
@AfterEachcleanup to resetMeasureConfigsafterQualityMeasureIdEncoderTest.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
Dockerfile |
Replaces custom Maven install with official Maven Alpine image; switches runtime to Alpine Temurin JRE and adjusts runtime package/script handling. |
DockerfileTest |
Moves test build/runtime images to Alpine and replaces dos2unix with sed-based script normalization. |
pom.xml |
Updates Spring Framework BOM and related dependency versions to 6.2.18. |
rest-api/pom.xml |
Updates Spring Framework property/BOM and explicit Spring dependency versions to 6.2.18. |
acceptance-tests/pom.xml |
Updates Spring Web dependency version to 6.2.18. |
converter/.../QualityMeasureIdEncoderTest.java |
Adds @AfterEach to reset shared MeasureConfigs state between tests. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nicholas-gates
previously approved these changes
Apr 29, 2026
nicholas-gates
approved these changes
Apr 29, 2026
john-manack
approved these changes
Apr 29, 2026
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.
Related Tickets & Documents
https://jira.cms.gov/browse/QPPA-11633
https://jira.cms.gov/browse/QPPA-11634
Description
What type of PR is this?
Added tests?
Added to documentation?