Skip to content

0.2

Compare
Choose a tag to compare
@odrotbohm odrotbohm released this 15 Mar 17:09
· 296 commits to main since this release

⭐ New Features

  • Add Persistable implementation based on Spring Data MongoDB #33
  • Add Persistable implementation based for Spring Data JDBC #32
  • Extract common ByteBuddy plugin implementation abstractions #31
  • Entity callback implementations for Spring Data JDBC and MongoDB #30
  • Implement Persistable with AggregateRoots #28
  • Register JPA AttributeConverter for Associations #27
  • Translate jMolecules Repository into Spring Data's Repository #23
  • Add integration example for Spring Data MongoDB #22
  • Reduce logging in JMoleculesJpa.verifyNullability(…) #21
  • Support for converting Associations to Identifiers and their primitive values #20
  • Add Jackson integration for value objects and identifiers #19
  • Add Spring runtime library #16
  • Revisit handling of abstract entity base types #14
  • Improve method annotation logging #11

🪲 Bug Fixes

  • Do not add default relationship annotation if any of them is already present #15
  • Also annotate subclasses of DDD building block types #13
  • Types annotated with @MappedSuperclass must not be annotated with @Entity #12

🔨 Dependency Upgrades

  • Upgrade to ByteBuddy 1.10.22 #29
  • Upgrade to jMolecules 1.2 #25
  • Upgrade Spring Data JPA example to Java 11 #17