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-dbutils.git

commit 5650aa2c5619f2ff17f9109b3f55475ce207297e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 22 10:32:48 2024 -0400

    Bump commons-parent from 69 to 70
    
    Add SpotBugs exclusions for compatibility
---
 pom.xml                                     |  2 +-
 src/changes/changes.xml                     |  2 +-
 src/site/resources/spotbugs/sb-excludes.xml | 15 +++++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d45856..d13425e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>69</version>
+    <version>70</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1720492..712deb8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,7 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- ADD -->
       <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 
from 8 to 11.</action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
commons-parent from 62 to 69 #256.</action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
commons-parent from 62 to 70 #256.</action>
     </release>
     <release version="1.8.1" date="2023-09-09" description="New features and 
bug fixes.">
       <!-- FIX -->
diff --git a/src/site/resources/spotbugs/sb-excludes.xml 
b/src/site/resources/spotbugs/sb-excludes.xml
index b9f199c..f4a2442 100644
--- a/src/site/resources/spotbugs/sb-excludes.xml
+++ b/src/site/resources/spotbugs/sb-excludes.xml
@@ -51,4 +51,19 @@
         <Method name="loadDriver" />
         <Bug pattern="REC_CATCH_EXCEPTION" />
     </Match>
+    <!-- Compatibility -->
+    <Match>
+        <Class name="org.apache.commons.dbutils.BasicRowProcessor" />
+        <Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR" />
+    </Match>
+    <!-- Compatibility -->
+    <Match>
+        <Class name="org.apache.commons.dbutils.ProxyFactory" />
+        <Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR" />
+    </Match>
+    <!-- Compatibility -->
+    <Match>
+        <Class name="org.apache.commons.dbutils.QueryLoader" />
+        <Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR" />
+    </Match>
 </FindBugsFilter>
\ No newline at end of file

Reply via email to