Commons BeanUtils 1.9.2 发布,commons-beanutils 是apache commons子项目中的一个软件包,其主要目的是利用反射机制对JavaBean的属性进行处理。
这是一个维护版本,改进如下:
BUGFIXES in version 1.9.2
=========================
* [BEANUTILS-458]
BaseLocaleConverter.checkConversionResult() no longer throws a
ConversionException if the result of a conversion is null.
New features in version 1.9.2
=============================
* [BEANUTILS-463]
Added new SuppressPropertiesBeanIntrospector class to deal with a potential
class loader vulnerability.
项目主页:http://commons.apache.org/proper/commons-beanutils/
来自:开源中国社区

