This is a bug, though whether the bug is in oracle jdk or our code is unknown.
To repro, download the oracle jdk, install it (I did so using java-package on debian 9), and run "mvn package -DskipTests".
This command should complete without error. Instead you get an error compiling bookkeeper-benchmark.
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ bookkeeper-benchmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/ivan/src/bookkeeper/bookkeeper-benchmark/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
This is a bug, though whether the bug is in oracle jdk or our code is unknown.
To repro, download the oracle jdk, install it (I did so using java-package on debian 9), and run "mvn package -DskipTests".
This command should complete without error. Instead you get an error compiling bookkeeper-benchmark.