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 3e1dd0e Use Objects.equals(); Use Anonymous type; Use method reference instead Lambda; Replace Loop with Collection.removeIf(). #81. 3e1dd0e is described below commit 3e1dd0e97a012672c32431aaf295fcb9c97e37d4 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 27 08:22:10 2021 -0400 Use Objects.equals(); Use Anonymous type; Use method reference instead Lambda; Replace Loop with Collection.removeIf(). #81. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 97bf45c..2c592f9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Arturo Bernal"> Replace C-style array declaration with Java style #80. </action> + <action dev="ggregory" type="fix" due-to="Arturo Bernal"> + Use Objects.equals(); Use Anonymous type; Use method reference instead Lambda; Replace Loop with Collection.removeIf(). #81. + </action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Dependabot"> Bump spotbugs-maven-plugin from 4.0.4 to 4.2.1 #48, #53, #59, #62.