Pax Wicket - 3.1.0 (Draft)

Pax Wicket - 3.1.0 (Draft)

Release 3.1.0 (Wicket 6.5, ????)

Overview

Summary is written once the release is finished

-Enjoy

The Pax Wicket Team

Noticeable Improvements/New Features compared to 3.0.x

Because of using semver.org no changes are required. Nevertheless, the 3.1.0 release includes the following improvements and new features worth a notice:

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:

  • An OSGi Environment that is R4.3 compliant
  • 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)
  • Wicket (util, request and core starting from version 6.5)
  • OPS4J Base Lang

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

Source code

You can browse, download and checkout the source code at https://github.com/ops4j/org.ops4j.pax.wicket/tree/wicket-3.x.y.

Detailed Changelog

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

LIST OF ISSUES...