Release 3.0.0.M1

Overview

This is the first Milestone release of Pax Web 3.0.0. It'll give you the possibility to experiment with the latest in Pax Web.
Two outstanding new features are present in this release, support for CDI through Pax CDI and Apache Tomcat as a alternative
Web Container for serving the Web Content.

(warning) Beware using Tomcat in conjunction with Pax Web is still experimental. Not all features are fully working with. Stay with the Jetty server if run in a productive environment.
This distribution of Pax Web was released on 12.11.12.

Download distribution

Pax Web consists of more artifacts to offer you maximum flexibility on deployments:

Source code

You can browse, download and checkout the source code at http://github.com/ops4j/org.ops4j.pax.web/tree/web-3.0.0.M1/.

Release Notes

The following is a detailed list of changes from the previous release:

Maven Repositories

All of the artefacts can be pulled from the following maven repositories

<repositories>
 	<repository>
 	<id>ops4j-snapshots</id>
 	<url>http://oss.sonatype.org/content/repositories/ops4j-snapshots</url>
 	</repository>
</repositories>
 	 
<pluginRepositories>
 	<pluginRepository>
 	<id>ops4j-plugin-snapshots</id>
 	<url>http://oss.sonatype.org/content/repositories/ops4j-snapshots</url>
 	</pluginRepository>
</pluginRepositories>