You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/12/11 10:19:07 UTC

[tomee] branch tomee-7.1.x updated: TOMEE-2750 - Memory keak on undeploy / unintended reference to the outer class

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new b642ea1  TOMEE-2750 - Memory keak on undeploy / unintended reference to the outer class
b642ea1 is described below

commit b642ea151f09a40abc333339637920907048f00e
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Dec 11 10:39:40 2019 +0100

    TOMEE-2750 - Memory keak on undeploy / unintended reference to the outer class
    
    TOMEE-2750 - Memory keak on undeploy / unintended reference to the outer class
---
 .../src/main/java/org/apache/catalina/startup/OpenEJBContextConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomee/tomee-catalina/src/main/java/org/apache/catalina/startup/OpenEJBContextConfig.java b/tomee/tomee-catalina/src/main/java/org/apache/catalina/startup/OpenEJBContextConfig.java
index a081b18..188b774 100644
--- a/tomee/tomee-catalina/src/main/java/org/apache/catalina/startup/OpenEJBContextConfig.java
+++ b/tomee/tomee-catalina/src/main/java/org/apache/catalina/startup/OpenEJBContextConfig.java
@@ -370,7 +370,7 @@ public class OpenEJBContextConfig extends ContextConfig {
         return webXml;
     }
 
-    public class OpenEJBWebXml extends WebXml {
+    public static class OpenEJBWebXml extends WebXml {
         public static final String OPENEJB_WEB_XML_MAJOR_VERSION_PROPERTY = "openejb.web.xml.major";
 
         private String prefix;