Re: reproducible builds: maven-javadoc-plugin is sensitive to filesystem ordering

2024-12-04 Thread sre4ever
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

Re: reproducible builds: maven-javadoc-plugin is sensitive to filesystem ordering

2024-12-04 Thread Jorge Solórzano
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