diff options
author | Dominik Stadler <centic@apache.org> | 2022-11-13 19:22:15 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2022-11-13 19:22:15 +0000 |
commit | 9edabdf32a1dc745625420b6048b475babd2625f (patch) | |
tree | 58b6b481d77acf6c9f8b92d797a521d54b90f463 | |
parent | 56d47448cefd3b5dc5fb1b0562b3df046ce7ec02 (diff) | |
download | poi-9edabdf32a1dc745625420b6048b475babd2625f.tar.gz poi-9edabdf32a1dc745625420b6048b475babd2625f.zip |
One more file-leak-detector exclude
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905274 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | file-leak-detector.exclude | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/file-leak-detector.exclude b/file-leak-detector.exclude index 3a3a5735a2..5619b4b32d 100644 --- a/file-leak-detector.exclude +++ b/file-leak-detector.exclude @@ -73,6 +73,8 @@ org.apache.logging.log4j.core.config.ConfigurationSource.getConfigurationSource sun.launcher.LauncherHelper.validateMainClass sun.util.locale.provider.RuleBasedBreakIterator$1.run java.util.ServiceLoader$LazyIterator.hasNextService +java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass +java.lang.ClassLoader.loadClass # other third party libs net.bytebuddy.dynamic.ClassFileLocator$ForClassLoader.locate |