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 17:15:38 UTC

[commons-bcel] branch master updated (5165671d -> e28619e0)

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

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


    from 5165671d Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7 #129
     new 8d43124e Bump spotbugs from 4.6.0 to 4.7.1
     new e28619e0 Add missing namespace and XSD to SpotBugs filter file.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                              | 2 +-
 src/changes/changes.xml              | 2 +-
 src/conf/findbugs-exclude-filter.xml | 7 ++++---
 3 files changed, 6 insertions(+), 5 deletions(-)


[commons-bcel] 01/02: Bump spotbugs from 4.6.0 to 4.7.1

Posted by gg...@apache.org.
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-bcel.git

commit 8d43124ecb6bc9329c9d4abe88a3b74970cae9d5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 4 13:15:13 2022 -0400

    Bump spotbugs from 4.6.0 to 4.7.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4df7a03f..6f99d361 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
     <commons.javadoc.version>3.3.2</commons.javadoc.version>
     <commons.felix.version>5.1.3</commons.felix.version>
     <commons.spotbugs.plugin.version>4.7.0.0</commons.spotbugs.plugin.version>
-    <commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version>    
+    <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>    
     <biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version>
   </properties>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8d0f4ac0..00f97785 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -107,7 +107,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump Bump maven-bundle-plugin from 5.1.1 to 5.1.3.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump taglist-maven-plugin from 2.4 to 3.0.0 #114.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.0.0 #128.</action>
-      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs from 4.5.3 to 4.6.0.</action>
+      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs from 4.5.3 to 4.7.1.</action>
     </release>
     <release version="6.5.0" date="2020-06-05" description="Minor feature and bug fix release.">
       <action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark Roberts">Remove unnecessary references to Constants.</action>


[commons-bcel] 02/02: Add missing namespace and XSD to SpotBugs filter file.

Posted by gg...@apache.org.
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-bcel.git

commit e28619e0344733ee5fbb3e1e56ab366b87748adc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 4 13:15:33 2022 -0400

    Add missing namespace and XSD to SpotBugs filter file.
---
 src/conf/findbugs-exclude-filter.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/conf/findbugs-exclude-filter.xml b/src/conf/findbugs-exclude-filter.xml
index 854ef760..a4a99f07 100644
--- a/src/conf/findbugs-exclude-filter.xml
+++ b/src/conf/findbugs-exclude-filter.xml
@@ -21,9 +21,10 @@
   false positive nature has been analyzed individually and they have been
   put here to instruct findbugs it must ignore them.
 -->
-<FindBugsFilter>
-
-<!-- N.B. Using wild-card class names so exclusions work regardless of the top-level package -->
+<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"><!-- N.B. Using wild-card class names so exclusions work regardless of the top-level package -->
 
   <!-- Waiting on BCEL-252 -->
   <Match>