Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Bump grgit-core from 4.+ to 5.0.0 #23

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 11, 2022

Bumps grgit-core from 4.+ to 5.0.0.

Release notes

Sourced from grgit-core's releases.

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 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 gradle/gradle#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 --configuration-cache is now supported (thanks @​abelom and @​runningcode)
  • #354 A new org.ajoberstar.grgit-service plugin is available to provide lazy access to a GrgitService (a Gradle BuildService). See the README for tips on how to use this.
  • Adds grgit.remote.remote(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

5.0.0-rc.7

This release includes a number of breaking changes, with the main user highlight being the long awaited configuration cache support.

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2022
@ghost ghost added the atlas-stream label Feb 11, 2022
@dependabot dependabot bot force-pushed the dependabot/gradle/org.ajoberstar.grgit-grgit-core-5.0.0 branch from e806c39 to 27a91a3 Compare April 22, 2022 08:39
@dependabot dependabot bot force-pushed the dependabot/gradle/org.ajoberstar.grgit-grgit-core-5.0.0 branch 2 times, most recently from 42d5249 to d466620 Compare April 29, 2022 07:14
@dependabot dependabot bot force-pushed the dependabot/gradle/org.ajoberstar.grgit-grgit-core-5.0.0 branch from d466620 to df1e1c1 Compare May 3, 2022 14:20
Bumps [grgit-core](https://github.com/ajoberstar/grgit) from 4.+ to 5.0.0.
- [Release notes](https://github.com/ajoberstar/grgit/releases)
- [Commits](https://github.com/ajoberstar/grgit/commits/5.0.0)

---
updated-dependencies:
- dependency-name: org.ajoberstar.grgit:grgit-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.ajoberstar.grgit-grgit-core-5.0.0 branch from df1e1c1 to f721ac8 Compare November 28, 2022 15:33
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 24, 2023

Superseded by #44.

@dependabot dependabot bot closed this Apr 24, 2023
@dependabot dependabot bot deleted the dependabot/gradle/org.ajoberstar.grgit-grgit-core-5.0.0 branch April 24, 2023 05:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
atlas-stream dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants