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

Support Java11 #14

Open
ikeyat opened this issue Oct 8, 2018 · 0 comments
Open

Support Java11 #14

ikeyat opened this issue Oct 8, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ikeyat
Copy link
Owner

ikeyat commented Oct 8, 2018

Since Java9, tools.jar was removed.
javadoc2xls depends on tools.jar. So, it is impossible to compile on Java11.

Furthermore, Doclet API was deprecated since java10.
https://image.slidesharecdn.com/java10-180329095905/95/java-10-15-638.jpg?cb=1522318063
Since Java9, new Javadoc API was released.
http://openjdk.java.net/jeps/221

One solution is continuing to use legacy and deprecated Doclet API on Java11.
Other solution is to replace it to new one including breaking changes (so it will be done at new major version).

@ikeyat ikeyat added the enhancement New feature or request label Oct 8, 2018
@ikeyat ikeyat added this to the 1.1.0.RELEASE milestone Oct 8, 2018
@ikeyat ikeyat modified the milestones: 1.1.0.RELEASE, 2.0.0.RELEASE Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant