-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support Java 13+ #12
Comments
Hello @kicasta, thanks for reporting the issue. A completely new API that doesn't rely on this So, to support Java 9+ it would be required to branch the source tree in two different projects that are difficult and time-consuming to maintain. Another approach is to change the sources to create a single project compatible with Java 8 and Java 9+, using the multi-release jar feature [1] [2]. However, this would require a complete redesign of the project. In this particular case, it's not just a matter of configuration (as pointed here), because the public interface of the Doclet API was completely redesigned. The pre-Java 9 Doclet API was a complete mess and needed to be redesigned. |
Hi @manoelcampos , thanks for the repply and meaningful explanation. |
Hi,
calling "site" with Java 13+ fails with the attached exception, with java 8 however works fine. Is there a workaround?
Thanks in advance
Attachment
Stacktrace.txt
The text was updated successfully, but these errors were encountered: