eclipse-ee4j / jaxr-api

Jakartaee-stable project
Other
0 stars 7 forks source link

Add parameter to avoid post jdk8 javadoc errors #16

Closed jim-krueger closed 5 years ago

jim-krueger commented 5 years ago

@kwsutter This change is to avoid over 100 javadoc errors that are new to java8 in the jaxr code. These will need to be fixed at some point in the future but I don't want that to hold up the CI/CD release. See https://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html

jim-krueger commented 5 years ago

@kwsutter Please review this PR. Thanks