Release notes
*Sourced from [modernizer-maven-plugin's releases](https://github.com/andrewgaul/modernizer-maven-plugin/releases).*
> ## Modernizer Maven Plugin 1.9.0
> * Add more violations for Java 9 and 11
> * Module compatibility via adding JPMS module name
> * Java 13 compatibility via asm 7.1 upgrade
>
> Thanks [@rovarga](https://github.com/rovarga) and [@Stephan202](https://github.com/Stephan202) for sending pull requests to improve Modernizer!
>
> ## Modernizer Maven Plugin 1.8.0
> * add `@SuppressModernizer` annotation
> * add violations for `Streams.stream(Optional*)`
> * improve `modernizer.skip` when missing `modernizer.javaVersion`
>
> Thanks [@Serranya](https://github.com/Serranya), [@Stephan202](https://github.com/Stephan202), and [@stevegutz](https://github.com/stevegutz) for sending pull requests to improve Modernizer!
>
> ## Modernizer Maven Plugin 1.7.1
> * improved compatibility with Java 11
>
> Thanks [@kincajou](https://github.com/kincajou) for sending pull requests to improve Modernizer!
Commits
- [`98857b8`](https://github.com/gaul/modernizer-maven-plugin/commit/98857b8188c9f07f303eda89e6b018d8678cd230) modernizer-maven-plugin 1.9.0 release
- [`3614944`](https://github.com/gaul/modernizer-maven-plugin/commit/361494485f74feac8d0b223009faf8469c6d6db3) Add violations for JDK 11
- [`e41fefe`](https://github.com/gaul/modernizer-maven-plugin/commit/e41fefea864385fc795a4ac9d047d5e566aa8191) Expand suppression annotation instructions
- [`950b0db`](https://github.com/gaul/modernizer-maven-plugin/commit/950b0db19f9109f04abcff99f1fd4f9b62bcc7d6) Update some HTTP links to HTTPS
- [`5517d6f`](https://github.com/gaul/modernizer-maven-plugin/commit/5517d6faa4d7b569e16fbb243dbf867840ac09c0) Update violation count and add 3rd-party libraries
- [`8f8035b`](https://github.com/gaul/modernizer-maven-plugin/commit/8f8035b55f86c76adb2fb808b395ed8a27826b05) Reparent ModernizerClassVisitor to its own file
- [`edb2f4e`](https://github.com/gaul/modernizer-maven-plugin/commit/edb2f4e9b64a66925ebca309c1eb9bd7a5f6e259) Upgrade to asm 7.1
- [`be98ea5`](https://github.com/gaul/modernizer-maven-plugin/commit/be98ea5d55c7056ec5464bc6f3a02d8c30dfc089) Add JPMS module-info
- [`b7e1ea8`](https://github.com/gaul/modernizer-maven-plugin/commit/b7e1ea82f162fb68c407cf766b5ebf50442a946a) Add Automatic-Module-Name header
- [`43d7909`](https://github.com/gaul/modernizer-maven-plugin/commit/43d7909f928958a045bba3e895d75efdc7f2effa) Depend on JDK 8
- Additional commits viewable in [compare view](https://github.com/andrewgaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-1.7.0...modernizer-maven-plugin-1.9.0)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps modernizer-maven-plugin from 1.7.0 to 1.9.0.
Release notes
*Sourced from [modernizer-maven-plugin's releases](https://github.com/andrewgaul/modernizer-maven-plugin/releases).* > ## Modernizer Maven Plugin 1.9.0 > * Add more violations for Java 9 and 11 > * Module compatibility via adding JPMS module name > * Java 13 compatibility via asm 7.1 upgrade > > Thanks [@rovarga](https://github.com/rovarga) and [@Stephan202](https://github.com/Stephan202) for sending pull requests to improve Modernizer! > > ## Modernizer Maven Plugin 1.8.0 > * add `@SuppressModernizer` annotation > * add violations for `Streams.stream(Optional*)` > * improve `modernizer.skip` when missing `modernizer.javaVersion` > > Thanks [@Serranya](https://github.com/Serranya), [@Stephan202](https://github.com/Stephan202), and [@stevegutz](https://github.com/stevegutz) for sending pull requests to improve Modernizer! > > ## Modernizer Maven Plugin 1.7.1 > * improved compatibility with Java 11 > > Thanks [@kincajou](https://github.com/kincajou) for sending pull requests to improve Modernizer!Commits
- [`98857b8`](https://github.com/gaul/modernizer-maven-plugin/commit/98857b8188c9f07f303eda89e6b018d8678cd230) modernizer-maven-plugin 1.9.0 release - [`3614944`](https://github.com/gaul/modernizer-maven-plugin/commit/361494485f74feac8d0b223009faf8469c6d6db3) Add violations for JDK 11 - [`e41fefe`](https://github.com/gaul/modernizer-maven-plugin/commit/e41fefea864385fc795a4ac9d047d5e566aa8191) Expand suppression annotation instructions - [`950b0db`](https://github.com/gaul/modernizer-maven-plugin/commit/950b0db19f9109f04abcff99f1fd4f9b62bcc7d6) Update some HTTP links to HTTPS - [`5517d6f`](https://github.com/gaul/modernizer-maven-plugin/commit/5517d6faa4d7b569e16fbb243dbf867840ac09c0) Update violation count and add 3rd-party libraries - [`8f8035b`](https://github.com/gaul/modernizer-maven-plugin/commit/8f8035b55f86c76adb2fb808b395ed8a27826b05) Reparent ModernizerClassVisitor to its own file - [`edb2f4e`](https://github.com/gaul/modernizer-maven-plugin/commit/edb2f4e9b64a66925ebca309c1eb9bd7a5f6e259) Upgrade to asm 7.1 - [`be98ea5`](https://github.com/gaul/modernizer-maven-plugin/commit/be98ea5d55c7056ec5464bc6f3a02d8c30dfc089) Add JPMS module-info - [`b7e1ea8`](https://github.com/gaul/modernizer-maven-plugin/commit/b7e1ea82f162fb68c407cf766b5ebf50442a946a) Add Automatic-Module-Name header - [`43d7909`](https://github.com/gaul/modernizer-maven-plugin/commit/43d7909f928958a045bba3e895d75efdc7f2effa) Depend on JDK 8 - Additional commits viewable in [compare view](https://github.com/andrewgaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-1.7.0...modernizer-maven-plugin-1.9.0)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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.