Le 2024-12-04 17:49, Jorge Solórzano a écrit :
FTR, javadoc is unreproducible directly from the JDK, the output can
change
between minor versions because of updates to libraries like jQuery.
In the context of Debian reproducible is defined rather restrictively
[1] though current reproducibil
FTR, javadoc is unreproducible directly from the JDK, the output can change
between minor versions because of updates to libraries like jQuery.
In other words, the build from JDK 21.0.1 could be different from JDK
21.0.5 for the jQuery update[1]
[1]: https://bugs.openjdk.org/browse/JDK-8335391
Hi,
While investigating reproducibility issues on the javadoc package of a
package I'm updating I discovered that the maven-javadoc-plugin
generates lists of packages (passed as @packages argument to javadoc)
that have an ordering that varies depending on filesystem ordering [1].
That alone