[ANNOUNCE] Apache Commons BeanUtils 2.0.0-M1

Gary Gregory <[email protected]> Tue, 7 Jan 2025 14:58:48 -0500
Newsgroups gmane.comp.jakarta.commons.user
Message-ID <CACZkXPxkM_Z1JrKV+yJLMUWg56Ui9p5sYL8AcHU-4bfqCXDy=w@mail.gmail.com>
The Apache Commons BeanUtils team is pleased to announce the release
of Apache Commons BeanUtils 2.0.0-M1

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

This major release requires Java 8 and lives in the new package
org.apache.commons.beanutils2 and new Maven coordinates:
org.apache.commons:commons-beanutils2.

Historical list of changes:
https://commons.apache.org/proper/commons-beanutils/changes-report.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/

Gary Gregory
Apache Commons