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


The following commit(s) were added to refs/heads/master by this push:
     new 907f1daf Bump org.apache.commons:commons-parent from 81 to 83
907f1daf is described below

commit 907f1daf2176f7117d482a8eedd660b9b7b6d33e
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 3 15:38:36 2025 -0400

    Bump org.apache.commons:commons-parent from 81 to 83
---
 pom.xml                              | 2 +-
 src/changes/changes.xml              | 2 +-
 src/conf/checkstyle.xml              | 2 +-
 src/conf/findbugs-exclude-filter.xml | 7 +++++++
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc53434a..0b53b50b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>81</version>
+    <version>83</version>
   </parent>
   <artifactId>commons-pool3</artifactId>
   <version>3.0.0-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 61fe5bf8..8ac984de 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="remove">Deprecations from version 2.x have 
been removed.</action>
     <!-- UPDATE -->
     <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Java from 
8 to 17.</action>
-    <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 79 to 81.</action>
+    <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 79 to 83.</action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 58 to 78 #297, #328, #338, #341, #347, 
#351, #354, #361.</action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.ow2.asm:asm-util from 9.5 to 9.7.1 #252, #294, #355.</action>
     <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0 #326, 
#333, #342.</action>
diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 85cd3df7..d57a5051 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -68,7 +68,7 @@
     <module name="JavadocMethod">
     </module>
     <module name="JavadocVariable">
-      <property name="scope" value="protected" />
+      <property name="accessModifiers" value="protected" />
     </module>
     <module name="LeftCurly" />
     <module name="MethodParamPad"/>
diff --git a/src/conf/findbugs-exclude-filter.xml 
b/src/conf/findbugs-exclude-filter.xml
index 7571143d..955b605c 100644
--- a/src/conf/findbugs-exclude-filter.xml
+++ b/src/conf/findbugs-exclude-filter.xml
@@ -210,4 +210,11 @@
     <!-- TODO ? -->
     <Bug pattern="CT_CONSTRUCTOR_THROW" />
   </Match>
+  <Match>
+    <!-- TODO https://github.com/spotbugs/spotbugs/issues/3428 -->
+    <Class name="org.apache.commons.pool3.impl.SoftReferenceObjectPool" />
+    <Method name="destroy" />
+    <Bug pattern="AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE" />
+  </Match>
+  
 </FindBugsFilter>

Reply via email to