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 <yew...@gmail.com> Date: 2017-09-21T06:38:52Z update flink-connector-rabbitmq README.md commit d15671f9f0474be4a052811436fed2c4669bf6ca Author: yew1eb <yew...@gmail.com> Date: 2017-09-21T08:33:41Z Update RabbitMQ Java client to 4.2.0 ---- ---