Skip to content

Commit 88494ef

Browse files
committed
Add release 1.10.1
1 parent ce0c255 commit 88494ef

File tree

2 files changed

+64
-6
lines changed

2 files changed

+64
-6
lines changed

RELEASE-NOTES.txt

Lines changed: 61 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,66 @@ https://commons.apache.org/proper/commons-beanutils/
9595
Download it from https://commons.apache.org/proper/commons-beanutils/download_beanutils.cgi
9696

9797
-----------------------------------------------------------------------------
98-
Apache Commons BeanUtils 1.10.0
99-
Release Notes
10098

99+
Apache Commons BeanUtils 1.10.1 Release Notes
100+
---------------------------------------------
101101

102-
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:
130+
131+
https://commons.apache.org/proper/commons-beanutils
132+
133+
Download it from https://commons.apache.org/proper/commons-beanutils/download_beanutils.cgi
134+
135+
Have fun!
136+
-Apache Commons BCEL team
137+
138+
Feedback
139+
--------
140+
Open source works best when you give feedback:
141+
142+
https://commons.apache.org/beanutils
143+
144+
Please direct all bug reports to JIRA:
145+
146+
https://issues.apache.org/jira/browse/BEANUTILS
147+
148+
Or subscribe to the commons-user mailing list
149+
150+
The Apache Commons Team
151+
152+
-----------------------------------------------------------------------------
153+
154+
Apache Commons BeanUtils 1.10.0 Release Notes
155+
---------------------------------------------
156+
157+
The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.10.0.
103158

104159
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
105160

@@ -134,7 +189,10 @@ https://commons.apache.org/proper/commons-beanutils/
134189

135190
Download it from https://commons.apache.org/proper/commons-beanutils/download_beanutils.cgi
136191

192+
The Apache Commons Team
193+
137194
-----------------------------------------------------------------------------
195+
138196
Apache Commons BeanUtils 1.9.4
139197
Release Notes
140198

src/site/site.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M1/org/apache/commons/beanutils2/package-summary.html" />
5555
<item name="API" href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M1/index.html" />
5656
</item>
57-
<item name="1.10.0" collapse="true" href="/index.html">
57+
<item name="1.10.1" collapse="true" href="/index.html">
5858
<item name="Release Notes" href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt" />
59-
<item name="User Guide" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/org/apache/commons/beanutils/package-summary.html" />
60-
<item name="API" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/index.html" />
59+
<item name="User Guide" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.1/org/apache/commons/beanutils/package-summary.html" />
60+
<item name="API" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.1/index.html" />
6161
</item>
6262
<item name="1.9.3" collapse="true" href="/index.html">
6363
<item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt" />

0 commit comments

Comments
 (0)