This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git.
from dfff25e [BEANUTILS-527] Convert from Collections4 to
java.util.function #8.
new a92a981 [BEANUTILS-527] Convert from Collections4 to
java.util.function #8.
new 2856228 Remove trailing white spaces.
The 2 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:
.../apache/commons/beanutils2/BeanPredicate.java | 6 +-
...e.java => BeanPropertyValueChangeConsumer.java} | 477 +++---
.../BeanPropertyValueEqualsPredicate.java | 3 +-
.../org/apache/commons/beanutils2/BeanUtils.java | 882 +++++------
.../apache/commons/beanutils2/ConvertUtils.java | 424 ++---
.../apache/commons/beanutils2/PropertyUtils.java | 1648 ++++++++++----------
.../apache/commons/beanutils2/WrapDynaClass.java | 822 +++++-----
.../beanutils2/converters/BooleanConverter.java | 452 +++---
...> BeanPropertyValueChangeConsumerTestCase.java} | 642 ++++----
.../commons/beanutils2/bugs/Jira157TestCase.java | 396 ++---
.../commons/beanutils2/bugs/Jira520TestCase.java | 110 +-
11 files changed, 2933 insertions(+), 2929 deletions(-)
rename
src/main/java/org/apache/commons/beanutils2/{BeanPropertyValueChangeClosure.java
=> BeanPropertyValueChangeConsumer.java} (91%)
rename
src/test/java/org/apache/commons/beanutils2/{BeanPropertyValueChangeClosureTestCase.java
=> BeanPropertyValueChangeConsumerTestCase.java} (73%)