Skip to content

Releases: mkarneim/pojobuilder

PojoBuilder 3.4.3

08 Nov 16:47
Compare
Choose a tag to compare

Changes:

  • Fixed #123: Properties using Optional should have the type: Optional<? extends Type>

PojoBuilder 3.4.2

11 Aug 18:51
Compare
Choose a tag to compare

Changes:

  • Use if-else for constructor/factory-methods instead of ternary operator. Fixes #119

PojoBuilder 3.4.1

27 Jul 06:41
Compare
Choose a tag to compare

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

11 Mar 11:55
Compare
Choose a tag to compare

Changes:

  • PB should log (info) its processing time #97
  • Support explicit inclusion/exlusion of properties #96

PojoBuilder 3.3.2

08 Dec 08:41
Compare
Choose a tag to compare

Changes:

  • Compilation error in Eclipse: Unexpected type #95

PojoBuilder 3.3.1

07 Dec 16:06
Compare
Choose a tag to compare

Changes:

  • Compilation error when using "withFactoryMethod" on generic pojo #93

PojoBuilder 3.3.0

29 Nov 11:27
Compare
Choose a tag to compare

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

06 Oct 17:31
Compare
Choose a tag to compare

Changes:

  • Support for Guava Optional #79
  • Allow a custom method name prefix #78
  • Add support for withValidatorMethod #77

PojoBuilder 3.1.1

16 Sep 08:58
Compare
Choose a tag to compare

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

PojoBuilder 3.1.0

02 Sep 13:15
Compare
Choose a tag to compare

Changes: