nemerosa/versioning

Update jgit to fix locking issue

leonard84 opened this issue · 4 comments

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

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

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

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.

nice. thanks for the fast fix.