Releases: mkarneim/pojobuilder
Releases · mkarneim/pojobuilder
PojoBuilder 3.4.3
Changes:
- Fixed #123: Properties using Optional should have the type: Optional<? extends Type>
PojoBuilder 3.4.2
Changes:
- Use if-else for constructor/factory-methods instead of ternary operator. Fixes #119
PojoBuilder 3.4.1
Changes:
- Add another bunch of handy helper methods to the TestDslBase
- Fix #100 and add support for generic lower bound
- Use '? extends Type' for properties using builder interface. Fixes #115
- Making PojoBuilder compile with Java 8
- Remove a few 'raw type' warnings
PojoBuilder 3.4.0
Changes:
- PB should log (info) its processing time #97
- Support explicit inclusion/exlusion of properties #96
PojoBuilder 3.3.2
Changes:
- Compilation error in Eclipse: Unexpected type #95
PojoBuilder 3.3.1
Changes:
- Compilation error when using "withFactoryMethod" on generic pojo #93
PojoBuilder 3.3.0
Changes:
- Skip generation of 'empty' copy method #89
- GenerationGap Builder should not implement Clonable #82
- Add also in XBuilder a static method create to create a new XBuilder #60
PojoBuilder 3.2.0
Changes:
- Support for Guava Optional #79
- Allow a custom method name prefix #78
- Add support for withValidatorMethod #77
PojoBuilder 3.1.1
Changes:
- PB3 always includes protected fields of superclasses (regardless of package) #76
- Respect call sequence of builder-based with-method and a standard with-method #75