Dávid Paksy created ZOOKEEPER-5071:
--------------------------------------
Summary: Fix zookeeper-it NPE compilation failure on Java 17, 21
Key: ZOOKEEPER-5071
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-5071
Project: ZooKeeper
Issue Type: Bug
Components: build
Reporter: Dávid Paksy
zookeeper-it subproject compilation seems to fail when using Java 17 or 21 with
the following error:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)
on project zookeeper-it: Fatal error compiling: java.lang.NullPointerException:
Cannot invoke "javax.lang.model.element.Element.getKind()" because "elem" is
null -> [Help 1]{noformat}
Interestingly it does not seem to have the problem with Java 25.
The problem seems to be the jmh-generator-annprocess dependency. We should
update it to 1.37 to support Java 17+.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)