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

[jira] [Commented] (FLINK-7654) Update RabbitMQ Java client to 4.x

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

ASF GitHub Bot commented on FLINK-7654:
---------------------------------------

GitHub user yew1eb opened a pull request:

    https://github.com/apache/flink/pull/4694

    [FLINK-7654][RabbitMQ Connector] Update RabbitMQ Java client to 4.2.0 

    ## What is the purpose of the change
    
    RabbitMQ Java Client: 
    Starting with 4.0, this client releases are independent from RabbitMQ server releases.
    These versions can still be used with RabbitMQ server 3.x.
    
    ## Brief change log
    
      - *Change rabbitmq version from 3.3.1 to 4.2.0*
      - *Modify exception handling*
      - *Modify the package path for the RMQSinkTest class*
      - *Update the license description in README.md*
    
    ## Verifying this change
    
    This change is already covered by existing tests.
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (yes)
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: ( no)
      - The serializers: ( no )
      - The runtime per-record code paths (performance sensitive): ( no )
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: ( no )
    
    ## Documentation
    
      - Does this pull request introduce a new feature? ( no)


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

    $ git pull https://github.com/yew1eb/flink FLINK-7654

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

    https://github.com/apache/flink/pull/4694.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 #4694
    
----
commit d619fb9f57e3fb0b0cf6e069535d29bac11491dd
Author: yew1eb <ye...@gmail.com>
Date:   2017-09-21T06:38:52Z

    update flink-connector-rabbitmq README.md

commit d15671f9f0474be4a052811436fed2c4669bf6ca
Author: yew1eb <ye...@gmail.com>
Date:   2017-09-21T08:33:41Z

    Update RabbitMQ Java client to 4.2.0

----


> Update RabbitMQ Java client to  4.x
> -----------------------------------
>
>                 Key: FLINK-7654
>                 URL: https://issues.apache.org/jira/browse/FLINK-7654
>             Project: Flink
>          Issue Type: Improvement
>          Components: RabbitMQ Connector, Streaming Connectors
>            Reporter: Hai Zhou_UTC+8
>            Assignee: Hai Zhou_UTC+8
>             Fix For: 1.4.0
>
>
> *RabbitMQ Java Client*
> Starting with 4.0, this client releases are independent from RabbitMQ server releases.
> These versions can still be used with RabbitMQ server 3.x.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)