OpenPojo 0.8.13
oshoukry
released this
13 Sep 22:12
·
17 commits
to master
since this release
Fixed
- Issue #130, OpenPojo should now be able to be loaded and run in jdk > 1.8.
- 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).