Pax Wicket - 0.7.11

Pax Wicket - 0.7.11

Release 0.7.11 (Wicket 4, 2012-09-16)

Overview

The 0.7.11 release of Pax Wicket is the last release of the 0.7.x series and the last Wicket 4 release. With the last wicket 4 release (1.4.21) arrived and no further support planned it does not really make any sense keeping up the support for pax wicket 0.7.x either.

-Enjoy

The Pax Wicket Team

Direct Download

The service bundle can be downloaded here, the source reference here and the javadoc here.

Maven

All artifacts are distributed and available via the maven central repository

<!-- Wicket & Pax Wicket Core -->
<dependency>
  <groupId>org.ops4j.pax.wicket</groupId>
  <artifactId>pax-wicket</artifactId>
  <version>0.7.11</version>
</dependency>
<!-- Pax Wicket Test Utilities -->
<dependency>
  <groupId>org.ops4j.pax.wicket</groupId>
  <artifactId>pax-wicket-test</artifactId>
  <version>0.7.11</version>
</dependency>

Karaf

Pax Wicket comes with Karaf feature files for the pax-wicket core and for the samples:

features:addurl mvn:org.ops4j.pax.wicket/pax-wicket-features/0.7.11/xml/features
features:addurl mvn:org.ops4j.pax.wicket.samples/pax-wicket-samples-features/0.7.11/xml/features

Source code

You can browse, download and checkout the source code at http://github.com/ops4j/org.ops4j.pax.wicket/tree/v0.7.11/.

Detailed Changelog

In detail we've fixed 2 issues in this release which are:

Dependency upgrade

Task