Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFB71172CD for ; Fri, 3 Apr 2015 04:15:48 +0000 (UTC) Received: (qmail 72304 invoked by uid 500); 3 Apr 2015 04:15:48 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 72100 invoked by uid 500); 3 Apr 2015 04:15:48 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 72089 invoked by uid 99); 3 Apr 2015 04:15:48 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2015 04:15:48 +0000 Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 9D5631A0026 for ; Fri, 3 Apr 2015 04:15:47 +0000 (UTC) Received: by lbbug6 with SMTP id ug6so72449476lbb.3 for ; Thu, 02 Apr 2015 21:15:45 -0700 (PDT) X-Received: by 10.152.5.134 with SMTP id s6mr538134las.6.1428034545857; Thu, 02 Apr 2015 21:15:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.87.202 with HTTP; Thu, 2 Apr 2015 21:15:05 -0700 (PDT) In-Reply-To: References: From: Patrick Hunt Date: Thu, 2 Apr 2015 21:15:05 -0700 Message-ID: Subject: Re: Zookeeper Java Version Question To: UserZooKeeper Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I haven't seen any issues with 8. There were some changes made here a while back: https://issues.apache.org/jira/browse/ZOOKEEPER-1901 Patrick On Thu, Apr 2, 2015 at 5:20 PM, Ra=C3=BAl Guti=C3=A9rrez Segal=C3=A9s wrote: > Hi, > > On 2 April 2015 at 13:00, Moore, Jason wrote: > >> Hi all, >> >> Is Zookeeper 3.4.5 or later compatible with java 8 runtime environment? >> > > I haven't tried it myself, but by quick look at: > > http://www.oracle.com/technetwork/java/javase/8-compatibility-guide-21563= 66.html#A999198 > > it seems there might be a few things (i.e.: modify the local security > policy to be able to bind ports outside of the ephemeral range). > > > Cheers, > -rgs