Skip to content

0.6

Compare
Choose a tag to compare
@odrotbohm odrotbohm released this 26 Nov 20:33
· 234 commits to main since this release

⭐ New Features

  • Support simple constructors for value object Jackson deserialization #79
  • Jackson (de)serialization support for Association #78
  • Persistable implementation not carrying is-new state forward for immutable types #77
  • Extract configuration utility to set up Spring Converters for a ConversionService #72
  • Improve identifier primitive detection by traversing the type hierarchy #71

🪲 Bug Fixes

  • Nullability detection method doesn't work for JPA entities with existing callback methods #74
  • Conversion of @DomainEventHandler into @EventListener doesn't work for classes annotated with @Component #73

🔨 Dependency Upgrades

  • Upgrade to ByteBuddy 1.12.2 #83
  • Upgrade to ArchUnit 0.22 #82
  • Upgrade to jMolecules 1.4.0 #81
  • Upgrade to Spring Boot 2.5.6 #80

🙇 Thanks