users@jersey.java.net

[Jersey] osgi version number

From: Reto Bachmann-Gmür <reto_at_gmuer.ch>
Date: Mon, 15 Aug 2011 11:06:15 +0200

Hello

I'm wondering why the jersey bundle jar does not specify a version
number for the exported jax-rs interfaces. The jsr311-api.1.*.jar
speciy version in their manifest files:

Export-Package: javax.ws.rs;uses:="javax.ws.rs.core";version="1.1.1",j

 avax.ws.rs.ext;uses:="javax.ws.rs.core,javax.ws.rs";version="1.1.1",j

 avax.ws.rs.core;uses:="javax.ws.rs.ext,javax.ws.rs";version="1.1.1"

Is there a particular reason the jersey jars do not specify versions?

Cheers,
Reto