Skip to content

Commit 6a4d8b4

Browse files
committed
Prepare for the next release candidate
1 parent 8599841 commit 6a4d8b4

File tree

5 files changed

+82
-20
lines changed

5 files changed

+82
-20
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Making Changes
6161

6262
+ Create a _topic branch_ for your isolated work.
6363
* Usually you should base your branch from the `master` branch.
64-
* A good topic branch name can be the JIRA bug ID plus a keyword, for example, `BEANUTILS-123-InputStream`.
64+
* A good topic branch name can be the JIRA bug ID plus a keyword, e.g. `BEANUTILS-123-InputStream`.
6565
* If you have submitted multiple JIRA issues, try to maintain separate branches and pull requests.
6666
+ Make commits of logical units.
6767
* Make sure your commit messages are meaningful and in the proper format. Your commit message should contain the key of the JIRA issue.
68-
* For example, `[BEANUTILS-123] Close input stream earlier`
68+
* For example, `[BEANUTILS-123] Close input stream sooner`
6969
+ Respect the original code style:
7070
+ Only use spaces for indentation; you can check for unnecessary whitespace with `git diff` before committing.
7171
+ Create minimal diffs - disable _On Save_ actions like _Reformat Source Code_ or _Organize Imports_. If you feel the source code should be reformatted create a separate PR for this change first.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(the "License"); you may not use this file except in compliance with
77
the License. You may obtain a copy of the License at
88
9-
http://www.apache.org/licenses/LICENSE-2.0
9+
https://www.apache.org/licenses/LICENSE-2.0
1010
1111
Unless required by applicable law or agreed to in writing, software
1212
distributed under the License is distributed on an "AS IS" BASIS,

RELEASE-NOTES.txt

Lines changed: 76 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,62 @@
1-
Apache Commons BeanUtils 1.10.0
2-
Release Notes
1+
Apache Commons BeanUtils 1.10.1 Release Notes
2+
---------------------------------------------
33

4+
The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.10.0
5+
6+
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
7+
8+
This is a maintenance release and requires Java 8.
9+
10+
Changes in this version include:
11+
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.
19+
20+
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.
28+
29+
30+
Historical list of changes: https://commons.apache.org/proper/commons-beanutils/changes.html
31+
32+
For complete information on Apache Commons BeanUtils, including instructions on how to submit bug reports,
33+
patches, or suggestions for improvement, see the Apache Commons BeanUtils website:
34+
35+
https://commons.apache.org/proper/commons-beanutils
36+
37+
Download it from https://commons.apache.org/proper/commons-beanutils/download_beanutils.cgi
38+
39+
Have fun!
40+
-Apache Commons BCEL team
41+
42+
Feedback
43+
--------
44+
Open source works best when you give feedback:
45+
46+
https://commons.apache.org/beanutils
47+
48+
Please direct all bug reports to JIRA:
49+
50+
https://issues.apache.org/jira/browse/BEANUTILS
51+
52+
Or subscribe to the commons-user mailing list
53+
54+
The Apache Commons Team
55+
56+
-----------------------------------------------------------------------------
57+
58+
Apache Commons BeanUtils 1.10.0 Release Notes
59+
---------------------------------------------
460

561
The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.10.0.
662

@@ -40,8 +96,9 @@ Download it from https://commons.apache.org/proper/commons-beanutils/download_be
4096
The Apache Commons Team
4197

4298
-----------------------------------------------------------------------------
43-
Apache Commons BeanUtils 1.9.4
44-
Release Notes
99+
100+
Apache Commons BeanUtils 1.9.4 Release Notes
101+
--------------------------------------------
45102

46103

47104
The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.9.4
@@ -74,8 +131,9 @@ Download it from https://commons.apache.org/proper/commons-beanutils/download_be
74131
The Apache Commons Team
75132

76133
-----------------------------------------------------------------------------
77-
Apache Commons BeanUtils 1.9.3
78-
Release Notes
134+
135+
Apache Commons BeanUtils 1.9.3 Release Notes
136+
--------------------------------------------
79137

80138

81139
The Apache Commons team is pleased to announce the release of Apache
@@ -137,8 +195,9 @@ Download it from https://commons.apache.org/proper/commons-beanutils/download_be
137195
The Apache Commons Team
138196

139197
-----------------------------------------------------------------------------
140-
Apache Commons BeanUtils 1.9.2
141-
Release Notes
198+
199+
Apache Commons BeanUtils 1.9.2 Release Notes
200+
--------------------------------------------
142201

143202

144203
INTRODUCTION:
@@ -189,8 +248,9 @@ Download it from https://commons.apache.org/proper/commons-beanutils/download_be
189248
The Apache Commons Team
190249

191250
-----------------------------------------------------------------------------
192-
Apache Commons BeanUtils 1.9.1
193-
Release Notes
251+
252+
Apache Commons BeanUtils 1.9.1 Release Notes
253+
--------------------------------------------
194254

195255

196256
Release 1.9.1 is a bug fix release which addresses a problem with the new
@@ -206,8 +266,9 @@ BUGFIXES in version 1.9.1
206266
garbage collection.
207267

208268
-----------------------------------------------------------------------------
209-
Apache Commons BeanUtils 1.9.0
210-
Release Notes
269+
270+
Apache Commons BeanUtils 1.9.0 Release Notes
271+
--------------------------------------------
211272

212273

213274
Release 1.9.0 contains some bug fixes and improvements that have accumulated
@@ -341,8 +402,9 @@ Other changes in version 1.9.0
341402
empty lines.
342403

343404
-----------------------------------------------------------------------------
344-
Apache Commons BeanUtils 1.8.3
345-
Release Notes
405+
406+
Apache Commons BeanUtils 1.8.3 Release Notes
407+
--------------------------------------------
346408

347409
Compatibility with 1.8.2
348410
========================

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<title>Release Notes</title>
2929
</properties>
3030
<body>
31-
<release version="1.10.1" date="YYYY-MM-DD" description="This is a maintenance release and requires Java 8.">
31+
<release version="1.10.1" date="2025-01-31" description="This is a maintenance release and requires Java 8.">
3232
<!-- FIX -->
3333
<action type="fix" issue="BEANUTILS-541" dev="ggregory" due-to="Sergey Chernov">FluentPropertyBeanIntrospector concurrency issue (backport to 1.X) #325.</action>
3434
<action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is missing its Overview page.</action>

src/changes/release-notes.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
## specific language governing permissions and limitations
1616
## under the License.
1717
##
18-
${project.name} ${version}
19-
RELEASE NOTES
18+
${project.name} ${version} Release Notes
19+
---------------------------------------------
2020

2121
The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}
2222

0 commit comments

Comments
 (0)