Releases: spring-projects/spring-data-commons
Releases · spring-projects/spring-data-commons
2.7.8
📗 Links
⭐ New Features
- Query method parameter of type
Class
erroneously considered dynamic projection parameter #2770
📔 Documentation
- Correct Spring Boot dependency version property name used to manage Spring Data #2766
- Fix a typo in javadoc #2739
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.1
📗 Links
⭐ New Features
- Allow obtaining a
toString()
representation from aLazy
without resolving the lazy value #2751 - Consider reflection hints for generated Querydsl
Q
classes #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
ClassTypeInformation
fromTypeInformation
#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