|
| 1 | +Apache Commons BeanUtils 1.11.0 Release Notes |
| 2 | +--------------------------------------------- |
| 3 | + |
| 4 | +The Apache Commons BeanUtils team is pleased to announce the release of Apache Commons BeanUtils 1.11.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 | +New features: |
| 13 | +o Add org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector.SUPPRESS_DECLARING_CLASS. Thanks to Gary Gregory. |
| 14 | + |
| 15 | +Fixed Bugs: |
| 16 | +o BeanComparator.compare(T, T) now throws IllegalArgumentException instead of RuntimeException to wrap all cases of ReflectiveOperationException. Thanks to Gary Gregory. |
| 17 | +o MappedMethodReference.get() now throws IllegalStateException instead of RuntimeException to wrap cases of NoSuchMethodException. Thanks to Gary Gregory. |
| 18 | +o ResultSetIterator.get(String) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. |
| 19 | +o ResultSetIterator.hasNext() now throws IllegalStateException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. |
| 20 | +o ResultSetIterator.next() now throws IllegalStateException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. |
| 21 | +o ResultSetIterator.set(String, Object) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. |
| 22 | +o ResultSetIterator.set(String, String, Object) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException. Thanks to Gary Gregory. |
| 23 | + |
| 24 | +Changes: |
| 25 | +o Bump org.apache.commons:commons-parent from 81 to 84. Thanks to Gary Gregory. |
| 26 | +o Bump commons-logging:commons-logging from 1.3.4 to 1.3.5. Thanks to Gary Gregory. |
| 27 | + |
| 28 | + |
| 29 | +Historical list of changes: https://commons.apache.org/proper/commons-beanutils/changes.html |
| 30 | + |
| 31 | +For complete information on Apache Commons BeanUtils, including instructions on how to submit bug reports, |
| 32 | +patches, or suggestions for improvement, see the Apache Commons BeanUtils website: |
| 33 | + |
| 34 | +https://commons.apache.org/proper/commons-beanutils |
| 35 | + |
| 36 | +Download it from https://commons.apache.org/proper/commons-beanutils/download_beanutils.cgi |
| 37 | + |
| 38 | +Have fun! |
| 39 | +-Apache Commons BCEL team |
| 40 | + |
| 41 | +Feedback |
| 42 | +-------- |
| 43 | +Open source works best when you give feedback: |
| 44 | + |
| 45 | + https://commons.apache.org/beanutils |
| 46 | + |
| 47 | +Please direct all bug reports to JIRA: |
| 48 | + |
| 49 | + https://issues.apache.org/jira/browse/BEANUTILS |
| 50 | + |
| 51 | +Or subscribe to the commons-user mailing list |
| 52 | + |
| 53 | +The Apache Commons Team |
| 54 | + |
| 55 | +----------------------------------------------------------------------------- |
1 | 56 | Apache Commons BeanUtils 1.10.1 Release Notes |
2 | 57 | --------------------------------------------- |
3 | 58 |
|
|
0 commit comments