Re: JDK 18 Release Candidate builds & JDK 19 Early-Access builds

2022-03-01 Thread Enrico Olivelli
FYI I have files this INFRA ticket to have the latest EA on jenkins If anyone could test the latest JDK19 (and JDK18.0.1) builds on their favorite platforms (Mac, Windows, Ubuntu, Centos, Fedora..) and report it here, that would be great ! Enrico Il giorno mar 1 mar 2022 alle ore 17:20 Enrico Ol

Re: JDK 18 Release Candidate builds & JDK 19 Early-Access builds

2022-03-01 Thread Enrico Olivelli
Apache ZooKeeper tests are still passing on JDK19 https://ci-hadoop.apache.org/view/ZooKeeper/job/ZooKeeper-Java-EA/ But I am not 100% sure that we are using the latest EA [ZooKeeper-Java-EA] $ /home/jenkins/tools/maven/apache-maven-3.8.4/bin/mvn -v Apache Maven 3.8.4 (9b656c72d54e5bacbed989b647

Re: Can we add the "readonly" field in ConnectRequest?

2022-03-01 Thread Enrico Olivelli
Il giorno mar 1 mar 2022 alle ore 16:32 tison ha scritto: > > ... and this is the main PR: https://github.com/apache/zookeeper/pull/1832 > > However, it seems that ZK 3.3.x may be broken and the jute protocol cannot > cover the case. You can review the PR and I already commented details. I have s

Re: Can we add the "readonly" field in ConnectRequest?

2022-03-01 Thread tison
... and this is the main PR: https://github.com/apache/zookeeper/pull/1832 However, it seems that ZK 3.3.x may be broken and the jute protocol cannot cover the case. You can review the PR and I already commented details. Best, tison. tison 于2022年2月28日周一 09:33写道: > Hi, > > Thanks for eolivelli