Wicket 1.4.2 released

12 Oct 2009

The Apache Wicket project is proud to announce the second maintenance release of Apache Wicket 1.4.

Download Apache Wicket 1.4.2

You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.2

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.2</version>
</dependency>

Changes

A complete list of changes can be found here.

We thank you for your patience and support.

The Wicket Team