Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
It looks like JDK 11.0.2+ has an issue where 1.8 being specified causes javadoc to fail. This has failed for the last few builds on Travis with the following error message in the calcite-plus module:
javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
There is a related JDK bugs about this:
There is a listed work around but I tested and if we cleanup the leftover maven-compiler-plugin part from calcite-plus module this issue goes away.
Attachments
Issue Links
- is depended upon by
-
CALCITE-2339 JDBC adapter should transform timestamp arithmetic for target database
- Open
- links to