This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push: new 63a9d553 Updates for the next release 63a9d553 is described below commit 63a9d553af7217026216df4a6b664b03853952f6 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 27 22:50:00 2025 +0000 Updates for the next release --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9cac1630..e0f1e8b8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -28,6 +28,11 @@ <title>Release Notes</title> </properties> <body> + <release version="1.11.1" date="YYYY-MM-DD" description="This is a maintenance release and requires Java 8."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> <release version="1.11.0" date="2025-05-25" description="This is a maintenance release and requires Java 8."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">BeanComparator.compare(T, T) now throws IllegalArgumentException instead of RuntimeException to wrap all cases of ReflectiveOperationException.</action>