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
Java 11 signature #62
Comments
|
Starting with JDK9+ you can't define a full API signature cause based on the module system you can define your own (limited view on JDK). Apart from that you can use the release configuration in maven-compiler-plugin with JDK9+ to have exactly what animal sniffer offers and that's the reason why there are no JDK9+ signatures. |
|
The javac tool has been extended with the |
Hi, currently I use the animal-sniffer Maven plugin with Java 8 signature using following dependency https://mvnrepository.com/artifact/org.codehaus.mojo.signature/java18
We have plans to migrate to Java 11, but I can't find an existing signature for it (and also I didn't find Java 9 and 10 signatures too).
Will be very grateful for your answers.
The text was updated successfully, but these errors were encountered: