Releases: spring-projects/spring-data-commons
Releases · spring-projects/spring-data-commons
4.0.0-M5
📗 Links
⭐ New Features
- Add ExpressionMarker abstraction for obtaining enclosing method in AOT generated code #3338
🐞 Bug Fixes
- Add missing
@Nullableannotations toQueryByExampleExecutor.findBy(…)andQuerydslPredicateExecutor.findBy(…)#3346 - Use generated classname for writing aot repository content #3345
TypeInformation.OBJECTisnullwhen onlyClassTypeInformation.COLLECTIONhas been accessed #3340- Spring Data AOT Repositories failed in the AOT processed Spring Boot tests with multiple contexts being involved #3339
🔨 Dependency Upgrades
3.5.3
📗 Links
🐞 Bug Fixes
TypeInformation.OBJECTisnullwhen onlyClassTypeInformation.COLLECTIONhas been accessed #3340
🔨 Dependency Upgrades
3.4.9
📗 Links
🐞 Bug Fixes
TypeInformation.OBJECTisnullwhen onlyClassTypeInformation.COLLECTIONhas been accessed #3340
🔨 Dependency Upgrades
4.0.0-M4
📗 Links
⭐ New Features
- Expose
MethodParameters inAotQueryMethodGenerationContext#3334 - Enable AOT repositories by default #3323
- Defer
MappingContextaccess inPersistentEntities#3310 - Log a warning if param not annotated with
@ProjectedPayload#3303 - Log warning when param is not annotated with
@ProjectedPayload#3300 - Add support for AOT Repositories #3265
🐞 Bug Fixes
- Use
getDeclaredConstructor(…)inRepositoryBeanDefinitionReaderto avoid failures due to package-private constructors #3325 CustomConversionsissues a warning for asymmetric converters when converting from aList#3306- Use mutable list to collect items from
Streamfor reversal #3304 - Modify it to avoid adding runtimeHints for primitive types and array types #3284
📔 Documentation
- Polish README #3314
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.5.2
3.4.8
3.5.1
📗 Links
⭐ New Features
- Defer
MappingContextaccess inPersistentEntities#3310
🐞 Bug Fixes
CustomConversionsissues a warning for asymmetric converters when converting from aList#3306- Use mutable list to collect items from
Streamfor reversal #3304 - Modify it to avoid adding runtimeHints for primitive types and array types #3284
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.4.7
📗 Links
⭐ New Features
- Defer
MappingContextaccess inPersistentEntities#3310
🐞 Bug Fixes
- Use mutable list to collect items from
Streamfor reversal #3304 - Modify it to avoid adding runtimeHints for primitive types and array types #3284
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.3.13
4.0.0-M3
📗 Links
⭐ New Features
- Refine customization of
EntityInformation#3288 - Allow subclasses of
ReturnedType#3286 - Introduce
SearchResultandSearchResults#3285 - Capture repository configuration from registered beans. #3279
- Introduce AOT context sensitive VariableNameFactory #3270
- Add support for AOT Repositories #3265
- Remove
ListenableFuturesupport #3232 - Remove
@DeprecatedAPI #3208 - Introduce
@Contractand@CheckReturnValueannotations #3195 - Migrate to JSpecify annotations for nullability constraints #3170
- Use Spring's
Nullnessutility to determine JSpecify nullness #3100 - Introduce
org.springframework.data.mapping.Parameter.getRequiredName()andParameter.hasName()#3088
🐞 Bug Fixes
DeferredRepositoryInitializationListeneris registered multiple times #3287- Spring Data Commons 3.3.4 breaks
@ModelAttributehandling #3258 - Fix NPE in
CrudRepositoryExtensions#3187 ProxyingHandlerMethodArgumentResolverconflicts with@AuthenticationPrincipal#2937
📔 Documentation
- JavaDoc of CrudRepository.deleteById is too unspecific #3280
- Fix broken docs caused by incorrect
feature-scrollusage in Antora #3262 - Fix typos in reference documentation and Javadoc #3235
❤️ Contributors
We'd like to thank all the contributors who worked on this release!