Pax Wicket - 2.1.1

Pax Wicket - 2.1.1

Release 2.1.1 (Wicket 6, 2013-06-12)

Overview

In this release an upgrade to the latest bugfix release of Wicket 6 had been done and a serious bug had been fixed where all cache data had been written into the bundle cache. In addition this release gets a completely new notice file structure which should make it easier for users to find if the project is suitable for their license needs.

-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.

While Maven or Karaf will take care of the dependencies automatically please download the following dependencies manually if you use neither of them:

  • A HTTP Service that is R3 compliant (use Pax Web or Felix HTTP service here)
  • CGLib
  • Pax Logging Service (or any other SLF4J frontend) (mvn:org.ops4j.pax/pax-logging-api/1.6.4,mvn:org.ops4j.pax/pax-logging-service/1.6.4)

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

We also support the upcoming Karaf 3.0.0 release out of the box. Please keep in mind that the commands are slightly different for that version

feature:url-add mvn:org.ops4j.pax.wicket/features/2.1.1/xml/features
feature:url-add mvn:org.ops4j.pax.wicket.samples/features/2.1.1/xml/features

Source code

You can browse, download and checkout the source code at https://github.com/ops4j/org.ops4j.pax.wicket/tree/v2.1.1.

Detailed Changelog

For the 2.1.1 release we've fixed 4 issues:

Bug

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

Dependency upgrade

Task