stevedlawrence opened a new pull request #456:
URL: https://github.com/apache/incubator-daffodil/pull/456
- Drop support for Java 9 since it is no longer supported by upstream.
Now only support the two LTS versions (Java 8 and 11) and the latest
non-LTS version (Java 15)
- Javadoc versions newer than Java 12 are a bit more strict about some
aspects of Javadoc. Update the JAPI/SAPI documentation so that there
are no errors, and to minimze warnings. The genjavadoc plugin we use
to convert Scala code to Java API isn't perfect so we can't get rid of
all warnings. This is caused by missing constructor documentation that
doesn't convert from scaladoc to javadoc.
- Add the -quiet option to javadoc so it only shows if there are issues.
DAFFODIL-2463, DAFFODIL-2332
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]