-
Notifications
You must be signed in to change notification settings - Fork 39
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 git-commit-id-maven-plugin 6.0.0 -> 7.0.0 #852
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified that the Git commit is still properly extracted:
$ unzip -c error-prone-contrib/target/error-prone-contrib-0.14.1-SNAPSHOT.jar META-INF/MANIFEST.MF | grep $(git rev-parse HEAD | head -c 10)
Implementation-Version: 0.14.1-SNAPSHOT.LOCAL.eb38d22bf4a162de6de1a37d88
Rookout-Revision: eb38d22bf4a162de6de1a37d88d5b7371148e753
eb38d22
to
792120d
Compare
Looks good. No mutations were possible for these changes. |
792120d
to
5f40345
Compare
Looks good. No mutations were possible for these changes. |
5f40345
to
a54bf13
Compare
Looks good. No mutations were possible for these changes. |
a54bf13
to
a759c7d
Compare
Looks good. No mutations were possible for these changes. |
3 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
a759c7d
to
b24f069
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Looks good. No mutations were possible for these changes. |
This PR contains the following updates:
6.0.0
->7.0.0
Release Notes
git-commit-id/git-commit-id-maven-plugin (git-commit-id-maven-plugin)
v7.0.0
: Version 7.0.0Compare Source
Version 7.0.0 is finally there and includes various bug-fixes and improvements :-)
Potential Breaking changes:
The main key-aspects that might cause a breakage when migrating to the new version:
New Features / Bug-Fixes:
The main key-aspects that have been improved or being worked on are the following:
javax.json:javax.json-api:1.1.4
was replaced withjakarta.json:jakarta.json-api:2.1.2
org.glassfish:javax.json:1.1.4
was replaced withorg.eclipse.parsson:parsson:1.1.4
jgit
from6.5.0.202303070854-r
to6.7.0.202309050840-r
commons-io:commons-io
from2.11.0
to2.14.0
org.slf4j:slf4j-simple
from2.0.7
to2.0.9
maven-plugin-api
from3.1.0-alpha-1
to3.9.2
maven-plugin-plugin
from3.6.0
to3.9.0
maven-assembly-plugin
from3.4.2
to3.6.0
maven-dependency-plugin
from3.5.0
to3.6.0
maven-release-plugin
from3.0.0-M7
to3.0.1
maven-enforcer-plugin
from3.2.1
to3.4.1
maven-compiler-plugin
from3.8.1
to3.11.0
maven-gpg-plugin
from3.1.0
maven-clean-plugin
from3.1.0
to3.3.1
maven-resources-plugin
from3.1.0
to3.3.1
maven-jar-plugin
from3.2.0
to3.3.0
maven-surefire-plugin
from2.22.2
to3.1.2
maven-install-plugin
from2.5.2
to3.1.1
maven-javadoc-plugin
from3.2.0
to3.6.0
maven-source-plugin
from3.2.1
to3.3.0
commons-io:commons-io
from2.11.0
to2.14.0
(test dependency)org.slf4j:slf4j-simple
from2.0.7
to2.0.9
(test dependency)org.eluder.coveralls:coveralls-maven-plugin:4.3.0
withio.jsonwebtoken.coveralls:coveralls-maven-plugin:4.4.1
(test dependency)Getting the latest release
The plugin is available from Maven Central (see here), 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:
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:
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:
mvn com.test.plugins:myPlugin:myMojo
) might result in unresolved properties even with<injectAllReactorProjects>true</injectAllReactorProjects>
. Please refer to https://github.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 for details and potential workaroundsReporting Problems
If you find any problem with this plugin, feel free to report it here