Hi,
it looks like ZK cannot be build on JDK14 due to a small source
compatibility issue.
The error is below.
The fix is trivial, we just only have to explicitly import the full
classname of "Record"
Enrico
both interface org.apache.jute.Record in org.apache.jute and class
java.lang.Record in java.lang match
[ERROR]
/home/eolivelli/dev/zookeeper/zookeeper-jute/target/generated-sources/java/org/apache/zookeeper/proto/GetMaxChildrenResponse.java:25:
error: reference to Record is ambiguous
[ERROR] public class GetMaxChildrenResponse implements Record {