PicnicSupermarket / error-prone-support

Error Prone extensions: extra bug checkers and a large battery of Refaster rules.
https://error-prone.picnic.tech
MIT License
188 stars 36 forks source link

Upgrade git-commit-id-maven-plugin 9.0.0 -> 9.0.1 #1235

Closed Picnic-DevPla-Bot closed 1 month ago

Picnic-DevPla-Bot commented 1 month ago

This PR contains the following updates:

Package Type Update Change
git-commit-id-maven-plugin build patch 9.0.0 -> 9.0.1

Release Notes

git-commit-id/git-commit-id-maven-plugin (git-commit-id-maven-plugin) ### [`v9.0.1`](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v9.0.1): Version 9.0.1 [Compare Source](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.0.0...v9.0.1) Version 9.0.1 is finally there and includes various [bug-fixes and improvements](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A9.0.1\&closed=1) :-) #### New Features / Bug-Fixes: The main key-aspects that have been improved or being worked on are the following: - [#​754](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/754) / [#​760](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/760): Fix an issue where empty git.properties had been generated in submodules when `injectAllReactorProjects=true` - bump several maven plugins - bump ` org.apache.maven.plugins:maven-checkstyle-plugin ` from `3.3.1` to `3.4.0` - bump `org.apache.maven.plugins:maven-release-plugin` from `3.0.1` to `3.1.0` - bump `org.apache.maven.plugins:maven-surefire-plugin` from `3.2.5` to `3.3.0` - bump `org.apache.maven.plugins:maven-clean-plugin` from `3.3.2` to `3.4.0` - bump `org.apache.maven.plugins:maven-dependency-plugin` from `3.6.1` to `3.7.1` #### Getting the latest release The plugin is available from Maven Central ([see here](https://search.maven.org/search?q=g:io.github.git-commit-id%20AND%20a:git-commit-id-maven-plugin)), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency: ```xml io.github.git-commit-id git-commit-id-maven-plugin 9.0.1 ``` #### Getting the latest snapshot (build automatically) If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions: ```xml sonatype-snapshots Sonatype Snapshots https://s01.oss.sonatype.org/content/repositories/snapshots/ ``` Even though the github actions will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version. #### Known Issues / Limitations: - This plugin is unfortunately not working with Heroku which is due to the fact how Heroku works. In summary Heroku does not copy over the .git-repository but in order to determine the git properties this plugin relies on the fact that it has access to the git-repository. A somewhat *workaround* to get some information is outlined in [https://github.com/ktoso/maven-git-commit-id-plugin/issues/279#issuecomment-301284022](https://togithub.com/ktoso/maven-git-commit-id-plugin/issues/279#issuecomment-301284022) - Using maven's plugin prefix resolution (e.g. `mvn com.test.plugins:myPlugin:myMojo`) might result in unresolved properties even with `true`. Please refer to [https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/287](https://togithub.com/git-commit-id/maven-git-commit-id-plugin/issues/287) or [https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607](https://togithub.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607) for details and potential workarounds #### Reporting Problems If you find any problem with this plugin, feel free to report it [here](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues)

Picnic-DevPla-Bot commented 1 month ago

Suggested commit message:

Upgrade git-commit-id-maven-plugin 9.0.0 -> 9.0.1 (#1235)

See:
- https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v9.0.1
- https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.0.0...v9.0.1
github-actions[bot] commented 1 month ago

Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud