Upgrade git-commit-id-maven-plugin 9.1.0 -> 10.0.0#2190
Conversation
|
Suggested commit message: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
14f013d to
a5a9c2e
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. |
|



This PR contains the following updates:
9.1.0->10.0.0Release Notes
git-commit-id/git-commit-id-maven-plugin (git-commit-id-maven-plugin)
v10.0.0: Version 10.0.0Compare Source
Version 10.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:
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 git-commit-id/maven-git-commit-id-plugin#287 or git-commit-id/maven-git-commit-id-plugin#413 (comment) for details and potential workaroundsReporting Problems
If you find any problem with this plugin, feel free to report it here
Full Changelog: git-commit-id/git-commit-id-maven-plugin@v9.2.0...v10.0.0
v9.2.0: Version 9.2.0Compare Source
Version 9.2.0 is finally there and includes various bug-fixes and improvements :-)
New Features / Bug-Fixes:
The main key-aspects that have been improved or being worked on are the following:
io.github.git-commit-id:git-commit-id-plugin-corefrom6.1.5to6.2.0org.eclipse.jgit.ssh.jschwithorg.eclipse.jgit:org.eclipse.jgit.ssh.apache(see https://github.com/eclipse-jgit/jgit/blob/master/org.eclipse.jgit.ssh.jsch/README.md)org.bouncycastle:bcpkix-jdk18onversion1.81joda-time:joda-time[replaced with Java 8+ Time API]com.google.code.findbugs:jsr305version3.0.2withorg.jspecify:jspecifyversion1.0.0Getting 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 git-commit-id/maven-git-commit-id-plugin#287 or git-commit-id/maven-git-commit-id-plugin#413 (comment) for details and potential workaroundsReporting Problems
If you find any problem with this plugin, feel free to report it here
Full Changelog: git-commit-id/git-commit-id-maven-plugin@v9.1.0...v9.2.0