You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/10/05 21:42:53 UTC

[jira] Created: (SMX4-391) xstream and/or xpp3 bundles have version problems

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.


[jira] Resolved: (SMX4-391) xstream and/or xpp3 bundles have version problems

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SMX4-391.
---------------------------------------

    Resolution: Fixed

Includes in the ServiceMix Bundles release.

> 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.