This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 13d069d723 Improve verify-release 13d069d723 is described below commit 13d069d723b8befa03b57135b15b76d9e4ea9840 Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Tue Dec 12 11:40:03 2023 -0500 Improve verify-release Explain the Tomcat 11 hack. Notify the user about the JDK bug which often breaks the fulldocs bundle. --- build.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index e2645f50ae..a1611fbbcd 100644 --- a/build.xml +++ b/build.xml @@ -3739,7 +3739,7 @@ reproducible-10=${reproducible-10} <isset property="reproducible-4" /> <or> <isset property="reproducible-5" /> - <contains string="${version}" substring="11.0." /><!-- Super hack --> + <contains string="${version}" substring="11.0." /><!-- Super hack, Tomcat 11 does not produce x86 binaries. --> </or> <isset property="reproducible-6" /> <isset property="reproducible-7" /> @@ -3788,6 +3788,13 @@ differences that should not be considered troublesome. All (important) signatures are verified; the build appears to be reproducible. </echo> + + <echo unless:set="reprodicible-3"> +The fulldocs bundle appears to be different than that of the release. +It is likely due to this JDK bug: + + https://bugs.openjdk.org/browse/JDK-8306980 + </echo> </target> <target name="-check-release-toolchain-versions" if="release-java-version"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org