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 28E30200D08 for ; Thu, 21 Sep 2017 10:49:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 274E01609D0; Thu, 21 Sep 2017 08:49:43 +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 6A48F1609B8 for ; Thu, 21 Sep 2017 10:49:42 +0200 (CEST) Received: (qmail 15089 invoked by uid 500); 21 Sep 2017 08:49:41 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 15080 invoked by uid 99); 21 Sep 2017 08:49:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2017 08:49:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 12DA0D5FB6 for ; Thu, 21 Sep 2017 08:49:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id zttEMA7B3zOA for ; Thu, 21 Sep 2017 08:49:39 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 8E0E65FE6B for ; Thu, 21 Sep 2017 08:49:38 +0000 (UTC) Received: (qmail 15048 invoked by uid 99); 21 Sep 2017 08:49:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2017 08:49:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 99E4BF5697; Thu, 21 Sep 2017 08:49:37 +0000 (UTC) From: yew1eb To: issues@flink.incubator.apache.org Reply-To: issues@flink.incubator.apache.org Message-ID: Subject: [GitHub] flink pull request #4694: [FLINK-7654][RabbitMQ Connector] Update RabbitMQ J... Content-Type: text/plain Date: Thu, 21 Sep 2017 08:49:37 +0000 (UTC) archived-at: Thu, 21 Sep 2017 08:49:43 -0000 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 Date: 2017-09-21T06:38:52Z update flink-connector-rabbitmq README.md commit d15671f9f0474be4a052811436fed2c4669bf6ca Author: yew1eb Date: 2017-09-21T08:33:41Z Update RabbitMQ Java client to 4.2.0 ---- ---