diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-06 10:23:37 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-06 10:24:44 +0100 |
commit | e6d83d61eade6dee223757d149a4df9650752a55 (patch) | |
tree | 9c5d3119499cde749302bfd18ff7e2b106cfffab /org.eclipse.jgit/resources | |
parent | 906c2bebed0dc732a2fbd5b397466cf3522714f0 (diff) | |
download | jgit-e6d83d61eade6dee223757d149a4df9650752a55.tar.gz jgit-e6d83d61eade6dee223757d149a4df9650752a55.zip |
Don't use localized String during JVM shutdown
During shutdown the JGitText class may already be unloaded causing
NoClassDefFoundError.
Bug: jgit-17
Change-Id: I657b5a508efc8b3778be346d640f4e4d69abd5c5
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index c54c811b57..aa9a1774ef 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -714,7 +714,6 @@ shortReadOfBlock=Short read of block. shortReadOfOptionalDIRCExtensionExpectedAnotherBytes=Short read of optional DIRC extension {0}; expected another {1} bytes within the section. shortSkipOfBlock=Short skip of block. shutdownCleanup=Cleanup {} during JVM shutdown -shutdownCleanupFailed=Cleanup during JVM shutdown failed shutdownCleanupListenerFailed=Cleanup of {0} during JVM shutdown failed signatureVerificationError=Signature verification failed signatureVerificationUnavailable=No signature verifier registered |