OpenPojo 0.8.4
oshoukry
released this
24 Apr 18:28
·
158 commits
to master
since this release
Added
- Issue #78, PojoClass, PojoMethod & PojoField now all support isPackagePrivate() as well as isPrivate(), isProtected(), isPublic().
- Issue #79, PojoField now supports getGetter() & getSetter(). (Thanks to Chris D.)
Fixed
- When attempting to generate subclass for Abstract class, OpenPojo was throwing class not found instead of the friendly message about including asm to the classpath.
- Issue #81, inability to load all classes from a package recursively when a method or field was linking to missing class, now OpenPojo will warn about the missing class but will return the list of classes it was able to load.
- Issue #82, support for randomly generating ZonedDateTime class from Java8. (Thanks to Shawn S.)
- Issue #82, support for randomly generating ZonedId class from Java8. (Thanks to Shawn S.)
Removed
- EnumSetRandomGenerator classes which had been deprecated as the functionality had been moved to Set generators.