Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A1CC1200B32 for ; Wed, 8 Jun 2016 14:17:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9FF90160A29; Wed, 8 Jun 2016 12:17:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 19F3C160A2E for ; Wed, 8 Jun 2016 14:17:21 +0200 (CEST) Received: (qmail 84282 invoked by uid 500); 8 Jun 2016 12:17:21 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 84133 invoked by uid 99); 8 Jun 2016 12:17:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 12:17:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 132652C1F61 for ; Wed, 8 Jun 2016 12:17:21 +0000 (UTC) Date: Wed, 8 Jun 2016 12:17:21 +0000 (UTC) From: "Gary Tully (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMQ-5574) OSGi import ranges for javax.jms should include version 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 12:17:22 -0000 [ https://issues.apache.org/jira/browse/AMQ-5574?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-5574. ----------------------------- Resolution: Fixed Assignee: Gary Tully (was: Jean-Baptiste Onofr=C3=A9) Fix Version/s: 5.14.0 fixed up the jms import in activemq-osgi such that it can pull in the 2.0 s= pec jar if necessary > OSGi import ranges for javax.jms should include version 2.0 > ----------------------------------------------------------- > > Key: AMQ-5574 > URL: https://issues.apache.org/jira/browse/AMQ-5574 > Project: ActiveMQ > Issue Type: Improvement > Components: OSGi/Karaf > Affects Versions: 5.11.0 > Reporter: Matt Pavlovich > Assignee: Gary Tully > Priority: Minor > Fix For: 5.14.0 > > > The import ranges for the ActiveMQ client bundles should allow, not exclu= de version 2.0 of the javax.jms API, since JMS 2.0 is backwards compatible = with 1.1. =20 > This allows for ActiveMQ client jars to be used in runtimes with other JM= S 2.0 clients. > Should be: > javax.jms;version=3D[1.1,2]=20 > instead of: > javax.jms;version=3D[1.1,2) -- This message was sent by Atlassian JIRA (v6.3.4#6332)