You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/31 09:18:20 UTC

[jira] [Commented] (CAMEL-10278) Incompatible versions of qpid in camel-amqp karaf feature

    [ https://issues.apache.org/jira/browse/CAMEL-10278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15451697#comment-15451697 ] 

ASF GitHub Bot commented on CAMEL-10278:
----------------------------------------

GitHub user jknetl opened a pull request:

    https://github.com/apache/camel/pull/1147

    Fix qpid versions in camel-amqp feature

    qpid-jms-client 0.8.0 is incompatible with proton-j 0.10 so we need to
    bump up the proton-j to compatible 0.12.0.
    
    more details: https://issues.apache.org/jira/browse/CAMEL-10278

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jknetl/camel feature-qpid-version

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1147.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 #1147
    
----
commit 1611b4645ece490ee1de943ea253dc78158bb6d4
Author: Jakub Knetl <jk...@redhat.com>
Date:   2016-08-31T09:10:16Z

    [features] Fix qpid versions
    
    qpid-jms-client 0.8.0 is incompatible with proton-j 0.10 so we need to
    bump up the proton-j to compatible 0.12.0

----


> 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
>            Priority: Minor
>
> 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)