Pax Wicket - 1.0.3

Pax Wicket - 1.0.3

Release 1.0.3 (Wicket 5, 2012-08-30)

Overview

In a nutshell this release contains two critical bug fixes and one important improvement. First of all the log level of potentially class loader issues had been reduced. While this one spams the log with many entries the false positive rate is simply too high. In addition the critical class loading issue had been fixed which was responsible that every bundle working together with pax-wicket requires the typical cglib and proxy imports. Finally we also get control over the problem that some injection logic fails if no spring is on the class path.

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

Source code

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

Detailed Changelog

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

Bug

  • [PAXWICKET-347] - Fix classloading issue
  • [PAXWICKET-356] - hasApplicationContext fails with class not found exception if spring is not present in container

Dependency upgrade

Improvement

Task