Skip to content

Releases: yangtu222/BeanUtils

1.0.11 Release

05 Jun 15:06
Compare
Choose a tag to compare

Bugfix:

  • Fix exception when in multi-thread environment. (Thanks @qq54903099 #23 )

1.0.10 Release

11 Feb 13:54
Compare
Choose a tag to compare

Bugfix:

  • fix exception when copy an inside enum. (Thanks @wjjboy. #18)

1.0.9 release.

11 Aug 08:30
Compare
Choose a tag to compare

Bug fix

  • BeanCopyConfig.setBeanCopyConfig() does not reset cache. (thanks chenchi2038)

v1.0.8

06 Aug 13:39
Compare
Choose a tag to compare

bugfix:

  • Dead loop dump log when optionClass is specified as self.(thanks sj853)

1.0.7 release.

20 Jul 02:55
Compare
Choose a tag to compare

New Feature:

  • support one copy feature (IGNORE_ALL_NULL_SOURCE_VALUE) (thanks sj853)

1.0.6 release.

20 Apr 05:14
Compare
Choose a tag to compare

Bugfix: #8
Fix ClassCastException in multi-classLoader environment by:

  1. Using toBean.getClass().getClassLoader() as classLoader to call CtClass.toClass
  2. User can specify a user classLoader in BeanCopyConfig to call CtClass.toClass

Both 2 ways can fix this issue.

1.0.5 release.

25 Dec 00:52
Compare
Choose a tag to compare

Bug fix.

1.0.4 release.

06 Nov 12:34
Compare
Choose a tag to compare

New Features:

  • support copy with Java Enum <=> String
  • support copy from JavaBean to String

1.0.3 release.

30 Oct 06:59
Compare
Choose a tag to compare

Bug fix for 1.0.3:

  • Dump format.
  • Support option class for sub-classes.

1.0.2 release.

22 Sep 13:03
Compare
Choose a tag to compare

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.