Releases: spring-projects/spring-data-commons
Releases · spring-projects/spring-data-commons
3.0.1
📗 Links
⭐ New Features
- Allow obtaining a
toString()representation from aLazywithout resolving the lazy value #2751 - Consider reflection hints for generated Querydsl
Qclasses #2721
🐞 Bug Fixes
- AOT repository configuration misses to create beans for repeated usage of Enable...Repositories annotation #2760
- TypeCollector should ignore local and anonymous classes #2744
📔 Documentation
- Unfinished sentence in Object Mapping section of documentation #2749
2.7.7
3.0.0
2.7.6
2.6.10
3.0.0-RC2
3.0.0-RC1
📗 Links
⭐ New Features
- Remove references to
ClassTypeInformationfromTypeInformation#2703 - Allow functional mapping of
Range#2692 - Capture types exposed via ManagedTypes during AOT #2680
- Fall back to canonical constructor in constructor resolution when using Java Records #2625
🐞 Bug Fixes
- Consider repository bean name for custom implementation and fragment bean names. #2488
- Resolution of ambiguous implementations does not work #2487
📔 Documentation
- Prefer Java configuration over XML #2666