Wicket 1.4.5 released
The Apache Wicket project is proud to announce the fifth maintenance release of Apache Wicket 1.4. This releases mainly fixes WICKET-2613 which has caused certain applications to stop functioning properly in production environments.
Download Apache Wicket 1.4
You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.5
Or use this in your Maven pom’s to upgrade to the new version:
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
<version>1.4.5</version>
</dependency>
Changes
A complete list of changes can be found here.
We thank you for your patience and support.