Skip to content

OpenPojo 0.8.5

Compare
Choose a tag to compare
@oshoukry oshoukry released this 22 May 06:11
· 134 commits to master since this release

Added

  1. OpenPojo now has the ability to enumerate classes from java BootClassLoader.
  2. Issue #98, support for java.util.TimeZone random generation added (Thanks to Ignacio L.)
  3. Issue #84, support for sun.security.krb5.Credentials random generation added.
  4. Issue #96 Support for generating random values for java.time.Instant added (Thanks to sixcorners)

Fixed

  1. Issue #85, OpenPojo now correctly handles a single dimension array when the array type is primitive (Thanks to Todd C.)
  2. BusinessIdentityTester is now thread safe.