You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/06 18:00:28 UTC

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

    [ https://issues.apache.org/jira/browse/AMQ-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945250#comment-14945250 ] 

ASF GitHub Bot commented on AMQ-5931:
-------------------------------------

Github user czobrisky closed the pull request at:

    https://github.com/apache/activemq/pull/149


> 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: Sub-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)