Releases: xmolecules/jmolecules-integrations
Releases · xmolecules/jmolecules-integrations
0.26
0.25
⭐ 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
EmbeddableInstantiator
s 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
0.24
0.23.0
0.22.1
0.22
0.21
🐞 Bug Fixes
ConvertibleType
declaration inIdentifierToPrimitivesConverter
overly specific #246
📔 Documentation
🔨 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:
0.20
⭐ New Features
- Initial support for DDD concept validation via APT #230
- Avoid inclusion of Spring Boot starters in repackaged JARs #234
🐞 Bug Fixes
🔨 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:
0.19
⭐ 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
inPluginLogger
in multi-module Gradle project #218- Inconsistent implementation of
MutablePersistable
#207