Skip to content

1.0.6 release.

Compare
Choose a tag to compare
@yangtu222 yangtu222 released this 20 Apr 05:14
· 6 commits to master since this release

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.