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 1586d989 Deprecate BeanUtilsBean.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throwable) new 32ec816c BeanUtils.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throwable) new 05b27719 BeanUtils.initCause() will never return false 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: src/changes/changes.xml | 1 + src/main/java/org/apache/commons/beanutils/BeanMap.java | 11 ++--------- .../beanutils/BeanPropertyValueChangeClosure.java | 16 ++++------------ .../beanutils/BeanPropertyValueEqualsPredicate.java | 16 ++++------------ .../beanutils/BeanToPropertyValueTransformer.java | 16 ++++------------ .../java/org/apache/commons/beanutils/BeanUtils.java | 8 ++++++-- .../java/org/apache/commons/beanutils/BeanUtilsBean.java | 2 +- .../org/apache/commons/beanutils/PropertyUtilsBean.java | 4 +--- 8 files changed, 23 insertions(+), 51 deletions(-)