Update JGit to 3.6.2.201501210735-r
This version of JGit logs IOExceptions caught while accessing pack files and only removes affected packs from the pack list if we know that the pack is corrupt. Other IOExceptions could be transient hence JGit doesn't remove the affected pack from the list anymore to avoid the problem reported on the Gerrit list [1]. It looks like in the reported case the pack was removed from the pack list causing MissingObjectExceptions which disappear when the server is restarted. [1] https://groups.google.com/forum/#!topic/repo-discuss/Qdmbl-YZ4NU Bug: issue 3094 Change-Id: I3cf36e1c2000f42652053ada712eccb955e99390
This commit is contained in:
parent
068511b2d4
commit
cc1e2457c4
@ -1,12 +1,12 @@
|
||||
include_defs('//lib/maven.defs')
|
||||
|
||||
VERS = '3.5.3.201412180710-r'
|
||||
VERS = '3.6.2.201501210735-r'
|
||||
|
||||
maven_jar(
|
||||
name = 'jgit',
|
||||
id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS,
|
||||
bin_sha1 = '9f3781c7163ee6fa380a4518564a5abb097d9e27',
|
||||
src_sha1 = 'e6d8548522624ffa3094e43130e5dc958f359187',
|
||||
bin_sha1 = '47d59dffb5f02470ccfb6c1a5a31b6040a1636e5',
|
||||
src_sha1 = '52e133360f2c38046de262c827dfec8ec5b7c885',
|
||||
license = 'jgit',
|
||||
unsign = True,
|
||||
deps = [':ewah'],
|
||||
@ -20,7 +20,7 @@ maven_jar(
|
||||
maven_jar(
|
||||
name = 'jgit-servlet',
|
||||
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
|
||||
sha1 = 'f2678e1feefd8b90b3c47d40ebc2b9426e3b69f4',
|
||||
sha1 = 'f7788bbd0c0414e856c84ddf353e6f4c62fe1d28',
|
||||
license = 'jgit',
|
||||
deps = [':jgit'],
|
||||
unsign = True,
|
||||
@ -33,7 +33,7 @@ maven_jar(
|
||||
maven_jar(
|
||||
name = 'jgit-archive',
|
||||
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS,
|
||||
sha1 = '66705b6630a89c9e6e7950798ea2d7f8a4a82cd7',
|
||||
sha1 = 'ca9da919275dad5ac2844529f4cdccdd919bab5f',
|
||||
license = 'jgit',
|
||||
deps = [':jgit',
|
||||
'//lib/commons:compress',
|
||||
@ -49,7 +49,7 @@ maven_jar(
|
||||
maven_jar(
|
||||
name = 'junit',
|
||||
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
|
||||
sha1 = '47e821761059770dfd3f443dc7f14d5381fb6f4f',
|
||||
sha1 = 'b7418e19efbeb9490b359c8a921cf32bfc57ebbd',
|
||||
license = 'DO_NOT_DISTRIBUTE',
|
||||
unsign = True,
|
||||
deps = [':jgit'],
|
||||
|
Loading…
Reference in New Issue
Block a user