Pax Wicket - 4.0.0

Pax Wicket - 4.0.0

Release 4.0.0 (Wicket 7)

Overview

Pax Wicket 4 brings Support for the Wicket 7.x release

-Enjoy

The Pax Wicket Team

Noticeable Improvements/New Features compared to 3.x

Wicket 7 - Support

Upgrade from 3.x

To upgrade an application from any of the 3.x versions the following steps have to be done

  • Update your dependecy to Wicket 7
  • Update your dependecy to Pax Wicket 4

Since we have not changed things in Pax Wicket itself your main task would be to align with the new Wicket 7 API see https://wicket.apache.org/start/wicket-7.x.html#migrate

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


Source code

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

Detailed Changelog

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

LIST OF ISSUES...

key summary type created updated due assignee reporter priority status resolution
Loading...
Refresh