spotify / missinglink

Build time tool for detecting link problems in java projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't handle Java 17-ea version

klaraward opened this issue · comments

commented

Got this when running version 0.2.3 of this plugin with JDK 17-ea+25

Caused by: java.lang.NumberFormatException: For input string: "17-ea"
    at java.lang.NumberFormatException.forInputString (NumberFormatException.java:67)
    at java.lang.Integer.parseInt (Integer.java:668)
    at java.lang.Integer.parseInt (Integer.java:786)
    at com.spotify.missinglink.ArtifactLoader.getClassesForCurrentJavaVersion (ArtifactLoader.java:121)
    at com.spotify.missinglink.ArtifactLoader.loadFromJar (ArtifactLoader.java:143)
    at com.spotify.missinglink.ArtifactLoader.load (ArtifactLoader.java:78)
    at com.spotify.missinglink.maven.CheckMojo.lambda$mavenDepToArtifact$20 (CheckMojo.java:606)
    at com.spotify.missinglink.maven.CheckMojo.doArtifactLoad (CheckMojo.java:613)
    at com.spotify.missinglink.maven.CheckMojo.mavenDepToArtifact (CheckMojo.java:606)

@klaraward this is solved after #168 right?

commented

Yes