Pojobuilder Versions Save

A Java Code Generator for Pojo Builders

v4.3.0

2 years ago
  • Fixes #172 - Support Java 17 record type

v4.2.3

5 years ago
  • Fixes #154 - Fields using static inner classes with same name generate overlapping imports
  • Fixes #156 - Fields of a type with the same name as the optional type produce incorrect import
  • Add JMH performance benchmark (see #162)

v4.2.2

6 years ago
  • Fixes #146 - Constructor receiving parent type as argument creates error on JavaDoc

v4.2.1

6 years ago
  • Fixes #150 - Support different types with identical simple names
  • Dropped support for Java 7

v4.2.0

6 years ago

Changes:

  • Fixes #148 - Java 9 error java.lang.NoClassDefFoundError: javax/annotation/Generated

v4.1.0

6 years ago

Changes:

  • Fixes #140 - Add support for GWT

v4.0.1

6 years ago

Changes:

  • Fixes #141 - "Visibility" enum is missing in annotations jar
  • Fixes #142 - Unspecified optional property is set to null instead of Optional.absent()
  • Fixes #143 - Translate german javadoc to english

v4.0.0

6 years ago

Changes:

  • Fixes #135 - Class-level annotation with one constructor no longer works
  • Allow suppression of public constructor when using withFactoryMethod
  • Fixes #134 - Special support for Optional Properties

v3.6.0

7 years ago

Changes:

  • clone() method does not declare throws CloneNotSupportedException #98
  • Support Java 8 Supplier as withBuilderInterface #133

pojobuilder-3.5.0

7 years ago

Changes:

  • Support Setter Methods with return type #127
  • Why is no optional method generated for primitive fields? #122