Releases: spring-projects/spring-data-commons
Releases · spring-projects/spring-data-commons
2.4.11
📗 Links
⭐ New Features
Repositories
now allows lookup of parent repositories for sub-types. #2406
🪲 Bug Fixes
- ReactiveExtensionAwareEvaluationContextProvider throws java.lang.IllegalStateException: Unsupported extension type: org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension #2392
📔 Documentation
- Fix outdated
ExampleMatcher
docs #2404 - Correct documentation how a constructor is chosen. #2401
ClassGeneratingEntityInstantiator
deprecation link points to a package-private class #2400- Fix wrong example code #2391
- Fix broken link to Spring framework docs. #2381
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.5.2
📗 Links
🪲 Bug Fixes
- Sort.and() does not handle TypedSort without explicit order [DATACMNS-1704] #2103
📔 Documentation
- Allow for a module specific inclusion for DTO projections. #2382
2.4.10
📗 Links
🪲 Bug Fixes
- Sort.and() does not handle TypedSort without explicit order [DATACMNS-1704] #2103
📔 Documentation
- Allow for a module specific inclusion for DTO projections. #2382
2.5.1
📗 Links
🪲 Bug Fixes
2.4.9
📗 Links
🪲 Bug Fixes
2.5.0
2.4.8
2.3.9.RELEASE
📗 Links
📔 Documentation
- Unknown column 'new' in 'field list' when implementing Persistable in a class with
@AccessType
(Type.PROPERTY) #2338
🔨 Dependency Upgrades
2.5.0-RC1
📗 Links
⭐ New Features
- Support for association target type detection for jMolecules. #2344
- Improve error messages if a repository cannot be created #2341
- Support
@Value
meta-annotations and expose MergedAnnotations on PreferredConstructor parameters #2333 - Support
@Value
meta-annotations and expose MergedAnnotations on PreferredConstructor parameters #2332 - Unify return types in PageRequest. #2318
🪲 Bug Fixes
- UnsupportedOperationException: No accessor to set property for Kotlin data classes using parametrized types #2336
📔 Documentation
- Unknown column 'new' in 'field list' when implementing Persistable in a class with
@AccessType
(Type.PROPERTY) #2338 - Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes #2337
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.4.7
📗 Links
🪲 Bug Fixes
- Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException #2324