OpenPojo 0.8.5
oshoukry
released this
22 May 06:11
·
134 commits
to master
since this release
Added
- OpenPojo now has the ability to enumerate classes from java BootClassLoader.
- Issue #98, support for java.util.TimeZone random generation added (Thanks to Ignacio L.)
- Issue #84, support for sun.security.krb5.Credentials random generation added.
- Issue #96 Support for generating random values for java.time.Instant added (Thanks to sixcorners)
Fixed
- Issue #85, OpenPojo now correctly handles a single dimension array when the array type is primitive (Thanks to Todd C.)
- BusinessIdentityTester is now thread safe.