[jdk11u-dev] RFR: 8222091: Javadoc does not handle package annotations correctly on package-info.java

Goetz Lindenmaier goetz at openjdk.org
Fri Oct 28 06:30:11 UTC 2022


On Mon, 24 Oct 2022 19:09:04 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> This is a backport of [JDK-8222091: Javadoc does not handle package annotations correctly on package-info.java](https://bugs.openjdk.java.net/browse/JDK-8222091)
> 
> This fixes a regression in 11.0.17 caused by the backport of [JDK-8193462](https://bugs.openjdk.org/browse/JDK-8193462), see [JDK-8295850](https://bugs.openjdk.org/browse/JDK-8295850)
> 
> Original patch applied cleanly.

You find this:

2022-10-24T20:04:02.4935147Z TEST: jdk/javadoc/doclet/testPackageAnnotation/TestPackageAnnotation.java
2022-10-24T20:04:02.4937575Z TEST JDK: /home/runner/jdk-linux-x64/jdk-11.0.18-internal+0_linux-x64_bin/jdk-11.0.18
2022-10-24T20:04:02.4939224Z 
2022-10-24T20:04:02.4941175Z TEST RESULT: Error. Can't find library: ../../lib/
2022-10-24T20:04:02.4942944Z --------------------------------------------------

they all fail at the same place.

You can also push an extra fix to the branch in this PR fixing the issue.
... next time ...

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/1472


More information about the jdk-updates-dev mailing list