[
https://issues.apache.org/jira/browse/AMQ-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945254#comment-14945254
]
ASF GitHub Bot commented on AMQ-5931:
-------------------------------------
GitHub user czobrisky opened a pull request:
https://github.com/apache/activemq/pull/150
AMQ-5931 Updated jodatime to 2.8.2
https://issues.apache.org/jira/browse/AMQ-5931
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/czobrisky/activemq AMQ-5931
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/150.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #150
----
commit 59d1573ec2d1e7a1546cfd406e193a8c96e85b49
Author: Chad Zobrisky <[email protected]>
Date: 2015-10-06T15:54:44Z
AMQ-5931 Updated jodatime to 2.8.2
----
> 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)