OpenHFT / Chronicle-Queue-Demo

Sample programs for Chronicle Queue
Apache License 2.0
73 stars 51 forks source link

Build fails in Java 9+ #31

Open peter-lawrey opened 1 year ago

peter-lawrey commented 1 year ago

With Java 9+ the build fails with the following?

[INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] 1 warning [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] warnings found and -Werror specified [INFO] 1 error [INFO] -------------------------------------------------------------

RobAustin commented 1 year ago

I'm running this with Java 11 and don't see an issue

image

image

RobAustin commented 1 year ago

also If I do a: $mvn help:effective-pom

i dont see any mention of

-Werror