]> source.dussan.org Git - jgit.git/commit
Use ShutdownHook to gracefully handle JVM shutdown 19/204219/13
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 8 Sep 2023 20:57:05 +0000 (22:57 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 12 Sep 2023 20:43:15 +0000 (22:43 +0200)
commit642f160236817ff1392ac96085cd5a3f3a96bc1f
tree32708d391ba3d2dbbde99134047631987e531f5d
parentd4d6c2b5af9b984ae824fb0073e1b368b39b1aa4
Use ShutdownHook to gracefully handle JVM shutdown

in all classes which already registered their own shutdown hook
- CloneCommand
- GC#PidLock
- FS#FileStoreAttributes
- LocalDiskRepositoryTestCase#Cleanup

Change-Id: I3efc1f83f3cbbf43eeeaaedcd2bee1ef31971a72
org.eclipse.jgit.junit/META-INF/MANIFEST.MF
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java
org.eclipse.jgit/META-INF/MANIFEST.MF
org.eclipse.jgit/src/org/eclipse/jgit/api/CloneCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/GC.java
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java