-
Notifications
You must be signed in to change notification settings - Fork 696
Releases: spring-projects/spring-data-commons
Releases · spring-projects/spring-data-commons
4.0.0-M6
@christophstrobl
christophstrobl
be374f5
This commit was signed with the committer’s verified signature.
christophstrobl
Christoph Strobl
4.0.0-M6
Pre-release
Pre-release
📗 Links
⭐ New Features
- Add JavaPoet enhancements #3357
- Include generated
PersistentPropertyAccessorFactory
andEntityInstantiator
classes during AOT processing #3318 - Upgrade to Jackson 3 #3292
- Capture repository configuration from registered beans #3279
- Include generated property accessors and entity instantiator bytecode in AOT classes #2595
🐞 Bug Fixes
- Avoid attempts to override AOT generated query method metadata. #3355
- AOT Repositories: OwnerRepository.json already exists #3354
📔 Documentation
- Example code in the scrolling document might not consume every element in the database #3352
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
Assets 2
3.5.4
@christophstrobl
christophstrobl
405e32c
This commit was signed with the committer’s verified signature.
christophstrobl
Christoph Strobl
📗 Links
📔 Documentation
- Example code in the scrolling document might not consume every element in the database #3352
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
Assets 2
3.4.10
@christophstrobl
christophstrobl
78473d3
This commit was signed with the committer’s verified signature.
christophstrobl
Christoph Strobl
📗 Links
📔 Documentation
- Example code in the scrolling document might not consume every element in the database #3352
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
Assets 2
4.0.0-M5
@mp911de
mp911de
4.0.0-M5
Pre-release
Pre-release
📗 Links
⭐ New Features
- Add ExpressionMarker abstraction for obtaining enclosing method in AOT generated code #3338
🐞 Bug Fixes
- Add missing
@Nullable
annotations toQueryByExampleExecutor.findBy(...)
andQuerydslPredicateExecutor.findBy(...)
#3346 - Use generated classname for writing aot repository content #3345
TypeInformation.OBJECT
isnull
when onlyClassTypeInformation.COLLECTION
has been accessed #3340- Spring Data AOT Repositories failed in the AOT processed Spring Boot tests with multiple contexts being involved #3339
🔨 Dependency Upgrades
Assets 2
3.5.3
3.4.9
4.0.0-M4
@mp911de
mp911de
4.0.0-M4
Pre-release
Pre-release
📗 Links
⭐ New Features
- Expose
MethodParameter
s inAotQueryMethodGenerationContext
#3334 - Enable AOT repositories by default #3323
- Defer
MappingContext
access 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(...)
inRepositoryBeanDefinitionReader
to avoid failures due to package-private constructors #3325 CustomConversions
issues a warning for asymmetric converters when converting from aList
#3306- Use mutable list to collect items from
Stream
for 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!
Assets 2
1 person reacted
3.5.2
@mp911de
mp911de
3.4.8
@mp911de
mp911de
3.5.1
@mp911de
mp911de
📗 Links
⭐ New Features
- Defer
MappingContext
access inPersistentEntities
#3310
🐞 Bug Fixes
CustomConversions
issues a warning for asymmetric converters when converting from aList
#3306- Use mutable list to collect items from
Stream
for 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!