Skip to content

Conversation

@robfrank
Copy link
Collaborator

@robfrank robfrank commented Sep 23, 2025

THIS IS A POC

This pull request updates the Java Development Kit (JDK) version used in all GitHub Actions workflows from JDK 21 to JDK 25. This ensures that all CI/CD pipelines (testing, deployment, and release) are aligned with the latest Java version.

CI/CD Workflow Updates:

  • Updated the JDK version from 21 to 25 in the mvn-deploy.yml workflow to ensure deployments use the latest Java version.
  • Updated the JDK version from 21 to 25 in the mvn-release.yml workflow for release builds.
  • Updated the JDK version from 21 to 25 in all relevant steps of the mvn-test.yml workflow to run tests with the latest Java version. [1] [2] [3] [4] [5]

@codacy-production
Copy link

codacy-production bot commented Sep 23, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-8.40%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0c1618a) 72884 46134 63.30%
Head commit (75cf37a) 72885 (+1) 40013 (-6121) 54.90% (-8.40%)

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 (#2554) 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

@robfrank robfrank added the do not merge The PR is not ready label Sep 24, 2025
@robfrank robfrank self-assigned this Sep 24, 2025
@robfrank robfrank force-pushed the feat/use-java25-runtime branch from 3664af4 to 75cf37a Compare October 10, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge The PR is not ready

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants