jsr107 / jsr107spec

JSR107 Cache Specification
Apache License 2.0
413 stars 164 forks source link

Maven report generation fails on Java 9 #386

Open cruftex opened 6 years ago

cruftex commented 6 years ago

Although with the latest plugin versions report generation fails (mvn site). It seams that findbugs is not updated to Java 9 (and maybe never will....). Upstream bug: https://github.com/gleclaire/findbugs-maven-plugin/issues/60

     [java] Warning: Unknown version of Java
     [java] edu.umd.cs.findbugs.JavaVersionException: Could not parse Java version string: 9

I suggest we just document the problem in the readme and postpone the resolution to 1.2 or 2.0.

eolivelli commented 6 years ago

@cruftex consider moving to Spotbugs as Findbugs is dead

gregrluck commented 6 years ago

Looks like SpotBugs is still stabilising. This is only used by the mvn site goal which we don't use and only occurs on Java 9. Lets move this to 2.0 as it is not blocking anything.