nemerosa / versioning

Gradle plug-in to generate version information from the SCM branch (Git or Svn)
MIT License
200 stars 40 forks source link

Update jgit to fix locking issue #83

Closed leonard84 closed 2 years ago

leonard84 commented 3 years ago

Please update the jgit library to fix this bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=566170 it currently slows down all our ci-builds.

locking FileBasedConfig[/home/ci-build/.config/jgit/config] failed after 5 retries

zerovian commented 2 years ago

Any update on this? We're also getting hangs with jgit when run from teamcity.

dcoraboeuf commented 2 years ago

I'll have a look. There was a PR about this, but I think it's outdated by now.

dcoraboeuf commented 2 years ago

Available in 3.0.0

Note that the latest version of jgit required JDK 11 so I had to bump the major version (2 -> 3) because it's clearly a breaking change.

zerovian commented 2 years ago

nice. thanks for the fast fix.