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 ddbbf354 Better release description
ddbbf354 is described below
commit ddbbf354fa23e66f9ed44dcc50abdf52eaff61f3
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Dec 25 17:27:57 2024 -0500
Better release description
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 51772651..01960789 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,7 +28,7 @@
<title>Release Notes</title>
</properties>
<body>
- <release version="1.10.0" date="YYYY-MM-DD" description="This is a
maintenance release.">
+ <release version="1.10.0" date="YYYY-MM-DD" description="This is a
maintenance release, requires Java 8.">
<!-- FIX -->
<action type="fix" issue="BEANUTILS-541" dev="ggregory" due-to="Sergey
Chernov">FluentPropertyBeanIntrospector caches corrupted writeMethod (1.x
backport) #69.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Replace internal
use of Locale.ENGLISH with Locale.ROOT.</action>