]> source.dussan.org Git - jgit.git/commit
Don't use deprecated Repository#getAllRefs in Repository 36/188136/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 23 Jun 2021 08:29:21 +0000 (10:29 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 25 Nov 2021 11:06:29 +0000 (12:06 +0100)
commit0a3aaac33ef77ec4664b35b4f4e1d590e8208182
tree07dab5d6e10167d7cc418321f5500d888d22796f
parent403338e11640b61837165d90965de44da0e26379
Don't use deprecated Repository#getAllRefs in Repository

Also expose the potentially IOException thrown by RefDatabase#getRefs.
Hence the following methods now potentially throw IOException:
- Repository#getAllRefsByPeeledObjectId

Bug: 534731
Change-Id: Id6956ff112560e6314d4335238494708346f2338
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java
org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotWalk.java