You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/04 18:24:08 UTC

[commons-weaver] branch master updated: Add missing namespace and XSD to SpotBugs filter file.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 212e228  Add missing namespace and XSD to SpotBugs filter file.
212e228 is described below

commit 212e2282a89498877cc6b90b8b225d93c0e0ec57
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 4 14:24:03 2022 -0400

    Add missing namespace and XSD to SpotBugs filter file.
---
 .../resources/org/apache/commons/weaver/findbugs-exclude-filter.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml b/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml
index fbb18c6..26126d8 100644
--- a/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml
+++ b/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml
@@ -20,7 +20,11 @@
   false positive nature has been analyzed individually and they have been
   put here to instruct findbugs it must ignore them.
 -->
-<FindBugsFilter>
+<FindBugsFilter
+    xmlns="https://github.com/spotbugs/filter/3.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
+
 
   <!-- Reason: require that code execution hierarchy invoking CleanProcessor
        has privileges directly assigned