Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-27 Thread Enrico Olivelli
Il giorno gio 26 mar 2020 alle ore 23:45 Patrick Hunt ha scritto: > > Seems the new JEP 359 record feature is added to jdk14 as a preview and > it's introduced a regression wrt our "Record" > https://openjdk.java.net/jeps/359 > > So two things then - we should disambiguate our Record and see why

[jira] [Created] (ZOOKEEPER-3772) JettyAdminServer should not allow HTTP TRACE method

2020-03-27 Thread Jinjiang Ling (Jira)
Jinjiang Ling created ZOOKEEPER-3772: Summary: JettyAdminServer should not allow HTTP TRACE method Key: ZOOKEEPER-3772 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3772 Project: ZooKeeper

Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-27 Thread Patrick Hunt
Confirmed locally with oracle jdk 14 and zk trunk. Patrick On Fri, Mar 27, 2020 at 6:19 AM Enrico Olivelli wrote: > Il giorno gio 26 mar 2020 alle ore 23:45 Patrick Hunt > ha scritto: > > > > Seems the new JEP 359 record feature is added to jdk14 as a preview and > > it's introduced a

Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-27 Thread Jordan Zimmerman
Boy - it seems it's a mistake for the JDK to have Record in the java.lang package. Putting it in a different package would fix this. I wonder if we should file a bug or bring it up on the Amber list? -Jordan > On Mar 27, 2020, at 11:26 AM, Enrico Olivelli wrote: > > Let me file and INFRA

Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-27 Thread Enrico Olivelli
Il Ven 27 Mar 2020, 17:43 Jordan Zimmerman ha scritto: > Boy - it seems it's a mistake for the JDK to have Record in the java.lang > package. Putting it in a different package would fix this. I wonder if we > should file a bug or bring it up on the Amber list? > I am following that group. It

Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-27 Thread Enrico Olivelli
Let me file and INFRA issue and a patch for jute Stay tuned Enrico Il Ven 27 Mar 2020, 17:03 Patrick Hunt ha scritto: > Confirmed locally with oracle jdk 14 and zk trunk. > > Patrick > > On Fri, Mar 27, 2020 at 6:19 AM Enrico Olivelli > wrote: > > > Il giorno gio 26 mar 2020 alle ore 23:45