Skip to content

Commit 6cd4806

Browse files
committed
Bring in current 1.11.1 changes.xml
1 parent d00caee commit 6cd4806

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/changes/changes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,14 @@
271271
</release>
272272
<release version="1.11.1" date="YYYY-MM-DD" description="This is a maintenance release and requires Java 8.">
273273
<!-- FIX -->
274+
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix typo in exception message throws from org.apache.commons.beanutils.PropertyUtilsBean.setMappedProperty(Object, String, String, Object).</action>
275+
<action dev="ggregory" type="fix" due-to="Basil Crow, Piotr P. Karwasz, Gary Gregory">Simplify FluentPropertyBeanIntrospector#propertyName (#363).</action>
274276
<!-- ADD -->
275277
<!-- UPDATE -->
276278
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 84 to 85.</action>
279+
<!-- REMOVE -->
280+
<action dev="ggregory" type="remove" due-to="Gary Gregory">Remove pre-Java 1.4 code that will never run since we are on Java 8 or greater.</action>
281+
<action dev="ggregory" type="remove" due-to="Gary Gregory">Deprecate ConstructorUtils in favor of Apache Commons Lang's ConstructorUtils. ConstructorUtils is unused in this component.</action>
277282
</release>
278283
<release version="1.11.0" date="2025-05-25" description="This is a maintenance release and requires Java 8.">
279284
<!-- FIX -->

0 commit comments

Comments
 (0)