Skip to content

OpenPojo 0.8.1

Compare
Choose a tag to compare
@oshoukry oshoukry released this 23 Oct 21:43
· 230 commits to master since this release

Added

  1. PojoClass now has .getPackage() which returns PojoPackage allowing various Package operations.

Fixed

  1. BusinessIdentity.toString() now does deepToString on array fields.
  2. 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.