/
Pax Wicket - 0.7.3

Pax Wicket - 0.7.3

Release 0.7.3 (2011-09-25)

Overview

This release of OPS4J PAX-WICKET is based off of the 0.7.x series branch, representing an update to PAX-WICKET 0.7.2. It contains bug fixes identified in the prior release,  and an upgrade to wicket 1.4.18.

-Enjoy

The Pax Wicket Team

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

Detailed Changelog

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

Bug

  • [PAXWICKET-275] - injectionPossible-check for anonymous classes does not work

Dependency upgrade

Improvement

Task