Hi Mark,

Am 06.01.23 um 16:25 schrieb ma...@apache.org:
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
      new 1c75ed6ec3 Update testing/validation libraries
1c75ed6ec3 is described below

commit 1c75ed6ec354e0a0b50ababc4616fdb8f922cb17
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jan 6 15:25:20 2023 +0000

     Update testing/validation libraries
---
  build.properties.default   | 14 +++++++-------
  webapps/docs/changelog.xml |  9 +++++++++
  2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index be2c5e4851..d0c86a291a 100644
--- a/build.properties.default
+++ b/build.properties.default
...

@@ -298,7 +298,7 @@ bnd.version=6.3.1
  # checksums for biz.aQute.bnd-6.3.1.jar
  bnd.checksum.enabled=true
  bnd.checksum.algorithm=MD5|SHA-1
-bnd.checksum.value=06bb0a51c208fc2f24c8cd54216b4b6f|c00993c55ccee432dd43f540e6f7c194fe946d20
+bnd.checksum.value=a812b31a81f05767ea11896a81cd8eab|8a359edbb02aad9138b7824a0d7bbe22f02cf990
bnd.home=${base.path}/bnd-${bnd.version}
  bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar

this commit and its backports seems to have broken the build. The checksums for BND have been updated from the ones for 6.3.1 to the ones for 6.4.0, but the version itself has not changed (bnd is also not mentioned in the changelog snippet). So we still use bnd 6.3.1 but test the download against the checksums for 6.4.0, which fails - unless you already have 6.3.1 in place from earlier builds.

Not sure what was intended, a version update to 6.4.0 or staying at 6.3.1 including checksums.

Thanks and regards,

Rainer

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 268b2cb7d7..6a80447ebf 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -209,6 +209,15 @@
        <update>
          Update to the Eclipse JDT compiler 4.26. (markt)
        </update>
+      <update>
+        Update Checkstyle to 10.6.0. (markt)
+      </update>
+      <update>
+        Update Unboundid to 6.0.7. (markt)
+      </update>
+      <update>
+        Update SpotBugs to 4.7.3. (markt)
+      </update>
      </changelog>
    </subsection>
  </section>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to