Skip to content

OpenPojo 0.8.4

Compare
Choose a tag to compare
@oshoukry oshoukry released this 24 Apr 18:28
· 158 commits to master since this release

Added

  1. Issue #78, PojoClass, PojoMethod & PojoField now all support isPackagePrivate() as well as isPrivate(), isProtected(), isPublic().
  2. Issue #79, PojoField now supports getGetter() & getSetter(). (Thanks to Chris D.)

Fixed

  1. 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.
  2. 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.
  3. Issue #82, support for randomly generating ZonedDateTime class from Java8. (Thanks to Shawn S.)
  4. Issue #82, support for randomly generating ZonedId class from Java8. (Thanks to Shawn S.)

Removed

  1. EnumSetRandomGenerator classes which had been deprecated as the functionality had been moved to Set generators.