This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new e74d4d8 Revert "Update Hamcrest to 2.2" e74d4d8 is described below commit e74d4d85cc98675bfd47aa517d65de4883813c9a Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org> AuthorDate: Tue Jun 9 10:19:21 2020 +0300 Revert "Update Hamcrest to 2.2" This reverts commit d9434f7686667b87cce0aad5c1377551f90f79c0. Revert temporarily the update because some tests have failed: Testcase: initializationError took 0.001 sec Caused an ERROR org/hamcrest/SelfDescribing java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ... --- build.properties.default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index 5ff9cbe..19a2f0b 100644 --- a/build.properties.default +++ b/build.properties.default @@ -213,10 +213,10 @@ junit.jar=${junit.home}/junit-${junit.version}.jar junit.loc=${base-maven.loc}/junit/junit/${junit.version}/junit-${junit.version}.jar # ----- Hamcrest Library, used by JUnit, version 1.3 or later ---- -hamcrest.version=2.2 +hamcrest.version=1.3 hamcrest.checksum.enabled=true -hamcrest.checksum.algorithm=SHA-512 -hamcrest.checksum.value=e6c3f02e25070177f8101f9ca265046f8c9569f82560051dbfb1e6a28c9937b1a7453f68e9a37bfce0eb69bacf45a743d16e78add931e98195d260b8a516557e +hamcrest.checksum.algorithm=MD5|SHA-1 +hamcrest.checksum.value=6393363b47ddcbba82321110c3e07519|42a25dc3219429f0e5d060061f71acb49bf010a0 hamcrest.home=${base.path}/hamcrest-${hamcrest.version} hamcrest.jar=${hamcrest.home}/hamcrest-core-${hamcrest.version}.jar hamcrest.loc=${base-maven.loc}/org/hamcrest/hamcrest-core/${hamcrest.version}/hamcrest-core-${hamcrest.version}.jar --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org