This is an automated email from the ASF dual-hosted git repository. fschumacher 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 96df339 Use spotbugs instead of findbugs 96df339 is described below commit 96df33983ffdad304674bc6fae11cc7c4a887eb1 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 | 11 +++++------ webapps/docs/changelog.xml | 5 +++++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 7f90c54..e0811af 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -529,7 +529,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 4dd3905..be14532 100644 --- a/build.properties.default +++ b/build.properties.default @@ -267,11 +267,10 @@ cobertura.lib=${cobertura.home}/lib 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.lib=${findbugs.home}/lib -findbugs.jar=${findbugs.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 diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index bd7f589..a6792d4 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 8.5.42 (markt)" rtext="in development"> + <subsection name="Other"> + <changelog> + <update>Switch from FindBugs to SpotBugs. (fschumacher)</update> + </changelog> + </subsection> </section> <section name="Tomcat 8.5.41 (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