diff options
author | Dominik Stadler <centic@apache.org> | 2021-04-26 15:12:22 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-04-26 15:12:22 +0000 |
commit | 9517445fa944a1ce199283819d571c378a447139 (patch) | |
tree | 2567fd643ba6eb131a06b45b840a2d26d098d105 /file-leak-detector.exclude | |
parent | 6722f275d39c961ff7dcce615515793f1a53ddc1 (diff) | |
download | poi-9517445fa944a1ce199283819d571c378a447139.tar.gz poi-9517445fa944a1ce199283819d571c378a447139.zip |
Rework test to not cause file-handle leaks and add an exclude for Log4j 2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889203 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file-leak-detector.exclude')
-rw-r--r-- | file-leak-detector.exclude | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/file-leak-detector.exclude b/file-leak-detector.exclude index dc7b6a51b1..e41786dc5b 100644 --- a/file-leak-detector.exclude +++ b/file-leak-detector.exclude @@ -67,6 +67,7 @@ java.text.BreakIterator.getBundle sun.java2d.SunGraphicsEnvironment.<init> org.kohsuke.file_leak_detector.AgentMain.runHttpServer org.apache.log4j.FileAppender.setFile +org.apache.logging.log4j.core.config.ConfigurationSource.getConfigurationSource sun.launcher.LauncherHelper.validateMainClass sun.util.locale.provider.RuleBasedBreakIterator$1.run java.util.ServiceLoader$LazyIterator.hasNextService |