You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2006/10/16 23:48:48 UTC

svn commit: r464687 - /incubator/wicket/branches/wicket-1.x/wicket/src/changes/changes.xml

Author: ehillenius
Date: Mon Oct 16 14:48:47 2006
New Revision: 464687

URL: http://svn.apache.org/viewvc?view=rev&rev=464687
Log: (empty)

Modified:
    incubator/wicket/branches/wicket-1.x/wicket/src/changes/changes.xml

Modified: incubator/wicket/branches/wicket-1.x/wicket/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/changes/changes.xml?view=diff&rev=464687&r1=464686&r2=464687
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/src/changes/changes.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket/src/changes/changes.xml Mon Oct 16 14:48:47 2006
@@ -15,6 +15,7 @@
     <release version="1.3" date="tbd" description="Wicket 1.3">
 	</release>
 	<release version="1.2.3" description="Wicket 1.2.3">
+		<action type="add" dev="Eelco Hillenius">Implemented optional interface for initializers: IDestroyer that may be implemented by initializers to clear up stuff when the application is shut down. Wicket's JMX code uses this to clean up the JMX beans it registered on application shutdown.</action>
 		<action type="add" dev="Eelco Hillenius">Wicket now has JMX support. For 1.2 as a separate project (wicket-jmx), for 2.0 as part of the core distribution.</action>
 		<action type="fix" dev="Eelco Hillenius" due-to="Benjamin Podszun">There was no check on render authorization action done for seperate component renders, resulting in that authorization check not being executed with ajax requests.</action>
 		<action type="fix" dev="Eelco Hillenius">Page was not checked for render authorization action.</action>