-
Notifications
You must be signed in to change notification settings - Fork 8
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
remove deprecated html flag removed in newer version of Java #21
Conversation
unfortunately the build system does not update the line |
Looks good and matches the fact that the
|
The GHA runs on 1.8 and 11 but we only run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8182765, my impression is that the JDK evolution has moved towards generating HTML5 by default.
I agree with the quick introduction and dropping of these flags, they are causing more trouble than necessary. No objection to getting this merged and released and effectively let the JDK decide the default set of parameters.
Doc generation is failing in Java 11 in newer version of CI
javadoc: error - invalid flag: -html5
This removes the deprecated html5 options in JDK 11