Releases: joelittlejohn/jsonschema2pojo
Releases · joelittlejohn/jsonschema2pojo
0.3.2
- Switch from commons-jci snapshot to jsr-199 compiler for integration tests (#68)
- Support both Jackson 1.x and Jackson 2.x (#64)
- Property name that is a java keyword generates java code with compile error (#63)
- Some tests fail on Windows due to line.separator differences (#56)
- Support for JSR-303 validation annotations (#18)
0.3.1
- Add support for multiple source files/directories (#62)
- Default null value causes NumberFormatException (#61)
- Compile error when schema contains list with empty default value (#59)
- Exception thrown for empty string enum value. (#58)
- Add flag not to generate hashCode() and equals() to Maven plugin (#53)
- Add flag to Maven plugin that allows Jackson annotations to be omitted (#52)
- No source file in exception from parse error (#50)