Skip to content

Bump scala-maven-plugin upgrade target from 4.9.2 to 4.9.5#12173

Merged
gnodet merged 1 commit into
apache:masterfrom
gnodet:fix/scala-maven-plugin-4.9.5
Jun 4, 2026
Merged

Bump scala-maven-plugin upgrade target from 4.9.2 to 4.9.5#12173
gnodet merged 1 commit into
apache:masterfrom
gnodet:fix/scala-maven-plugin-4.9.5

Conversation

@gnodet

@gnodet gnodet commented May 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bump the scala-maven-plugin version target in mvnup from 4.9.2 to 4.9.5
  • Versions 4.9.3 and 4.9.4 were tagged but never published to Maven Central; 4.9.5 is the first release containing the fix for davidB/scala-maven-plugin@e6d922e which resolves UnsupportedOperationException when running with Maven 4 (the plugin called add() on immutable lists returned by Maven 4 API)

Test plan

  • Verify mvnup recommends 4.9.5 for scala-maven-plugin
  • Verify 4.9.5 is available on Maven Central

Claude Code on behalf of Guillaume Nodet

Version 4.9.2 still calls add() on immutable lists returned by
Maven 4 API. The fix (commit e6d922eb) landed in 4.9.5, the first
version published to Maven Central after the fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gnodet gnodet added this to the 4.0.0-rc-6 milestone May 28, 2026
@gnodet gnodet merged commit 7d10613 into apache:master Jun 4, 2026
36 of 42 checks passed
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

@gnodet Please assign appropriate label to PR according to the type of change.

gnodet added a commit that referenced this pull request Jun 4, 2026
…12226)

Version 4.9.2 still calls add() on immutable lists returned by
Maven 4 API. The fix (commit e6d922eb) landed in 4.9.5, the first
version published to Maven Central after the fix.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@gnodet gnodet added the dependencies Pull requests that update a dependency file label Jun 23, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants