This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-1.x
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/release-1.x by this push:
new 92dfc6ce Prepare for the next release candidate
92dfc6ce is described below
commit 92dfc6cef8fadd7616f1fa97dfab57bc206aff23
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 31 15:08:43 2025 +0000
Prepare for the next release candidate
---
README.md | 4 ++--
RELEASE-NOTES.txt | 26 ++++++++++++--------------
pom.xml | 8 ++++----
src/site/xdoc/download_beanutils.xml | 26 +++++++++++++-------------
4 files changed, 31 insertions(+), 33 deletions(-)
diff --git a/README.md b/README.md
index 0f231b9e..2b49f103 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons BeanUtils
[](https://github.com/apache/commons-beanutils/actions/workflows/maven.yml)
[](https://search.maven.org/artifact/commons-beanutils/commons-beanutils)
-[](https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0)
+[](https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.1)
[](https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml)
[](https://api.securityscorecards.dev/projects/github.com/apache/commons-beanutils)
@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven
repositories:
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.10.0</version>
+ <version>1.10.1</version>
</dependency>
```
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 14434f65..63a2732a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,7 +1,7 @@
Apache Commons BeanUtils 1.10.1 Release Notes
---------------------------------------------
-The Apache Commons BeanUtils team is pleased to announce the release of Apache
Commons BeanUtils 1.10.0
+The Apache Commons BeanUtils team is pleased to announce the release of Apache
Commons BeanUtils 1.10.1
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around
reflection and introspection.
@@ -10,21 +10,19 @@ This is a maintenance release and requires Java 8.
Changes in this version include:
Fixed Bugs:
-o BEANUTILS-541: FluentPropertyBeanIntrospector caches corrupted writeMethod
(backport to 1.x) #69. Thanks to Sergey Chernov.
-o Replace internal use of Locale.ENGLISH with Locale.ROOT.
Thanks to Gary Gregory.
-o Replace Maven CLIRR plugin with JApiCmp. Thanks to Gary
Gregory.
-o Port to Java 1.4 Throwable APIs (!). Thanks to Gary Gregory.
-o Fix Javadoc generation on Java 8, 17, and 21. Thanks to Gary
Gregory.
-o AbstractArrayConverter.parseElements(String) now returns a
List<String> instead of a raw List. Thanks to Gary Gregory.
+o BEANUTILS-541: FluentPropertyBeanIntrospector concurrency issue (backport
to 1.X) #325. Thanks to Sergey Chernov.
+o Javadoc is missing its Overview page. Thanks to Gary Gregory.
+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.
+o Deprecate BeanUtils.BeanUtils(). Thanks to Gary Gregory.
+o Deprecate ConstructorUtils.ConstructorUtils(). Thanks to
Gary Gregory.
+o Deprecate LocaleBeanUtils.LocaleBeanUtils(). Thanks to Gary
Gregory.
+o Deprecate LocaleConvertUtils.LocaleConvertUtils(). Thanks to
Gary Gregory.
+o Deprecate ConvertUtils.ConvertUtils(). Thanks to Gary
Gregory.
+o Deprecate MethodUtils.MethodUtils(). Thanks to Gary Gregory.
+o Deprecate PropertyUtils.PropertyUtils(). Thanks to Gary
Gregory.
Changes:
-o Bump org.apache.commons:commons-parent from 47 to 78. Thanks
to Gary Gregory.
-o Bump Java requirement from Java 6 to 8. Thanks to Gary
Gregory.
-o Bump junit:junit from 4.12 to 4.13.2. Thanks to Gary Gregory.
-o Bump JUnit from 4.x to 5.x "vintage". Thanks to Gary Gregory.
-o Bump commons-logging:commons-logging from 1.2 to 1.3.4.
Thanks to Gary Gregory.
-o Deprecate BeanUtilsBean.initCause(Throwable, Throwable) for
removal, use Throwable.initCause(Throwable). Thanks to Gary Gregory.
-o Deprecate BeanUtils.initCause(Throwable, Throwable) for
removal, use Throwable.initCause(Throwable). Thanks to Gary Gregory.
+o Bump org.apache.commons:commons-parent from 78 to 81. Thanks
to Gary Gregory.
Historical list of changes:
https://commons.apache.org/proper/commons-beanutils/changes.html
diff --git a/pom.xml b/pom.xml
index 8b06228b..e247e317 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.10.0</version>
+ <version>1.10.1</version>
<name>Apache Commons BeanUtils</name>
<inceptionYear>2000</inceptionYear>
@@ -38,8 +38,8 @@
<commons.componentid>beanutils</commons.componentid>
<commons.main.branch>1.X</commons.main.branch>
<commons.release.branch>release-1.x</commons.release.branch>
- <commons.release.version>1.10.0</commons.release.version>
- <commons.release.next>1.10.1</commons.release.next>
+ <commons.release.version>1.10.1</commons.release.version>
+ <commons.release.next>1.10.2</commons.release.next>
<commons.jira.id>BEANUTILS</commons.jira.id>
<commons.jira.pid>12310460</commons.jira.pid>
<!-- Limit memory size see BEANUTILS-291; allow command-line override -->
@@ -52,7 +52,7 @@
<project.build.outputTimestamp>2025-01-31T14:50:57Z</project.build.outputTimestamp>
<japicmp.skip>false</japicmp.skip>
<!-- Commons Release Plugin -->
- <commons.bc.version>1.9.4</commons.bc.version>
+ <commons.bc.version>1.10.0</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
diff --git a/src/site/xdoc/download_beanutils.xml
b/src/site/xdoc/download_beanutils.xml
index 0db75c06..7611e9f4 100644
--- a/src/site/xdoc/download_beanutils.xml
+++ b/src/site/xdoc/download_beanutils.xml
@@ -115,32 +115,32 @@ limitations under the License.
</p>
</subsection>
</section>
- <section name="Apache Commons BeanUtils 1.10.0 ">
+ <section name="Apache Commons BeanUtils 1.10.1 ">
<subsection name="Binaries">
<table>
<tr>
- <td><a
href="[preferred]/commons/beanutils/binaries/commons-beanutils-1.10.0-bin.tar.gz">commons-beanutils-1.10.0-bin.tar.gz</a></td>
- <td><a
href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.10.0-bin.tar.gz.sha512">sha512</a></td>
- <td><a
href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.10.0-bin.tar.gz.asc">pgp</a></td>
+ <td><a
href="[preferred]/commons/beanutils/binaries/commons-beanutils-1.10.1-bin.tar.gz">commons-beanutils-1.10.1-bin.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.10.1-bin.tar.gz.sha512">sha512</a></td>
+ <td><a
href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.10.1-bin.tar.gz.asc">pgp</a></td>
</tr>
<tr>
- <td><a
href="[preferred]/commons/beanutils/binaries/commons-beanutils-1.10.0-bin.zip">commons-beanutils-1.10.0-bin.zip</a></td>
- <td><a
href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.10.0-bin.zip.sha512">sha512</a></td>
- <td><a
href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.10.0-bin.zip.asc">pgp</a></td>
+ <td><a
href="[preferred]/commons/beanutils/binaries/commons-beanutils-1.10.1-bin.zip">commons-beanutils-1.10.1-bin.zip</a></td>
+ <td><a
href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.10.1-bin.zip.sha512">sha512</a></td>
+ <td><a
href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.10.1-bin.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
<subsection name="Source">
<table>
<tr>
- <td><a
href="[preferred]/commons/beanutils/source/commons-beanutils-1.10.0-src.tar.gz">commons-beanutils-1.10.0-src.tar.gz</a></td>
- <td><a
href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.10.0-src.tar.gz.sha512">sha512</a></td>
- <td><a
href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.10.0-src.tar.gz.asc">pgp</a></td>
+ <td><a
href="[preferred]/commons/beanutils/source/commons-beanutils-1.10.1-src.tar.gz">commons-beanutils-1.10.1-src.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.10.1-src.tar.gz.sha512">sha512</a></td>
+ <td><a
href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.10.1-src.tar.gz.asc">pgp</a></td>
</tr>
<tr>
- <td><a
href="[preferred]/commons/beanutils/source/commons-beanutils-1.10.0-src.zip">commons-beanutils-1.10.0-src.zip</a></td>
- <td><a
href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.10.0-src.zip.sha512">sha512</a></td>
- <td><a
href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.10.0-src.zip.asc">pgp</a></td>
+ <td><a
href="[preferred]/commons/beanutils/source/commons-beanutils-1.10.1-src.zip">commons-beanutils-1.10.1-src.zip</a></td>
+ <td><a
href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.10.1-src.zip.sha512">sha512</a></td>
+ <td><a
href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.10.1-src.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>