users@jersey.java.net

breaking change: bundling jsr311-api classes with jersey-core module

From: Jakub Podlesak <Jakub.Podlesak_at_Sun.COM>
Date: Mon, 12 Jul 2010 19:01:30 +0200

Hi all,

in order to workaround some OSGi related issues, we are going to bundle
JSR 311 API classes with the jersey-core module. Some of the classes
will be further
modified later on.

The initial step is just to change the jsr311-api dependency scope to
provided
in the jersey-core module and to bundle the jsr311-api jar content there.

As a consequence, the jsr311-api jar file will no longer be needed at
the runtime.

I am about to commit the initial change into the Jersey trunk.

~Jakub