You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Grzegorz Grzybek (JIRA)" <ji...@apache.org> on 2015/08/18 15:20:45 UTC

[jira] [Created] (AMQ-5931) Update joda-time version used in activemq karaf features

Grzegorz Grzybek created AMQ-5931:
-------------------------------------

             Summary: Update joda-time version used in activemq karaf features
                 Key: AMQ-5931
                 URL: https://issues.apache.org/jira/browse/AMQ-5931
             Project: ActiveMQ
          Issue Type: Task
          Components: karaf
    Affects Versions: 5.11.2
            Reporter: Grzegorz Grzybek


joda-time is used [in activemq karaf feature|https://github.com/apache/activemq/blob/activemq-5.11.2/activemq-karaf/src/main/resources/features-core.xml#L54] but it's needed only by XStream library.
The [XStream version used|https://github.com/apache/activemq/blob/activemq-5.11.2/activemq-karaf/pom.xml#L38] has the following osgi import range:
{noformat}
Import-Package = 
...
	org.joda.time;resolution:=optional;version="[1.6,3)",
	org.joda.time.format;resolution:=optional;version="[1.6,3)",
...
{noformat}

So joda-time may be upated to newer version.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)