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