Skip to content

Bump actions/setup-java from 5 to 6 - #10

Merged
denis-yuen merged 5 commits into
mainfrom
dependabot/github_actions/actions/setup-java-6
Sep 21, 2026
Merged

denis-yuen merged 5 commits into
mainfrom
dependabot/github_actions/actions/setup-java-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-java from 5 to 6.

Release notes

Sourced from actions/setup-java's releases.

v6.0.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 27, 2026
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>
@denis-yuen

Copy link
Copy Markdown
Member

Review and merge #11 first

denis-yuen and others added 3 commits September 18, 2026 11:20
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
denis-yuen requested review from a team, denis-yuen and svonworl and removed request for a team September 18, 2026 15:29
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>
@denis-yuen
denis-yuen merged commit a979c26 into main Sep 21, 2026
1 check passed
@denis-yuen
denis-yuen deleted the dependabot/github_actions/actions/setup-java-6 branch September 21, 2026 17:25
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants