You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sl...@apache.org on 2011/09/22 22:20:27 UTC

svn commit: r1174372 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Author: slaurent
Date: Thu Sep 22 20:20:26 2011
New Revision: 1174372

URL: http://svn.apache.org/viewvc?rev=1174372&view=rev
Log:
bug 51862: JreMemoryLeakPreventionListener enhancement to load configurable classes 
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1174372&r1=1174371&r2=1174372&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Sep 22 20:20:26 2011
@@ -117,6 +117,11 @@
         Add Java 7 sunec.jar and zipfs.jar to the list of JARs
         to skip when scanning for TLDs and web fragments. (rjung)
       </update>
+      <add>
+        <bug>51862</bug>: Added a <code>classesToInitialize</code> attribute to 
+        <code>JreMemoryLeakPreventionListener</code> to allow pre-loading of configurable
+        classes to avoid some classloader leaks. (slaurent)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org