OpenPojo 0.8.1
oshoukry
released this
23 Oct 21:43
·
230 commits
to master
since this release
Added
- PojoClass now has .getPackage() which returns PojoPackage allowing various Package operations.
Fixed
- BusinessIdentity.toString() now does deepToString on array fields.
- Issue #68 - A corner case with Java < 1.7 failing to randomly generate values for testing when the field was declared as Set<Object[]> or some other combination of Collection holding primitive arrays.