This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 791984363d Revert JSign to 6.0 791984363d is described below commit 791984363d193f143291839a55cf9bbf44d560f7 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 11 15:32:24 2025 +0000 Revert JSign to 6.0 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 6e5303d115..1042d9fafd 100644 --- a/build.properties.default +++ b/build.properties.default @@ -327,10 +327,10 @@ bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.bnd-${bnd.version}.jar # ----- JSign, version 4.1 or later ----- -jsign.version=7.1 +jsign.version=6.0 jsign.checksum.enabled=true jsign.checksum.algorithm=MD5|SHA-1 -jsign.checksum.value=91dadce3950b260d8097d1ca9cfe3c6f|348919ddaeed5100e1dd6a05b98da6c61e192afe +jsign.checksum.value=c14fe256b5bc42dc6934d3ce7b659cdf|d2f1a60711c3b51123f84cd9e04dd9d482d95f5e jsign.home=${base.path}/jsign-${jsign.version} jsign.jar=${jsign.home}/jsign-${jsign.version}.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index a7e787bbe3..d89c4638bd 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -150,6 +150,13 @@ </add> </changelog> </subsection> + <subsection name="Other"> + <changelog> + <update> + Revert JSign to 6.0 to avoid a file locking issue. (markt) + </update> + </changelog> + </subsection> </section> <section name="Tomcat 9.0.101 (remm)" rtext="not released"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org