Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69D481932F for ; Tue, 26 Apr 2016 12:47:13 +0000 (UTC) Received: (qmail 77509 invoked by uid 500); 26 Apr 2016 12:47:13 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 77460 invoked by uid 500); 26 Apr 2016 12:47:13 -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 77446 invoked by uid 99); 26 Apr 2016 12:47:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2016 12:47:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C90BE2C0451 for ; Tue, 26 Apr 2016 12:47:12 +0000 (UTC) Date: Tue, 26 Apr 2016 12:47:12 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-3821) Reduce Guava usage in flink-java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-3821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15258015#comment-15258015 ] ASF GitHub Bot commented on FLINK-3821: --------------------------------------- GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/1938 [FLINK-3821] Reduce Guava usage in flink-java Removes all Guava usages in non-test files. -replaced CharSets with StandardCharsets -added checkElementIndex() method to Flink Preconditions -replaced Guava Preconditions with Flink Preconditions -removed single usages of Ints.max() and Joiner() You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink guava_java Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1938.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 #1938 ---- commit 1bd6d230e3c6499dae1ac1fd30614548dd1173ea Author: zentol Date: 2016-04-26T12:45:51Z [FLINK-3821] Reduce Guava usage in flink-java Removes all Guava usages in non-test files. -replaced CharSets with StandardCharsets -added checkElementIndex to Flink Preconditions -replaced Guava Preconditions with Flink Preconditions -removed single usages Ints.max() and Joiner() ---- > Reduce Guava usage in flink-java > -------------------------------- > > Key: FLINK-3821 > URL: https://issues.apache.org/jira/browse/FLINK-3821 > Project: Flink > Issue Type: Improvement > Components: Java API > Affects Versions: 1.0.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Priority: Trivial > Fix For: 1.1.0 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)