This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push: new 5aeecdc4 Prepare for the next release candidate 5aeecdc4 is described below commit 5aeecdc41c264ea3e9bb4badea45d16469f402da Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 25 13:13:36 2025 +0000 Prepare for the next release candidate --- README.md | 6 ++-- RELEASE-NOTES.txt | 55 ++++++++++++++++++++++++++++++++++++ src/changes/changes.xml | 2 +- src/site/xdoc/download_beanutils.xml | 26 ++++++++--------- 4 files changed, 72 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2b49f103..a20bb3fc 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.1) +[](https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.11.0) [](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.1</version> + <version>1.11.0</version> </dependency> ``` @@ -90,7 +90,7 @@ There are some guidelines which will make applying PRs easier for us: + 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. + Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running `mvn`. + Before you pushing a PR, run `mvn` (by itself), this runs the default goal, which contains all build checks. -+ To see the code coverage report, regardless of coverage failures, run `mvn clean site -Dcommons.jacoco.haltOnFailure=false` ++ To see the code coverage report, regardless of coverage failures, run `mvn clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco` If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 8b5d1e6c..e9f5f9f6 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,58 @@ +Apache Commons BeanUtils 1.11.0 Release Notes +--------------------------------------------- + +The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.11.0. + +Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection. + +This is a maintenance release and requires Java 8. + +Changes in this version include: + +New features: +o Add org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector.SUPPRESS_DECLARING_CLASS. Thanks to Gary Gregory. + +Fixed Bugs: +o BeanComparator.compare(T, T) now throws IllegalArgumentException instead of RuntimeException to wrap all cases of ReflectiveOperationException. Thanks to Gary Gregory. +o MappedMethodReference.get() now throws IllegalStateException instead of RuntimeException to wrap cases of NoSuchMethodException. Thanks to Gary Gregory. +o ResultSetIterator.get(String) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. +o ResultSetIterator.hasNext() now throws IllegalStateException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. +o ResultSetIterator.next() now throws IllegalStateException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. +o ResultSetIterator.set(String, Object) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. +o ResultSetIterator.set(String, String, Object) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. + +Changes: +o Bump org.apache.commons:commons-parent from 81 to 84. Thanks to Gary Gregory. +o Bump commons-logging:commons-logging from 1.3.4 to 1.3.5. Thanks to Gary Gregory. + + +Historical list of changes: https://commons.apache.org/proper/commons-beanutils/changes.html + +For complete information on Apache Commons BeanUtils, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Commons BeanUtils website: + +https://commons.apache.org/proper/commons-beanutils + +Download it from https://commons.apache.org/proper/commons-beanutils/download_beanutils.cgi + +Have fun! +-Apache Commons BCEL team + +Feedback +-------- +Open source works best when you give feedback: + + https://commons.apache.org/beanutils + +Please direct all bug reports to JIRA: + + https://issues.apache.org/jira/browse/BEANUTILS + +Or subscribe to the commons-user mailing list + +The Apache Commons Team + +----------------------------------------------------------------------------- Apache Commons BeanUtils 1.10.1 Release Notes --------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c652852e..9cac1630 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -28,7 +28,7 @@ <title>Release Notes</title> </properties> <body> - <release version="1.11.0" date="YYYY-MM-DD" description="This is a maintenance release and requires Java 8."> + <release version="1.11.0" date="2025-05-25" description="This is a maintenance release and requires Java 8."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">BeanComparator.compare(T, T) now throws IllegalArgumentException instead of RuntimeException to wrap all cases of ReflectiveOperationException.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">MappedMethodReference.get() now throws IllegalStateException instead of RuntimeException to wrap cases of NoSuchMethodException.</action> diff --git a/src/site/xdoc/download_beanutils.xml b/src/site/xdoc/download_beanutils.xml index 7611e9f4..2d3a686b 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.1 "> + <section name="Apache Commons BeanUtils 1.11.0 "> <subsection name="Binaries"> <table> <tr> - <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> + <td><a href="[preferred]/commons/beanutils/binaries/commons-beanutils-1.11.0-bin.tar.gz">commons-beanutils-1.11.0-bin.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.11.0-bin.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.11.0-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <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> + <td><a href="[preferred]/commons/beanutils/binaries/commons-beanutils-1.11.0-bin.zip">commons-beanutils-1.11.0-bin.zip</a></td> + <td><a href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.11.0-bin.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/beanutils/binaries/commons-beanutils-1.11.0-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.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> + <td><a href="[preferred]/commons/beanutils/source/commons-beanutils-1.11.0-src.tar.gz">commons-beanutils-1.11.0-src.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.11.0-src.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.11.0-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <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> + <td><a href="[preferred]/commons/beanutils/source/commons-beanutils-1.11.0-src.zip">commons-beanutils-1.11.0-src.zip</a></td> + <td><a href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.11.0-src.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.11.0-src.zip.asc">pgp</a></td> </tr> </table> </subsection>