You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Xilai Dai (JIRA)" <ji...@apache.org> on 2019/04/22 06:51:00 UTC

[jira] [Created] (CAMEL-13441) Dependency geronimo-jms_2.0_spec version 1.0-alpha-2 should be upgraded

Xilai Dai created CAMEL-13441:
---------------------------------

             Summary: Dependency geronimo-jms_2.0_spec version 1.0-alpha-2 should be upgraded
                 Key: CAMEL-13441
                 URL: https://issues.apache.org/jira/browse/CAMEL-13441
             Project: Camel
          Issue Type: Improvement
          Components: came-jms, camel-sjms
    Affects Versions: 2.23.1
         Environment: Java 8
            Reporter: Xilai Dai


The 1.0-alpha-2 version is still used by camel-jms and camel-sjms2 components as JMS 2.0 API dependency.

<geronimo-jms2-spec-version>1.0-alpha-2</geronimo-jms2-spec-version>

<bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jms_2.0_spec/1.0-alpha-2</bundle>

The javax.jms/javax.jms-api/2.0.1 is already available in Maven centre (provided by Oracle).
(https://search.maven.org/classic/#search%7Cgav%7C1%7Cg%3A%22javax.jms%22%20AND%20a%3A%22javax.jms-api%22)

There are options, 1) using this javax.jms/javax.jms-api/2.0.1 directly, as it's already OSGi friendly. 2) wrap a servicemix one for it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)