Pax Wicket - 0.8.8

Pax Wicket - 0.8.8

Release 0.8.8 (Wicket 4, 2013-06-10)

Overview

The 0.8.8 release contains a critical fix which could make quite fatal problems in runtime environments. In addition Wicket had been upgraded to 1.4.22 which also closes some security wholes. As already anounced for the previous release we expect this to be the last release of the 0.8.x series.

-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

<!-- Pax Wicket Core -->
<dependency>
  <groupId>org.ops4j.pax.wicket</groupId>
  <artifactId>org.ops4j.pax.wicket.service</artifactId>
  <version>0.8.8</version>
</dependency>
<!-- Pax Wicket Test Utilities --><dependency>
  <groupId>org.ops4j.pax.wicket</groupId>
  <artifactId>org.ops4j.pax.wicket.test</artifactId>
  <version>0.8.8</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/features/0.8.8/xml/featuresfeatures:addurl
mvn:org.ops4j.pax.wicket.samples/features/0.8.8/xml/features

Source code

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

Detailed Changelog

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

Bug

  • [PAXWICKET-433] - Pax Wicket is using the bundle-cache to write its sessions

Dependency upgrade

Task