This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
from e80b651c Revert "Javadoc" new d0a83f47 BeanComparator.compare(T, T) now throws IllegalArgumentException instead of RuntimeException to wrap all cases of ReflectiveOperationException new 8bb5e61b Use Objects.requireNonNull() new b1f5abce MappedMethodReference.get() now throws IllegalStateException instead of RuntimeException to wrap cases of NoSuchMethodException new 54696927 ResultSetIterator.get(String) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 6 ++++++ .../java/org/apache/commons/beanutils/BeanComparator.java | 13 +++---------- .../apache/commons/beanutils/MappedPropertyDescriptor.java | 11 +++++------ .../org/apache/commons/beanutils/ResultSetIterator.java | 13 +++++-------- 4 files changed, 19 insertions(+), 24 deletions(-)