Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 17, 2025

Description

Standardizes Java version across all CI workflows to version 25 for consistency.

Resolves #(issue)

Changes

Updated java-version from 17 to 25 in:

  • .github/workflows/maven-publish-snapshot.yml
  • .github/workflows/release.yml
  • .github/workflows/maven-publish.yml

Three workflows already used Java 25 (codeql.yml, maven_pull_request.yml, maven_push.yml).

Checklist:

  • Public methods are documented
  • Public methods are tested
  • New and existing tests pass when run locally
  • There are no new warnings or errors
Original prompt

This section details on the original issue you should resolve

<issue_title>[Chore]: Update all workflows to use Java version 25</issue_title>
<issue_description>### What

Update all CI workflows to use Java version 25 wherever the Java version is specified.

Why

This change ensures consistency and future-proofs the builds by standardizing on the latest Java version (25).

Notes

No response</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
@thomasturrell thomasturrell marked this pull request as ready for review November 17, 2025 16:25
Copilot AI changed the title [WIP] Update all workflows to use Java version 25 Update CI workflows to Java 25 Nov 17, 2025
Copilot AI requested a review from thomasturrell November 17, 2025 16:26
@sonarqubecloud
Copy link

@thomasturrell thomasturrell merged commit e38b571 into main Nov 17, 2025
6 checks passed
@thomasturrell thomasturrell deleted the copilot/update-ci-workflows-java-25 branch November 17, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Chore]: Update all workflows to use Java version 25

2 participants