You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 11.0.17.8.1 the OpenJDK version was updated. Javadoc in this OpenJDK version fails to resolve package level annotations in package-info.java. See also: https://bugs.openjdk.org/browse/JDK-8295850.
I've attached a simple Spring Boot Sample project where I added the situation where this error occurs. Using jaxb2 to generate example classes, which creates a package-info.java file.
In 11.0.17.8.1 the OpenJDK version was updated. Javadoc in this OpenJDK version fails to resolve package level annotations in package-info.java. See also: https://bugs.openjdk.org/browse/JDK-8295850.
I've attached a simple Spring Boot Sample project where I added the situation where this error occurs. Using jaxb2 to generate example classes, which creates a package-info.java file.
demo-with-javadoc-jaxb2.zip
On Amazon Corretto 11.0.17
./mvnw verify
gives the following error:On Amazon Corretto 11.0.16 this command does not fail.
The text was updated successfully, but these errors were encountered: