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
The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.10.0
102
+
The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.10.1
103
+
104
+
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
105
+
106
+
This is a maintenance release and requires Java 8.
107
+
108
+
Changes in this version include:
109
+
110
+
Fixed Bugs:
111
+
o BEANUTILS-541: FluentPropertyBeanIntrospector concurrency issue (backport to 1.X) #325. Thanks to Sergey Chernov.
112
+
o Javadoc is missing its Overview page. Thanks to Gary Gregory.
113
+
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.
114
+
o Deprecate BeanUtils.BeanUtils(). Thanks to Gary Gregory.
115
+
o Deprecate ConstructorUtils.ConstructorUtils(). Thanks to Gary Gregory.
116
+
o Deprecate LocaleBeanUtils.LocaleBeanUtils(). Thanks to Gary Gregory.
117
+
o Deprecate LocaleConvertUtils.LocaleConvertUtils(). Thanks to Gary Gregory.
118
+
o Deprecate ConvertUtils.ConvertUtils(). Thanks to Gary Gregory.
119
+
o Deprecate MethodUtils.MethodUtils(). Thanks to Gary Gregory.
120
+
o Deprecate PropertyUtils.PropertyUtils(). Thanks to Gary Gregory.
121
+
122
+
Changes:
123
+
o Bump org.apache.commons:commons-parent from 78 to 81. Thanks to Gary Gregory.
124
+
125
+
126
+
Historical list of changes: https://commons.apache.org/proper/commons-beanutils/changes.html
127
+
128
+
For complete information on Apache Commons BeanUtils, including instructions on how to submit bug reports,
129
+
patches, or suggestions for improvement, see the Apache Commons BeanUtils website:
0 commit comments