Author: markt Date: Thu Mar 29 19:37:43 2018 New Revision: 1828019 URL: http://svn.apache.org/viewvc?rev=1828019&view=rev Log: Correct section Sorry for the noise
Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1828019&r1=1828018&r2=1828019&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Thu Mar 29 19:37:43 2018 @@ -84,6 +84,11 @@ Add LoadBalancerDrainingValve, a Valve designed to reduce the amount of time required for a node to drain its authenticated users. (schultz) </add> + <add> + <bug>62224</bug>: Disable the <code>forkJoinCommonPoolProtection</code> + of the <code>JreMemoryLeakPreventionListener</code> when running on Java + 9 and above since the underlying JRE bug has been fixed. (markt) + </add> </changelog> </subsection> <subsection name="Coyote"> @@ -112,11 +117,6 @@ must be sent in order of increasing stream ID. These restriction were not being enforced leading to protocol errors at the client. (markt) </fix> - <add> - <bug>62224</bug>: Disable the <code>forkJoinCommonPoolProtection</code> - of the <code>JreMemoryLeakPreventionListener</code> when running on Java - 9 and above since the underlying JRE bug has been fixed. (markt) - </add> </changelog> </subsection> <subsection name="Web applications"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org