Bump actions/setup-java from 5 to 6 - #10
Merged
Merged
Conversation
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to 6. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Documents the OpenAPI codegen build pipeline and generated package layout, and adopts the generic PR/branching/dependency conventions from dockstore/dockstore's CLAUDE.md (adjusted for this repo's actual main-only branching model). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Member
|
Review and merge #11 first |
actions/setup-java@v6 (this branch's dependabot bump) dropped support for the 'adopt' distribution alias, failing "Set up JDK" with "No supported distribution was found for input adopt". Switch to 'temurin', matching the fix applied in dockstore/swagger-java-zenodo-client#40. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Matches dockstore/swagger-java-zenodo-client#40's fix: run the build on a current JDK 21 via temurin, while pom.xml still targets bytecode release 17 (maven-compiler-plugin's <release>17</release>). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
pom.xml's maven-compiler-plugin was still targeting release 17 after bumping the CI JDK to 21.0.10+7.0.LTS. Bump <release> to 21 to match. ./mvnw clean install verified locally on JDK 21. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
denis-yuen
requested review from
a team,
denis-yuen and
svonworl
and removed request for
a team
September 18, 2026 15:29
denis-yuen
approved these changes
Sep 18, 2026
denis-yuen
added a commit
to dockstore/cwlavro
that referenced
this pull request
Sep 18, 2026
setup-java v6 dropped support for the 'adopt' distribution this workflow requested, causing "No supported distribution was found for input adopt". Mirrors the fix applied in dockstore/openapi-java-invenio-client#10: move to 'temurin' with a current JDK 21 LTS build, and bump the maven-compiler-plugin release version to match. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
svonworl
approved these changes
Sep 21, 2026
denis-yuen
deleted the
dependabot/github_actions/actions/setup-java-6
branch
September 21, 2026 17:25
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.
Bumps actions/setup-java from 5 to 6.
Release notes
Sourced from actions/setup-java's releases.
... (truncated)
Commits
dd06d9cPrepare documentation for v6 release (#1253)59b3450chore(deps): combine open Dependabot npm updates (#1252)b96213dSet default signature verification for supported distributions (#1246)1dbac3cdocs: expose contributing guide to GitHub (#1245)11741d6ci: constrain cache e2e job modes (#1244)ff99aa1Fix Oracle macOS E2E version (#1243)416c6d1Add Red Hat Build of OpenJDK support (#1241)5f75b27Add Maven dependency-resolution repositories (#1240)a42a52cAdd multiple Maven server credentials (#1239)fb4abd7test: cover JDK 26 from SDKMAN (#1238)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)