entur / netex-java-model

Java JAXB binding classes for NeTEx xsd schema
European Union Public License 1.2
10 stars 13 forks source link

Update dependency io.github.git-commit-id:git-commit-id-maven-plugin from v7.0.0 to v8 #152

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.git-commit-id:git-commit-id-maven-plugin 7.0.0 -> 8.0.2 age adoption passing confidence

Release Notes

git-commit-id/git-commit-id-maven-plugin (io.github.git-commit-id:git-commit-id-maven-plugin) ### [`v8.0.2`](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v8.0.2): Version 8.0.2 [Compare Source](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/compare/v8.0.1...v8.0.2) Version 8.0.2 is finally there and includes various [bug-fixes and improvements](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A8.0.2\&closed=1) :-) ##### New Features / Bug-Fixes: The main key-aspects that have been improved or being worked on are the following: - bump `jakarta.xml.bind:jakarta.xml.bind-api` from `4.0.1` to `4.0.2` - bump `org.mockito:mockito-core` from `5.10.0` to `5.11.0` - [#​718](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/718)/[#​721](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/721): replace `junit:junit:4.13.2:test` with `org.junit.jupiter:junit-jupiter-*:5.10.2:test` - [#​717](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/717)/[#​720](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/720): update `org.sonatype.plexus:plexus-build-api:0.0.7` to `org.codehaus.plexus:plexus-build-api:1.2.0` - bump `org.apache.maven.plugins:maven-gpg-plugin` from `3.1.0` to `3.2.0` - bump `org.apache.maven.plugins:maven-assembly-plugin` from `3.6.0` to `3.7.0` - [#​717](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/717): Update `maven-plugin-api.version` from `3.9.2` to `3.9.6` ##### 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 8.0.2 ``` ##### 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) ### [`v8.0.1`](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v8.0.1): Version 8.0.1 [Compare Source](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/compare/v8.0.0...v8.0.1) Version 8.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%3A8.0.1\&closed=1) :-) ##### New Features / Bug-Fixes: The main key-aspects that have been improved or being worked on are the following: - make use of [git-commit-id-plugin-core:6.0.0-rc.8](https://togithub.com/git-commit-id/git-commit-id-plugin-core/releases/tag/v6.0.0-rc.8) - downgrade jgit.version from 6.8.0.202311291450-r to 6.7.0.202309050840-r ([https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/712](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/712)) ##### 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 8.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) ### [`v8.0.0`](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v8.0.0): Version 8.0.0 [Compare Source](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/compare/v7.0.0...v8.0.0) Version 8.0.0 is finally there and includes various [bug-fixes and improvements](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A8.0.0\&closed=1) :-) ⚠️ This is a potentially breaking release. Read the release-notes carefully ⚠️ ##### Potential Breaking changes: The main key-aspects that might cause a breakage when migrating to the new version: - [#​674](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/674)/[#​699](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/699): change default timeformat/dateformat from RFC822 to ISO 8601 to support maven's reproducible build feature ⚠️ ##### New Features / Bug-Fixes: The main key-aspects that have been improved or being worked on are the following: - [#​701](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/701)/[#​705](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/705): Fix an issue where running with submodules using the native git executable was causing a `fatal: this operation must be run in a work tree` - [#​700](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/700): Only injects properties into every reactor project once - [#​683](https://togithub.com/git-commit-id/git-commit-id-maven-plugin/issues/683): \[pom] Add encoding to pom and correct maven xsd location - make use of [git-commit-id-plugin-core:6.0.0-rc.7](https://togithub.com/git-commit-id/git-commit-id-plugin-core/releases/tag/v6.0.0-rc.7) (move the GitDirLocator related logic to git-commit-id-plugin-core) - bump org.eclipse.parsson:parsson from 1.1.4 to 1.1.5 - bump org.mockito:mockito-core from 5.6.0 to 5.10.0 - bump commons-io:commons-io from 2.14.0 to 2.15.1 - bump jgit.version from 6.7.0.202309050840-r to 6.8.0.202311291450-r - bump jakarta.json:jakarta.json-api from 2.1.2 to 2.1.3 - bump org.yaml:snakeyaml from 2.0 to 2.2 - bump org.assertj:assertj-core from 3.24.2 to 3.25.3 - bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.12 - bump joda-time:joda-time from 2.12.5 to 2.12.7 - bump several maven plugins - bump `maven-plugin-plugin.version` from `3.9.0` to `3.11.0` - bump `org.apache.maven.plugins:maven-dependency-plugin` from `3.6.0` to `3.6.1` - bump `org.apache.maven.plugins:maven-surefire-plugin` from `3.1.2` to `3.2.5` - bump `org.apache.maven.plugins:maven-checkstyle-plugin` from `3.3.0` to `3.3.1` - bump `org.apache.maven.plugins:maven-clean-plugin` from `3.3.1` to `3.3.2` - bump `org.apache.maven.plugins:maven-javadoc-plugin` from `3.6.0` to `3.6.3` - bump `org.codehaus.mojo:exec-maven-plugin` from `3.1.0` to `3.2.0` - bump `org.jacoco:jacoco-maven-plugin` from `0.8.10` to `0.8.11` - bump `org.apache.maven.plugins:maven-compiler-plugin` from `3.11.0` to `3.12.1` - bump several dependencies - bump `commons-io:commons-io` from `2.14.0` to `2.15.1` - bump `org.mockito:mockito-core` from `5.6.0` to `5.10.0` - bump `jakarta.xml.bind:jakarta.xml.bind-api` from `2.3.3` to `4.0.1` - bump `org.slf4j:slf4j-simple` from `2.0.9` to `2.0.12` - bump `org.assertj:assertj-core` from `3.24.2` to `3.25.3` - bump `com.puppycrawl.tools:checkstyle` from `8.25` to `10.13.0` - bump `actions/setup-java` from `3` to `4` - bump `actions/cache` from `3` to `4` ##### 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 8.0.0 ``` ##### 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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud