You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.txt
+12-14Lines changed: 12 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Apache Commons BeanUtils 1.10.1 Release Notes
2
2
---------------------------------------------
3
3
4
-
The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.10.0
4
+
The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.10.1
5
5
6
6
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
7
7
@@ -10,21 +10,19 @@ This is a maintenance release and requires Java 8.
10
10
Changes in this version include:
11
11
12
12
Fixed Bugs:
13
-
o BEANUTILS-541: FluentPropertyBeanIntrospector caches corrupted writeMethod (backport to 1.x) #69. Thanks to Sergey Chernov.
14
-
o Replace internal use of Locale.ENGLISH with Locale.ROOT. Thanks to Gary Gregory.
15
-
o Replace Maven CLIRR plugin with JApiCmp. Thanks to Gary Gregory.
16
-
o Port to Java 1.4 Throwable APIs (!). Thanks to Gary Gregory.
17
-
o Fix Javadoc generation on Java 8, 17, and 21. Thanks to Gary Gregory.
18
-
o AbstractArrayConverter.parseElements(String) now returns a List<String> instead of a raw List. Thanks to Gary Gregory.
13
+
o BEANUTILS-541: FluentPropertyBeanIntrospector concurrency issue (backport to 1.X) #325. Thanks to Sergey Chernov.
14
+
o Javadoc is missing its Overview page. Thanks to Gary Gregory.
15
+
o Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks to Gary Gregory.
16
+
o Deprecate BeanUtils.BeanUtils(). Thanks to Gary Gregory.
17
+
o Deprecate ConstructorUtils.ConstructorUtils(). Thanks to Gary Gregory.
18
+
o Deprecate LocaleBeanUtils.LocaleBeanUtils(). Thanks to Gary Gregory.
19
+
o Deprecate LocaleConvertUtils.LocaleConvertUtils(). Thanks to Gary Gregory.
20
+
o Deprecate ConvertUtils.ConvertUtils(). Thanks to Gary Gregory.
21
+
o Deprecate MethodUtils.MethodUtils(). Thanks to Gary Gregory.
22
+
o Deprecate PropertyUtils.PropertyUtils(). Thanks to Gary Gregory.
19
23
20
24
Changes:
21
-
o Bump org.apache.commons:commons-parent from 47 to 78. Thanks to Gary Gregory.
22
-
o Bump Java requirement from Java 6 to 8. Thanks to Gary Gregory.
23
-
o Bump junit:junit from 4.12 to 4.13.2. Thanks to Gary Gregory.
24
-
o Bump JUnit from 4.x to 5.x "vintage". Thanks to Gary Gregory.
25
-
o Bump commons-logging:commons-logging from 1.2 to 1.3.4. Thanks to Gary Gregory.
26
-
o Deprecate BeanUtilsBean.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throwable). Thanks to Gary Gregory.
27
-
o Deprecate BeanUtils.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throwable). Thanks to Gary Gregory.
25
+
o Bump org.apache.commons:commons-parent from 78 to 81. Thanks to Gary Gregory.
28
26
29
27
30
28
Historical list of changes: https://commons.apache.org/proper/commons-beanutils/changes.html
0 commit comments