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 975F3200B71 for ; Wed, 31 Aug 2016 11:56:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 91D97160A8C; Wed, 31 Aug 2016 09:56: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 E6617160AB5 for ; Wed, 31 Aug 2016 11:56:21 +0200 (CEST) Received: (qmail 93359 invoked by uid 500); 31 Aug 2016 09:56:21 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 93308 invoked by uid 99); 31 Aug 2016 09:56:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2016 09:56:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C34152C1B84 for ; Wed, 31 Aug 2016 09:56:20 +0000 (UTC) Date: Wed, 31 Aug 2016 09:56:20 +0000 (UTC) From: "Andrea Cosentino (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CAMEL-10278) Incompatible versions of qpid in camel-amqp karaf feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 31 Aug 2016 09:56:22 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Cosentino resolved CAMEL-10278. -------------------------------------- Resolution: Fixed > Incompatible versions of qpid in camel-amqp karaf feature > --------------------------------------------------------- > > Key: CAMEL-10278 > URL: https://issues.apache.org/jira/browse/CAMEL-10278 > Project: Camel > Issue Type: Bug > Components: karaf > Affects Versions: 2.17.0 > Reporter: Jakub Knetl > Assignee: Andrea Cosentino > Priority: Minor > Fix For: 2.17.4 > > > There are incompatible versions of qpid-jms-client and proton-j in camel-amqp feature. The qpid-jms-client 0.8.0 is dependent on proton-j 0.12.0 but there is proton-j 0.10 in the feature. This makes amqp over qpid-jms-client unusable since AmqpProvider calls method setEmitFlowEventOnSend on proton-j object which turns out in NoSuchMethodException in the AmqpProvider and the provider fails. -- This message was sent by Atlassian JIRA (v6.3.4#6332)