You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/06/22 18:02:05 UTC

[tomcat] branch 8.5.x updated: Add a note about SpotBugs version and Java 7

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 9d1cce9  Add a note about SpotBugs version and Java 7
9d1cce9 is described below

commit 9d1cce9971302ca9f6fd8df6201d028fbfc5e99e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 22 18:58:37 2021 +0100

    Add a note about SpotBugs version and Java 7
---
 build.properties.default | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.properties.default b/build.properties.default
index 96f65c3..6dda35e 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -287,7 +287,8 @@ cobertura.home=${base.path}/cobertura-${cobertura.version}
 cobertura.jar=${cobertura.home}/cobertura-${cobertura.version}.jar
 cobertura.loc=${base-sf.loc}/cobertura/cobertura-${cobertura.version}-bin.tar.gz
 
-# ----- Findbugs -----
+# ----- SpotBugs (originally FindBugs) -----
+# 3.1.12 is the last version that runs on Java 7
 findbugs.version=3.1.12
 findbugs.checksum.enabled=true
 findbugs.checksum.algorithm=MD5|SHA-1

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