OpenPojo 0.9.0
Fixed
- Issue #133, NullPointerException when ASM was missing from class path (Thanks evernat & Roel Verbunt).
- Issue #139, When using PitTest non-final synthetic fields weren't properly ignored with SetterMustExistRule (Thanks
Sean Campbell & Mustapha Zorgati).
Removed
- com.openpojo.validation.PojoValidator.java has been deprecated for a while and has now been removed, use com.openpojo.validation.ValidatorBuilder instead.