Skip to content

Releases: JodaOrg/joda-beans

Release v1.9.1

16 Jan 17:31
Compare
Choose a tag to compare

Release v1.9

19 Dec 22:09
Compare
Choose a tag to compare

Release v1.8

28 Jul 16:03
Compare
Choose a tag to compare

Release v1.5.1

12 Feb 18:21
Compare
Choose a tag to compare
  • Optimise for hotspot inlining, #101
  • Enable better test coverage, #102

See release notes

Release v1.5

05 Jan 14:47
Compare
Choose a tag to compare
  • Optimise internals of generated builders to use immutable collections, #96
  • Provide details of files changed by code generation, to be used by tools, #99
  • Standard format for exception messages, to be used by tools, #98
  • Add related projects page to website
  • Fixed parsing of verbose command line flag. #97

See release notes

Release v1.4

10 Dec 17:18
Compare
Choose a tag to compare
  • Support Optional properties in serialization, #93
  • Support Optional return type for getters of nullable properties, #92
  • Generate serialization version id, #94
  • Add ImmutablePreBuild annotation, #95
  • Avoid including derived properties in equals/hashCode, #91
  • Add support for protected scope getters and setters, #90

See release notes

Release v1.3

01 Dec 17:07
Compare
Choose a tag to compare
  • Add varargs overrides in immutable builders, #85
  • Fix hash code to avoid degradation when lots of nulls, #89
  • Fix handling of wildcard generic fields, #88
  • Fix parsing of field initializers without spaces, #87
  • Fix generation of immutable package scoped beans, #86

See change notes

Release v1.2

10 Oct 11:21
Compare
Choose a tag to compare
  • Add ability to iterate over all the beans within a bean, #84
  • Add ability to declare alias for property, #82
  • Add option to allow property values to be defaulted on immutable beans, #80
  • Add option to allow hash codes to be cached, #79
  • Fix parsing of class name with extends clause union types, #83
  • Fix parsing of class name with extends clause generics of type with 2 generic parameters, #81

See change notes

Release v1.1

07 Aug 10:14
Compare
Choose a tag to compare
  • Add JSON round-trip serialization., #75
  • Use effective type exposed by Joda-Convert in serialization, #76
  • Add @OverRide annotation on toBuilder(), #73
  • Reduce scope of serialization helper classes which should not have been public (incompatibility)

See change notes

Release v1.0.2

17 Jul 17:58
Compare
Choose a tag to compare
  • Fix enum subclass serialization, #72

See change notes