Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven report generation fails on Java 9 #386

Open
cruftex opened this issue Oct 17, 2017 · 2 comments
Open

Maven report generation fails on Java 9 #386

cruftex opened this issue Oct 17, 2017 · 2 comments
Assignees
Milestone

Comments

@cruftex
Copy link
Member

cruftex commented Oct 17, 2017

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: gleclaire/findbugs-maven-plugin#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.

@cruftex cruftex added this to the 1.1 milestone Oct 17, 2017
@cruftex cruftex self-assigned this Oct 17, 2017
@eolivelli
Copy link

@cruftex consider moving to Spotbugs as Findbugs is dead

@gregrluck
Copy link
Member

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.

@gregrluck gregrluck modified the milestones: 1.1, 2.0 Oct 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants