Integrated: 8344271: Comparison build fails due to difference in doc summary

Jan Lahoda jlahoda at openjdk.org
Mon Nov 18 10:41:59 UTC 2024


On Mon, 18 Nov 2024 06:38:48 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> A test ensuring the JDK build is reproducible is failing due to the recent https://github.com/openjdk/jdk/commit/81342acdae82262815e04e1ade7deb2d0f24094a . The reason is the unordered map used when filtering `java.base` out of the list of dependencies.
> 
> This patch is resolving that, by moving the filtering to `addIndirectPackages`.

This pull request has now been integrated.

Changeset: ea8f2898
Author:    Jan Lahoda <jlahoda at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ea8f28980ca19bfa74c39ed5a6708ce094b6119f
Stats:     23 lines in 1 file changed: 8 ins; 10 del; 5 mod

8344271: Comparison build fails due to difference in doc summary

Reviewed-by: hannesw

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

PR: https://git.openjdk.org/jdk/pull/22189


More information about the javadoc-dev mailing list