Skip to content

OpenPojo 0.9.0

Compare
Choose a tag to compare
@oshoukry oshoukry released this 17 May 01:11
· 6 commits to master since this release

Fixed

  1. Issue #133, NullPointerException when ASM was missing from class path (Thanks evernat & Roel Verbunt).
  2. Issue #139, When using PitTest non-final synthetic fields weren't properly ignored with SetterMustExistRule (Thanks
    Sean Campbell & Mustapha Zorgati).

Removed

  1. com.openpojo.validation.PojoValidator.java has been deprecated for a while and has now been removed, use com.openpojo.validation.ValidatorBuilder instead.