Releases: yangtu222/BeanUtils
Releases · yangtu222/BeanUtils
1.0.11 Release
1.0.10 Release
1.0.9 release.
Bug fix
- BeanCopyConfig.setBeanCopyConfig() does not reset cache. (thanks chenchi2038)
v1.0.8
1.0.7 release.
New Feature:
- support one copy feature (IGNORE_ALL_NULL_SOURCE_VALUE) (thanks sj853)
1.0.6 release.
Bugfix: #8
Fix ClassCastException in multi-classLoader environment by:
- Using toBean.getClass().getClassLoader() as classLoader to call CtClass.toClass
- User can specify a user classLoader in BeanCopyConfig to call CtClass.toClass
Both 2 ways can fix this issue.
1.0.5 release.
Bug fix.
1.0.4 release.
New Features:
- support copy with Java Enum <=> String
- support copy from JavaBean to String
1.0.3 release.
Bug fix for 1.0.3:
- Dump format.
- Support option class for sub-classes.
1.0.2 release.
New Features for 1.0.2
- support one copy feature (IGNORE_PRIMITIVE_NULL_SOURCE_VALUE) (thanks maosi)
- support copy with BeanA[] <==> List
- easy debug by dump the property mappings, and can be disabled using BeanCopyConfig.
And some bugfix.