From 92dfc6cef8fadd7616f1fa97dfab57bc206aff23 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Fri, 31 Jan 2025 15:08:43 +0000 Subject: [PATCH] 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 0f231b9e4..2b49f1036 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Apache Commons BeanUtils [![Java CI](https://github.com/apache/commons-beanutils/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-beanutils/actions/workflows/maven.yml) [![Maven Central](https://img.shields.io/maven-central/v/commons-beanutils/commons-beanutils?label=Maven%20Central)](https://search.maven.org/artifact/commons-beanutils/commons-beanutils) -[![Javadocs](https://javadoc.io/badge/commons-beanutils/commons-beanutils/1.10.0.svg)](https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0) +[![Javadocs](https://javadoc.io/badge/commons-beanutils/commons-beanutils/1.10.1.svg)](https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.1) [![CodeQL](https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-beanutils/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-beanutils) @@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven repositories: commons-beanutils commons-beanutils - 1.10.0 + 1.10.1 ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 14434f65b..63a2732ab 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 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 8b06228b1..e247e3175 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 commons-beanutils commons-beanutils - 1.10.0 + 1.10.1 Apache Commons BeanUtils 2000 @@ -38,8 +38,8 @@ beanutils 1.X release-1.x - 1.10.0 - 1.10.1 + 1.10.1 + 1.10.2 BEANUTILS 12310460 @@ -52,7 +52,7 @@ 2025-01-31T14:50:57Z false - 1.9.4 + 1.10.0 RC1 true scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid} diff --git a/src/site/xdoc/download_beanutils.xml b/src/site/xdoc/download_beanutils.xml index 0db75c06c..7611e9f48 100644 --- a/src/site/xdoc/download_beanutils.xml +++ b/src/site/xdoc/download_beanutils.xml @@ -115,32 +115,32 @@ limitations under the License.

-
+
- - - + + + - - - + + +
commons-beanutils-1.10.0-bin.tar.gzsha512pgpcommons-beanutils-1.10.1-bin.tar.gzsha512pgp
commons-beanutils-1.10.0-bin.zipsha512pgpcommons-beanutils-1.10.1-bin.zipsha512pgp
- - - + + + - - - + + +
commons-beanutils-1.10.0-src.tar.gzsha512pgpcommons-beanutils-1.10.1-src.tar.gzsha512pgp
commons-beanutils-1.10.0-src.zipsha512pgpcommons-beanutils-1.10.1-src.zipsha512pgp