From 648d6be1af046f71a0be3ba6a7a165666e781a2d Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 27 Jan 2019 09:57:19 +0000 Subject: [PATCH] Ignore file-leaks from openjpa/derby/log4j for the regression tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1852276 13f79535-47bb-0310-9956-ffa450edef68 --- file-leak-detector.exclude | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/file-leak-detector.exclude b/file-leak-detector.exclude index 80be7de0fa..352e22ab83 100644 --- a/file-leak-detector.exclude +++ b/file-leak-detector.exclude @@ -7,8 +7,6 @@ org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.getDocument # JVM sun.security.jca.ProviderConfig.doLoadProvider -javax.xml.parsers.FactoryFinder.findJarServiceProvider -com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle java.util.ResourceBundle.getBundle # Codepage support loads classes @@ -16,7 +14,6 @@ java.nio.charset.Charset.lookupViaProviders # Ant org.apache.tools.ant.Main.getAntVersion -javax.xml.parsers.FactoryFinder.findJarServiceProvider org.apache.tools.ant.taskdefs.Antlib.createAntlib # XML Parser @@ -25,6 +22,7 @@ com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory.loadPropertie com.sun.xml.internal.bind.v2.runtime.property.ArrayElementNodeProperty. com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty. com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty. +javax.xml.parsers.FactoryFinder.findJarServiceProvider javax.xml.stream.FactoryFinder.findJarServiceProvider # XMLBeans @@ -39,8 +37,17 @@ javax.crypto.Cipher.getMaxAllowedKeyLength # IntelliJ com.intellij.junit4.JUnit4TestRunnerUtil. -# OpenJPA (regression testing) +# OpenJPA/Derby (regression testing) +org.apache.derby.impl.services.stream.SingleStream.PBmakeFileHPW +org.apache.derby.impl.io.DirFile.getExclusiveFileLock +org.apache.derby.impl.store.raw.data.RAFContainer.run +org.apache.derby.impl.store.raw.log.LogToFile.run +org.apache.derby.client.net.OpenSocketAction.run org.apache.openjpa.enhance.InstrumentationFactory.loadVMClass +org.apache.openjpa.enhance.PCEnhancer. +org.apache.openjpa.lib.util.J2DoPrivHelper$7.run +serp.bytecode.BCClass.read +serp.util.Strings.toClass # Java sun.util.resources.LocaleData.getBundle @@ -57,3 +64,4 @@ java.util.logging.Logger.findSystemResourceBundle java.text.BreakIterator.getBundle sun.java2d.SunGraphicsEnvironment. org.kohsuke.file_leak_detector.AgentMain.runHttpServer +org.apache.log4j.FileAppender.setFile -- 2.39.5