Wicket 1.5-M1 ----------------------------------------------------- This is the first milestone of the new 1.5.x Wicket series. The focus of 1.5.x is to provide our users with a more powerful and flexible request processing pipeline.
This release is NOT production-ready, it is more of a technology demo that should facilitate user-feedback we can fold into the next milestone. Migration notes: http://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5 Subversion tag: http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M1/ Maven: <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> <version>1.5-M1</version> </dependency> Download: http://www.apache.org/dyn/closer.cgi/wicket/1.5-M1 Wicket 1.4.10 ----------------------------------------------------- This is the tenth maintenance release of the 1.4.x series and brings over thirty bug fixes and improvements. As well as bringing bug fixes and small improvements, 1.4.10 brings two major new features: * Delayed component initialization * Component configuration See http://wicket.apache.org for a more detailed announcement. Tag: http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.10/ Changelog: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&pid=12310561&fixfor=12315070 Maven: <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> <version>1.4.10</version> </dependency> Download: http://www.apache.org/dyn/closer.cgi/wicket/1.4.10 Cheers The Wicket Team
