Pax Wicket - 1.0.2

Pax Wicket - 1.0.2

Release 1.0.2 (Wicket 5, 2012-07-30)

Overview

All in all this release contains only one critical change for a user; the serialisation had finally been straighten out again which will fix A LOT of different problems noticed at various places but which couldn't be led by now to any specific source. So, this release is definitely worth a shot!

-Enjoy

The Pax Wicket Team

Download

The following sections presents where you can retrieve PAX-WICKET from.

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

Source code

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

Detailed Changelog

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

Bug

Dependency upgrade

  • [PAXWICKET-339] - Pax Wicket uses version 1.5.4 of wiquery which is not in Maven repo1. Upgrade to version 1.5.7.

Task