Skip to content

Bump modernizer.version from 3.3.0 to 3.4.0#1049

Merged
gaul merged 1 commit into
masterfrom
dependabot/maven/modernizer.version-3.4.0
May 18, 2026
Merged

Bump modernizer.version from 3.3.0 to 3.4.0#1049
gaul merged 1 commit into
masterfrom
dependabot/maven/modernizer.version-3.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Bumps modernizer.version from 3.3.0 to 3.4.0.
Updates org.gaul:modernizer-maven-annotations from 3.3.0 to 3.4.0

Release notes

Sourced from org.gaul:modernizer-maven-annotations's releases.

Modernizer Maven Plugin 3.4.0

  • Add <until> element to give more precise violations, #313
  • Add new violations for Apache Commons and Guava, particularly for Files
  • Make build reproducible
  • Make @SuppressModernizer order-independent within a method
  • Match @SuppressModernizer by simple name, #318
  • Upgrade to asm 9.10 with Java 27 support, #417

Thanks @​mkarg for sending pull requests to improve Modernizer!

Commits
  • 0903669 modernizer-maven-plugin 3.4.0 release
  • 57af23d Expand README with requirements, schema, and suppression details
  • fef9fdf Bump self-referenced modernizer plugin from 3.1.0 to 3.3.0
  • 9785f42 Annotate simple-name fixture outer with canonical @​SuppressModernizer
  • c33184b Strip inner-class suffix when mapping .class to source path
  • 65e86d1 Match @​SuppressModernizer by simple name to support foreign packages
  • d35f890 Split Iterables.isEmpty rewrite by JDK version
  • 3bd08fd Annotate semantic-mismatch caveats on four recommendation comments
  • 867575b Split Iterables Optional rewrites by JDK version
  • ce92cd1 Recommend Path.of over Paths.get in v11 FileReader/FileWriter rules
  • Additional commits viewable in compare view

Updates org.gaul:modernizer-maven-plugin from 3.3.0 to 3.4.0

Release notes

Sourced from org.gaul:modernizer-maven-plugin's releases.

Modernizer Maven Plugin 3.4.0

  • Add <until> element to give more precise violations, #313
  • Add new violations for Apache Commons and Guava, particularly for Files
  • Make build reproducible
  • Make @SuppressModernizer order-independent within a method
  • Match @SuppressModernizer by simple name, #318
  • Upgrade to asm 9.10 with Java 27 support, #417

Thanks @​mkarg for sending pull requests to improve Modernizer!

Commits
  • 0903669 modernizer-maven-plugin 3.4.0 release
  • 57af23d Expand README with requirements, schema, and suppression details
  • fef9fdf Bump self-referenced modernizer plugin from 3.1.0 to 3.3.0
  • 9785f42 Annotate simple-name fixture outer with canonical @​SuppressModernizer
  • c33184b Strip inner-class suffix when mapping .class to source path
  • 65e86d1 Match @​SuppressModernizer by simple name to support foreign packages
  • d35f890 Split Iterables.isEmpty rewrite by JDK version
  • 3bd08fd Annotate semantic-mismatch caveats on four recommendation comments
  • 867575b Split Iterables Optional rewrites by JDK version
  • ce92cd1 Recommend Path.of over Paths.get in v11 FileReader/FileWriter rules
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/modernizer.version-3.4.0 branch from 3217a61 to d850712 Compare May 17, 2026 23:42
gaul added a commit that referenced this pull request May 17, 2026
Replace Guava Joiner with String.join, Collections.sort with
List.sort, and String.format with String.formatted.  References #1049.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@gaul
Copy link
Copy Markdown
Owner

gaul commented May 17, 2026

@dependabot rebase

Bumps `modernizer.version` from 3.3.0 to 3.4.0.

Updates `org.gaul:modernizer-maven-annotations` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases)
- [Commits](gaul/modernizer-maven-plugin@modernizer-maven-plugin-3.3.0...modernizer-maven-plugin-3.4.0)

Updates `org.gaul:modernizer-maven-plugin` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases)
- [Commits](gaul/modernizer-maven-plugin@modernizer-maven-plugin-3.3.0...modernizer-maven-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.gaul:modernizer-maven-annotations
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.gaul:modernizer-maven-plugin
  dependency-version: 3.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/modernizer.version-3.4.0 branch from d850712 to cc0c6a4 Compare May 17, 2026 23:54
@gaul gaul merged commit 71a618b into master May 18, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/modernizer.version-3.4.0 branch May 18, 2026 00:02
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant