commit | 6b870dece5671a64bf57dab9ae9feeb72dad2787 | [log] [tgz] |
---|---|---|
author | Saša Živkov <sasa.zivkov@sap.com> | Tue May 26 17:31:37 2015 +0200 |
committer | Saša Živkov <sasa.zivkov@sap.com> | Tue Jun 09 17:50:55 2015 +0200 |
tree | 961b701b51eaf8acab89f8ebee9ee58ab03acec8 | |
parent | 1ff91c0d8213472aa8ff6e8db80f18043c7f86df [diff] |
Bump JGit to v4.0.0.201506090130-r This JGit version includes the bugfix [1] which is an attempt to fix the "Cannot read project" issue in Gerrit, as discussed in [2] and [3]. This version of JGit also removes the 'release()' method in many interfaces/classes in favor or the implementing the AutoCloseable interface. In stable-2.10 we just replace all usages of the release() method with the close() method. Refactoring the code to make use of the AutoCloseable in stable-2.10 would be a larger change which wouldn't justify itself as we don't expect any major development in stable-2.10 and the usage of AutoCloseable in the master branch is already done. [1] https://git.eclipse.org/r/48288 [2] https://groups.google.com/forum/#!topic/repo-discuss/ZeGWPyyJlrM [3] https://groups.google.com/forum/#!topic/repo-discuss/CYYoHfDxCfA Change-Id: Ie540296238e3bbaf453c9e29426825431e15d423 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>