[
https://issues.apache.org/jira/browse/AMQ-6506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Graf updated AMQ-6506:
-------------------------------
Affects Version/s: (was: 5.11.0)
5.14.1
Fix Version/s: (was: 5.14.0)
Description:
The import ranges for the ActiveMQ JMS pool bundle should allow, not exclude
version 2.0 of the javax.jms API, since JMS 2.0 is backwards compatible with
1.1.
Should be like in activemq-osgi
javax.jms;version=[1.1,3)
was:
The import ranges for the ActiveMQ client bundles should allow, not exclude
version 2.0 of the javax.jms API, since JMS 2.0 is backwards compatible with
1.1.
This allows for ActiveMQ client jars to be used in runtimes with other JMS 2.0
clients.
Should be:
javax.jms;version=[1.1,2]
instead of:
javax.jms;version=[1.1,2)
Component/s: (was: OSGi/Karaf)
activemq-pool
> OSGi import ranges for javax.jms should include version 2.0 for
> activemq-jms-pool
> ---------------------------------------------------------------------------------
>
> Key: AMQ-6506
> URL: https://issues.apache.org/jira/browse/AMQ-6506
> Project: ActiveMQ
> Issue Type: Improvement
> Components: activemq-pool
> Affects Versions: 5.14.1
> Reporter: Benjamin Graf
> Assignee: Gary Tully
> Priority: Minor
>
> The import ranges for the ActiveMQ JMS pool bundle should allow, not exclude
> version 2.0 of the javax.jms API, since JMS 2.0 is backwards compatible with
> 1.1.
> Should be like in activemq-osgi
> javax.jms;version=[1.1,3)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)