This is an automated email from the ASF dual-hosted git repository. markt 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 9c9bc73 Add note on Java versions for EasyMock 9c9bc73 is described below commit 9c9bc73d4029000d903d1aca4ceadab5e038dec9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 22 14:58:09 2021 +0100 Add note on Java versions for EasyMock --- build.properties.default | 1 + 1 file changed, 1 insertion(+) diff --git a/build.properties.default b/build.properties.default index d987ec6..ebda2b8 100644 --- a/build.properties.default +++ b/build.properties.default @@ -230,6 +230,7 @@ hamcrest.jar=${hamcrest.home}/hamcrest-${hamcrest.version}.jar hamcrest.loc=${base-maven.loc}/org/hamcrest/hamcrest/${hamcrest.version}/hamcrest-${hamcrest.version}.jar # ----- EasyMock, version 3.6 or later ----- +# 3.6 is the last version that runs on Java 7 easymock.version=3.6 easymock.checksum.enabled=true easymock.checksum.algorithm=SHA-512 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org