ivankelly opened a new issue #522: BookKeeper doesn't compile with oracle jdk URL: https://github.com/apache/bookkeeper/issues/522 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 an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
