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:01:44 UTC

[tomee] branch tomee-7.0.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.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


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

commit e10d577c593568d63b5397725fe0c041631e4798
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;