Skip to content

OpenPojo 0.8.13

Compare
Choose a tag to compare
@oshoukry oshoukry released this 13 Sep 22:12
· 17 commits to master since this release

Fixed

  1. Issue #130, OpenPojo should now be able to be loaded and run in jdk > 1.8.
  2. Issue #132, Testing Serializable now supports strict as well as non-strict serialization validation.
    • If you set Strict to true, and have an interface in your pojo, that interface must also extend serializable.
    • Default serialization is not strict (useStrictValidation = false).