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 B1AA0200D17 for ; Sun, 8 Oct 2017 13:52:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B02281609E6; Sun, 8 Oct 2017 11:52:09 +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 0203B1609CB for ; Sun, 8 Oct 2017 13:52:08 +0200 (CEST) Received: (qmail 38122 invoked by uid 500); 8 Oct 2017 11:52:08 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 38106 invoked by uid 99); 8 Oct 2017 11:52:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Oct 2017 11:52:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2C7DF1813AF for ; Sun, 8 Oct 2017 11:52:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.502 X-Spam-Level: X-Spam-Status: No, score=-99.502 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id N1s6MyQ3_rZa for ; Sun, 8 Oct 2017 11:52:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3FA415F642 for ; Sun, 8 Oct 2017 11:52:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 03D08E0D6A for ; Sun, 8 Oct 2017 11:52:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id E680024369 for ; Sun, 8 Oct 2017 11:52:02 +0000 (UTC) Date: Sun, 8 Oct 2017 11:52:02 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-2914) compiler warning using java 9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 08 Oct 2017 11:52:09 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196077#comment-16196077 ] ASF GitHub Bot commented on ZOOKEEPER-2914: ------------------------------------------- GitHub user dolphy17 reopened a pull request: https://github.com/apache/zookeeper/pull/393 ZOOKEEPER-2914: Clear or suppress Java 9 compiler warning messages It was a little bit trickier than trunk, but I've tried to do my best to remove almost all warnings. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dolphy17/zookeeper ZOOKEEPER-2914-3.4 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/393.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 #393 ---- commit 3b9bec4aab65deeecf1844a13c21c92ab84b7054 Author: Andor Molnar Date: 2017-10-06T16:45:53Z ZOOKEEPER-2914: Clear or suppress Java 9 compiler warning messages ---- > compiler warning using java 9 > ----------------------------- > > Key: ZOOKEEPER-2914 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2914 > Project: ZooKeeper > Issue Type: Bug > Components: build > Affects Versions: 3.5.4, 3.6.0, 3.4.11 > Reporter: Patrick Hunt > Assignee: Andor Molnar > Priority: Minor > Labels: newbie > Fix For: 3.5.4, 3.6.0, 3.4.11 > > > There are a number of warnings that crop up on branch 3.4/3.5/trunk when compiling "ant clean compile-test" using java 9. > Perhaps someone can verify/fix any warning across the jdks that we support (jdk6/7/8/9) and 9 in particular since it's just reached GA. -- This message was sent by Atlassian JIRA (v6.4.14#64029)