Pax Wicket - 0.8.1

Pax Wicket - 0.8.1

Release 0.8.1 (2012-02-16)

Overview

The 0.8.1 release of pax-wicket is most important for it's two bug fixes. First of all the samples are working now correctly (also for wiquery) and secondly the init params are now given down again to the servlet and work therefore again.

-Enjoy

The Pax Wicket Team

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

Source code

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

Detailed Changelog

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

Bug

  • [PAXWICKET-301] - init-params are no longer given correctly to the application
  • [PAXWICKET-302] - Wiquery does not startup correctly in itests/samples

Improvement

  • [PAXWICKET-298] - Optimise calls in cglib wrapping of applications

Task