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 52d85577ecc440149a9b2fc415b4cbe578b48d08 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 22 10:45:36 2024 -0400 Fix entry types --- src/changes/changes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 712deb8..ee30596 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,10 +45,10 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.9.0" date="YYYY-MM-DD" description="New features and bug fixes."> <!-- FIX --> - <action dev="ggregory" type="update" due-to="sanjanarampurkottur01, Gary Gregory">Switch on String instead of cascading if-else in MockResultSet #220.</action> - <action dev="ggregory" type="update" due-to="sanjanarampurkottur01, Gary Gregory">Encapsulate test fields #222.</action> - <action dev="ggregory" type="update" due-to="Gary Gregory">Fix BeanProcessor SpotBugs CT: Be wary of letting constructors throw exceptions. (CT_CONSTRUCTOR_THROW).</action> - <action dev="ggregory" type="update" due-to="Gary Gregory">Fix StatementConfiguration SpotBugs CT: Be wary of letting constructors throw exceptions. (CT_CONSTRUCTOR_THROW).</action> + <action dev="ggregory" type="fix" due-to="sanjanarampurkottur01, Gary Gregory">Switch on String instead of cascading if-else in MockResultSet #220.</action> + <action dev="ggregory" type="fix" due-to="sanjanarampurkottur01, Gary Gregory">Encapsulate test fields #222.</action> + <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix BeanProcessor SpotBugs CT: Be wary of letting constructors throw exceptions. (CT_CONSTRUCTOR_THROW).</action> + <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix StatementConfiguration SpotBugs CT: Be wary of letting constructors throw exceptions. (CT_CONSTRUCTOR_THROW).</action> <!-- ADD --> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java from 8 to 11.</action>