-
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 7.0.0 -> 8.0.0 #1067
Conversation
Suggested commit message:
|
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.
Tested against internal repo.
0b7519f
to
8be97f1
Compare
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
8be97f1
to
5baa493
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
7.0.0
->8.0.0
Release Notes
git-commit-id/git-commit-id-maven-plugin (git-commit-id-maven-plugin)
v8.0.0
: Version 8.0.0Compare Source
Version 8.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:
fatal: this operation must be run in a work tree
maven-plugin-plugin.version
from3.9.0
to3.11.0
org.apache.maven.plugins:maven-dependency-plugin
from3.6.0
to3.6.1
org.apache.maven.plugins:maven-surefire-plugin
from3.1.2
to3.2.5
org.apache.maven.plugins:maven-checkstyle-plugin
from3.3.0
to3.3.1
org.apache.maven.plugins:maven-clean-plugin
from3.3.1
to3.3.2
org.apache.maven.plugins:maven-javadoc-plugin
from3.6.0
to3.6.3
org.codehaus.mojo:exec-maven-plugin
from3.1.0
to3.2.0
org.jacoco:jacoco-maven-plugin
from0.8.10
to0.8.11
org.apache.maven.plugins:maven-compiler-plugin
from3.11.0
to3.12.1
commons-io:commons-io
from2.14.0
to2.15.1
org.mockito:mockito-core
from5.6.0
to5.10.0
jakarta.xml.bind:jakarta.xml.bind-api
from2.3.3
to4.0.1
org.slf4j:slf4j-simple
from2.0.9
to2.0.12
org.assertj:assertj-core
from3.24.2
to3.25.3
com.puppycrawl.tools:checkstyle
from8.25
to10.13.0
actions/setup-java
from3
to4
actions/cache
from3
to4
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