dlr 2003/08/22 17:22:11 Modified: xdocs changes.xml Log: Noted the fix for issue 18951. Revision Changes Path 1.89 +7 -0 jakarta-velocity/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v retrieving revision 1.88 retrieving revision 1.89 diff -u -u -r1.88 -r1.89 --- changes.xml 17 Jul 2003 03:12:00 -0000 1.88 +++ changes.xml 23 Aug 2003 00:22:11 -0000 1.89 @@ -23,6 +23,13 @@ <ul> <li> +Bill Boland pointed out that VelocityServlet's pooling of +VelocityWriter was preventing the underlying OutputStreamWriter from +being garbage collected. This was fixed by clearing the +VelocityWriter's reference to its internal OutputStreamWriter to allow +the latter to be GC'd while VelocityWriter is pooled. (#18951) +</li> +<li> Deprecated org.apache.velocity.runtime.Runtime in favor of the RuntimeInstance and RuntimeSingleton classes. (dlr) </li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
