xstream and/or xpp3 bundles have version problems
-------------------------------------------------
Key: SMX4-391
URL: https://issues.apache.org/activemq/browse/SMX4-391
Project: ServiceMix 4
Issue Type: Bug
Components: Bundles
Reporter: David Jencks
xstream specifies the following import versions, with suggested changes:
- javax.xml.stream*;version="[1.0.1,2)",
+ javax.xml.stream*;version="[1.0,2)",
AFAIK there are no actual stax-api 1.0.1 spec implementations. I think the
smx/geronimo one is 1.0.
- org.xmlpull*;version="[1.1.3,2)",
+ org.xmlpull*;version="[1.1,2)",
This one I'm less sure about where to fix. The current xpp3 version is 1.1.4c
which gets osgi-ified into 1.1.0.4c due to the non-numeric "c". This is less
than 1.1.3, so it won't work with this xstream.
An alternate fix would be to change the xpp3 version to come out as 1.1.4.c or
something similar. I kinda doubt the 3rd segment needs to be specified in the
import version range.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.