HLTech / judge-d

Environment-aware contracts repository & contract validation service
MIT License
25 stars 4 forks source link

Update plugin org.ajoberstar.grgit to v5 - autoclosed #246

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.ajoberstar.grgit 4.1.1 -> 5.0.0 age adoption passing confidence

Release Notes

ajoberstar/grgit ### [`v5.0.0`](https://togithub.com/ajoberstar/grgit/releases/tag/5.0.0) [Compare Source](https://togithub.com/ajoberstar/grgit/compare/4.1.1...5.0.0) This release includes a number of breaking changes, with the main user highlight being the long awaited configuration cache support. **Known Issue:** [#​356](https://togithub.com/ajoberstar/grgit/issues/356) highlighted that (some?) multi-project builds will encounter an error when applying `org.ajoberstar.grgit` or `org.ajoberstar.grgit.service` to multiple projects. This is caused by an upstream Gradle issue [https://github.com/gradle/gradle/issues/17559](https://togithub.com/gradle/gradle/issues/17559) that is, as of 2/10/2022, is targeted to be fixed in 7.5. I suggest multi-project builds hold off on upgrading until that upstream issue is resolved. #### Breaking Changes - Upgrade to JGit 6 - Drops support for Java 8 (due to JGit upgrade) - Drops support for Gradle 4, 5, and 6 - Drops support for Groovy 2 - `org.ajoberstar.grgit` is no longer auto-applied to all subprojects, you must apply it to any project that wants to access the `grgit` property #### Enhancements - [#​322](https://togithub.com/ajoberstar/grgit/issues/322) `--configuration-cache` is now supported (thanks [@​abelom](https://togithub.com/abelom) and [@​runningcode](https://togithub.com/runningcode)) - [#​354](https://togithub.com/ajoberstar/grgit/issues/354) A new `org.ajoberstar.grgit-service` plugin is available to provide lazy access to a `GrgitService` (a Gradle [BuildService](https://docs.gradle.org/current/userguide/build_services.html)). See the README for tips on how to use this. - Adds `grgit.remote.remove(name: 'origin')` to remove remotes #### Fixes *None* #### Deprecations *None* #### Compatibility Tested on the following version: | Java Version | Gradle Versions | |---------------|-------------------| | 11 | 7.0.2, 7.3.3, 7.4-rc-2 | | 17 | 7.3.3, 7.4-rc-2 |

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.