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 b56b4758 Reuse BasicThreadFactory in test new db3cbe0e Bump commons-collections4 from 4.5.0-M2 to 4.5.0-M3 new 3f3c65a2 Javadoc fix new cfbd6f89 Javadoc The 3 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: pom.xml | 3 +- src/changes/changes.xml | 2 +- .../beanutils2/BeanToPropertyValueTransformer.java | 2 +- .../org/apache/commons/beanutils2/BeanUtils.java | 27 +- .../apache/commons/beanutils2/BeanUtilsBean.java | 1 + .../commons/beanutils2/ConvertUtilsBean.java | 9 +- .../commons/beanutils2/PropertyUtilsBean.java | 10 +- .../apache/commons/beanutils2/WeakFastHashMap.java | 711 --------------------- .../beanutils2/locale/LocaleConvertUtilsBean.java | 15 +- .../org/apache/commons/beanutils2/BeanMapTest.java | 37 +- 10 files changed, 54 insertions(+), 763 deletions(-) delete mode 100644 src/main/java/org/apache/commons/beanutils2/WeakFastHashMap.java