Releases: spring-projects/spring-data-commons
Releases · spring-projects/spring-data-commons
2.6.0-M1
📗 Links
⭐ New Features
- PersistentEntity type detection for PersistentProperties should consider association target type #2409
- Consolidate access to
TypeInformation<?>
VS.Class<?>
onPersistentProperty
#2408 Repositories
now allows lookup of parent repositories for sub-types. #2406- Accept
JsonProvider
uponJsonProjectingMethodInterceptorFactory
creation #2403
🪲 Bug Fixes
- ReactiveExtensionAwareEvaluationContextProvider throws java.lang.IllegalStateException: Unsupported extension type: org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension #2392
AnnotationBasedPersistentProperty.validateAnnotation(…)
compares declared annotations with merged annotations #2368- Limit
BeanWrapper
'sKotlinCopyUtil
usage to Kotlin Data classes #2358 - Sort.and() does not handle TypedSort without explicit order [DATACMNS-1704] #2103
📔 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
- Allow for a module specific inclusion for DTO projections. #2382
- Fix broken link to Spring framework docs. #2381
- Contribution guidelines: Broken link #2372
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.5.3
📗 Links
⭐ New Features
Repositories
now allows lookup of parent repositories for sub-types. #2406- Accept
JsonProvider
uponJsonProjectingMethodInterceptorFactory
creation #2403
🪲 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.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