Skip to content

Releases: xmolecules/jmolecules-integrations

0.26

16 Apr 06:33
0.26.0
7b9371c
Compare
Choose a tag to compare

⭐ New Features

  • Generate equals(…) and hashCode() for entities if not declared explicitly #315

🔨 Dependency Upgrades

  • Upgrade Spring Boot 3 to 3.4.4 #319
  • Upgrade ByteBuddy to 1.17.5 #318
  • Upgrade Axon to 4.11.1 #317

0.25

22 Mar 23:35
0.25.0
fb21785
Compare
Choose a tag to compare

⭐ New Features

  • Overhaul support of Hexagonal Architecture verification #306
  • Avoid persistence code generation for records not involved in persistence #308
  • Improve type names of generated classes #307
  • Mark EmbeddableInstantiators for records as @Generated #305

🐞 Bug Fixes

  • Relaxed checking of synthetic fields in JMoleculesDddRules.valueObjectsMustNotReferToIdentifiables() #301
  • Spring's ReflectionUtils missing from shaded classes #288

🔨 Dependency Upgrades

0.24.1

22 Nov 12:54
0.24.1
e94c5c7
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Spring's ReflectionUtils missing from shaded classes #289

0.24

21 Nov 12:50
0.24.0
4613cd3
Compare
Choose a tag to compare

⭐ New Features

  • Mark generated converter classes as @Generated #280

🐞 Bug Fixes

  • NoClassDefFoundError: org/jmolecules/spring/core/NativeDetector #279
  • Hexagonal Architecture tests are failing #278

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.3.6 #287
  • Upgrade to Hibernate 6.6.2 #286
  • Upgrade to ByteBuddy 1.15.10 #285
  • Upgrade to Axon 4.10.3 #283
  • Upgrade to jMolecules 1.10 #281

0.23.0

24 Oct 20:17
0.23.0
98835b0
Compare
Choose a tag to compare

⭐ New Features

  • Avoid dependency to Spring Core artifact in ArchUnit integration #274

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.3.5 #277
  • Upgrade to APTK tools 0.28 #276

0.22.1

07 Oct 13:26
0.22.1
32facd8
Compare
Choose a tag to compare

🐞 Bug Fixes

  • ArchUnit integration strongly depends on all jMolecules architecture artifacts #271

0.22

04 Oct 21:37
0.22.0
e253cfb
Compare
Choose a tag to compare

⭐ New Features

  • Add stable automatic module names #260

🐞 Bug Fixes

  • Annotation processor preventing subsequent ones from operating #264
  • ArchUnit verification fails for annotated aggregate references as collection elements #253

🔨 Dependency Upgrades

  • Upgrade to ByteBuddy 1.15.3 #269, #255
  • Upgrade to Hibernate 6.6.1 #268
  • Upgrade to Spring Boot 3.3.4 #267, #257
  • Upgrade to Axon 4.10.2 #266, #256

0.21

12 Jul 14:05
Compare
Choose a tag to compare

🐞 Bug Fixes

  • ConvertibleType declaration in IdentifierToPrimitivesConverter overly specific #246

📔 Documentation

  • Only applicable ByteBuddy Plugins should match #245
  • Fix typos in Javadoc #223

🔨 Dependency Upgrades

  • Upgrade to Hibernate 6.5.2 #251
  • Upgrade to Spring Boot 3.3.1 #250
  • Upgrade to ByteBuddy 1.14.18 #249
  • Upgrade to Axon 4.9.4 #248

❤️ Contributors

Thank you to all the contributors who worked on this release:

@haisi

0.20

18 Apr 18:43
Compare
Choose a tag to compare

⭐ New Features

  • Initial support for DDD concept validation via APT #230
  • Avoid inclusion of Spring Boot starters in repackaged JARs #234

🐞 Bug Fixes

  • Minor update to readme.adoc #235
  • Fix instantiation of records with multiple parameters #220

🔨 Dependency Upgrades

  • Upgrade to Cute 1.7 #243
  • Upgrade to APTK 0.26 #242
  • Upgrade to Axon 4.9.3 #239
  • Upgrade to ByteBuddy 1.14.13 #238
  • Upgrade to ArchUnit 1.3 #237

❤️ Contributors

Thank you to all the contributors who worked on this release:

@barteksc and @tedyoung

0.19

23 Feb 13:57
Compare
Choose a tag to compare

⭐ New Features

  • ArchUnit rules should allow nested entities #222
  • Add note on how to use the ByteBuddy plugin with IDEA #221
  • Avoid Spring dependencies in JPA abstraction #217

🐞 Bug Fixes

  • ConcurrentModificationException in PluginLogger in multi-module Gradle project #218
  • Inconsistent implementation of MutablePersistable #207

🔨 Dependency Upgrades

  • Upgrade Spring Boot 3 to 3.2.3 #228
  • Upgrade to Axon Framework 4.9.2 #227
  • Upgrade to Hibernate 6.4.4 #226
  • Upgrade to ByteBuddy 1.14.12 #225
  • Upgrade to jMolecules 1.8 #216