This is an automated email from the ASF dual-hosted git repository.

fschumacher 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 51241d8  Use spotbugs instead of findbugs
51241d8 is described below

commit 51241d8b53d80dd8e795d6373fed84aa471d3a85
Author: Felix Schumacher <fschumac...@apache.org>
AuthorDate: Sat May 4 16:26:41 2019 +0200

    Use spotbugs instead of findbugs
---
 BUILDING.txt               |  2 +-
 build.properties.default   | 10 +++++-----
 webapps/docs/changelog.xml |  5 +++++
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 331184a..1f618fb 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -523,7 +523,7 @@ target. The command is:
 NOTE: FindBugs is licensed under LGPL. Using Findbugs during Tomcat build is
       optional and is off by default.
 
-      See http://findbugs.sourceforge.net/ for more information.
+      See https://spotbugs.github.io/ for more information.
 
 To enable FindBugs, add the following property to build.properties file:
 
diff --git a/build.properties.default b/build.properties.default
index 960ed5b..1bacc19 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -264,13 +264,13 @@ 
cobertura.jar=${cobertura.home}/cobertura-${cobertura.version}.jar
 cobertura.loc=${base-sf.loc}/cobertura/cobertura-2.1.1-bin.tar.gz
 
 # ----- Findbugs -----
-findbugs.version=3.0.1
+findbugs.version=3.1.12
 findbugs.checksum.enabled=true
 findbugs.checksum.algorithm=MD5|SHA-1
-findbugs.checksum.value=dec8828de8657910fcb258ce5383c168|59a24064ca6869e483ce9a04d3c50d14a227d5e6
-findbugs.home=${base.path}/findbugs-${findbugs.version}
-findbugs.jar=${findbugs.home}/lib/findbugs-ant.jar
-findbugs.loc=${base-sf.loc}/project/findbugs/findbugs/${findbugs.version}/findbugs-${findbugs.version}.tar.gz
+findbugs.checksum.value=8c54502a8e1b78ea6b173a186ce6f379|95114d9aaeeba7bd4ea5a3d6a2167cd6c87bb943
+findbugs.home=${base.path}/spotbugs-${findbugs.version}
+findbugs.jar=${findbugs.home}/lib/spotbugs-ant.jar
+findbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${findbugs.version}/spotbugs-${findbugs.version}.tgz
 
 # ----- SAAJ API, used by Code Signing for releases -----
 # ----- No longer part of JRE from Java 11 onwards  -----
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c2a4018..b35610c 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -45,6 +45,11 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 9.0.21 (markt)" rtext="in development">
+  <subsection name="Other">
+    <changelog>
+      <update>Switch from FindBugs to SpotBugs. (fschumacher)</update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 9.0.20 (markt)" rtext="release in progress">
   <subsection name="Catalina">


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

Reply via email to