Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump actions/setup-java from 5.4.0 to 5.5.0#12459

Closed
gnodet wants to merge 1 commit into
apache:maven-3.9.xfrom
gnodet:ci-issue/setup-java-5.5.0-3.9.x
Closed

Bump actions/setup-java from 5.4.0 to 5.5.0#12459
gnodet wants to merge 1 commit into
apache:maven-3.9.xfrom
gnodet:ci-issue/setup-java-5.5.0-3.9.x

Conversation

@gnodet

@gnodet gnodet commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bumps actions/setup-java from 5.4.0 to 5.5.0
  • Adds show-download-progress: true to the integration-test job to fix CI failures

Context

Supersedes #12438.

setup-java v5.5.0 (changelog) introduces a new default that sets MAVEN_ARGS=-ntp (--no-transfer-progress) to suppress Maven transfer/download progress output in CI logs (actions/setup-java#1053).

Since MAVEN_ARGS is honored by Maven 3.9.0+, this suppresses transfer progress output in the forked Maven processes spawned by the integration tests, breaking 3 ITs that verify transfer listener behavior:

Test What it checks
MavenITmng4829ChecksumFailureWarningTest Checksum failure warnings are logged during transfer
MavenITmng4461ArtifactUploadMonitorTest Artifact upload progress appears in logs
MavenITmng6240PluginExtensionAetherProvider Resolved dependency count from transfer listener output

The fix adds show-download-progress: true to the setup-java step in the integration-test job, which opts out of the new -ntp default. The build job keeps the default (cleaner logs).

Test plan

  • All 15 integration-test matrix jobs pass (3 OS × 5 JDK)
  • Build job still passes

🤖 Generated with Claude Code

setup-java v5.5.0 now sets MAVEN_ARGS=-ntp by default, which suppresses
transfer progress output. This breaks 3 integration tests that verify
transfer listener behavior (mng-4461, mng-4829, mng-6240).

Add show-download-progress: true to the integration-test job so the ITs
can still exercise Maven's transfer progress output.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@gnodet gnodet marked this pull request as ready for review July 10, 2026 09:05

@gnodet gnodet left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review — CI Version Bump

Clean version bump of actions/setup-java from v5.4.0 to v5.5.0 on the maven-3.9.x branch. Both pinned commit hashes in the workflow are correctly updated.

The addition of show-download-progress: true on the integration-test job is a sensible change — v5.5.0 may change the default download progress output behavior, and this ensures ITs that verify transfer progress continue to work. All 18 CI checks pass. ✅

No issues found. LGTM (own PR, can't APPROVE).


This review was generated by an AI agent and may contain inaccuracies. Please verify all suggestions before applying.

Claude Code on behalf of Guillaume Nodet

gnodet added a commit to gnodet/maven that referenced this pull request Jul 10, 2026
Reviewed apache#12459 and apache#12460 (actions/setup-java version bumps).

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@gnodet

gnodet commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

Closing in favor of pushing the fix directly to the Dependabot branch on #12438.

@gnodet gnodet closed this Jul 10, 2026
@gnodet gnodet deleted the ci-issue/setup-java-5.5.0-3.9.x branch July 10, 2026 10:13
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.

1 participant