Pax Wicket - 0.7.1

Pax Wicket - 0.7.1

Release 0.7.1 (2011-07-08)

Overview

This release of PAX Wicket is based off of the current 0.7.x branch, representing a support update to Pax Wicket 0.7.0. It contains bug fixes identified in the prior release,  and introduced various enhancements like; log level configuration in the samples and the handling of situations when two versions of the same library try to mount pages. The fixed bugs include two critical issues (performance and a failure) and several minor issues.

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

Detailed Changelog

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

Bug

  • [PAXWICKET-182] - Integration tests on hudson fail because of already used 8080 port
  • [PAXWICKET-190] - Running the samples via pax-provision needs way too long to shut down
  • [PAXWICKET-191] - PageMounterTracker does not include %s in logging statement
  • [PAXWICKET-193] - DefaultPageMounter#dispose does compare for the wrong value
  • [PAXWICKET-195] - Running mvn pax:provision installs two not defined and required bundles
  • [PAXWICKET-197] - Karaf's features.xml no longer need references to jetty & jetty-jaas

Improvement

  • [PAXWICKET-192] - Unmount pages before attempting to mount them
  • [PAXWICKET-194] - Allow easy configuration of log-level in samples

Task