I think it's correct. The manifest file defines an “unbounded” version range 1.1 which maps to all versions >= 1.1.0; i.e. also to 1.1.2.Final (see also OSGi spec, section 3.2.6 Version Ranges):
If a version range is specified as a single version, it must be interpreted as the range [version,∞).
For GlassFish4 you should use a special bundle - see also
WELD-1899
.
|