Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Modernizer Maven Plugin 2.4.0 -> 3.0.0 #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Picnic-DevPla-Bot
Copy link

This PR contains the following updates:

Package Type Update Change
Modernizer Maven Plugin build major 2.4.0 -> 3.0.0

Release Notes

gaul/modernizer-maven-plugin (Modernizer Maven Plugin)

v3.0.0: Modernizer Maven Plugin 3.0.0

  • Add File violations, #​301
  • Add violation for ByteStreams.toByteArray
  • Add violation for StringReader, #​291
  • Add violations for Maps and Sets with expected size, #​258
  • Rework pom.xml structure, #​263, #​264
  • Upgrade to asm 9.7.1 for Java 24 compatibility, #​286

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

v2.9.0: Modernizer Maven Plugin 2.9.0

  • Upgrade to ASM 9.7
  • Revert unneeded Maven core dependency from 3.9.5 to 3.2.5, #​241

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

v2.8.0: Modernizer Maven Plugin 2.8.0

  • Add m2e hint, #​213
  • Add support for different output formats and add codeclimate as an output format, #​235
  • Upgrade to ASM 9.6, #​222

Thanks @​hazendaz and @​themadprofessor for sending pull requests to improve Modernizer!

v2.7.0: Modernizer Maven Plugin 2.7.0

  • Add Enumeration and Stack violations, #​183, #​185
  • Upgrade to ASM 9.5 for Java 21 compatibility, #​198

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

v2.6.0: Modernizer Maven Plugin 2.6.0

  • Add violations for Java 17, 18, and 19 #​115
  • Recommend Optional::orElseThrow instead of get #​147
  • Remove usage of plexus StringUtils for compatibility with newer Maven #​170
  • Upgrade to ASM 9.4 for Java 20 compatibility #​154

Thanks @​Harmelodic, @​krzyk, and @​mattnelson for sending pull requests to improve Modernizer!

v2.5.0: Modernizer Maven Plugin 2.5.0

  • Maven pom.xml fixes
  • Upgrade to ASM 9.3 for Java 19 compatibility

Thanks @​cstamas, @​mnoteberg-non, and @​sullis for sending pull requests to improve Modernizer!


  • If you want to rebase/retry this PR, check this box

@Picnic-DevPla-Bot Picnic-DevPla-Bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@Picnic-DevPla-Bot
Copy link
Author

Suggested commit message:

Upgrade Modernizer Maven Plugin 2.4.0 -> 3.0.0

See:
- https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-2.5.0
- https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-2.6.0
- https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-2.7.0
- https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-2.8.0
- https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-2.9.0
- https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-3.0.0
- https://github.com/gaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-2.4.0...modernizer-maven-plugin-3.0.0

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
Development

Successfully merging this pull request may close these issues.

1 participant