Releases: spring-projects/spring-data-commons
Releases · spring-projects/spring-data-commons
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
2.7.5
2.7.4
2.6.9
2.6.8
3.0.0-M6
📗 Links
⭐ New Features
- Use
CompletableFuture
instead of deprecatedListenableFuture
#2669 - Change initialCapacity to match the number of data being added. #2668
- Refine
@PageableDefault
and@SortDefault
annotation arrangement #2657
🐞 Bug Fixes
- Fix argument conversion in
QuerydslPredicateBuilder
. #2650 QuerydslPredicateBuilder
converts collection-like bind values toPathInformation.getLeafType
in stead of considering collection element types #2649
📔 Documentation
- Improve
Pageable
Javadoc #2679 - Fix the JDK version required to build from the source code #2671
- Specify title to
auditing.auditor-aware
. #2652 deleteById
should not throwEmptyResultDataAccessException
#2651- JPA is now Jakarta Persistence API #2475
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.7.3
📗 Links
🐞 Bug Fixes
- Fix argument conversion in
QuerydslPredicateBuilder
. #2650 QuerydslPredicateBuilder
converts collection-like bind values toPathInformation.getLeafType
in stead of considering collection element types #2649
📔 Documentation
- Improve
Pageable
Javadoc #2679 - Specify title to
auditing.auditor-aware
. #2652 deleteById
should not throwEmptyResultDataAccessException
#2651
🔨 Dependency Upgrades
- Upgrade to XMLBeam 1.4.24 #2686
2.6.7
📗 Links
🐞 Bug Fixes
- Fix argument conversion in
QuerydslPredicateBuilder
. #2650 QuerydslPredicateBuilder
converts collection-like bind values toPathInformation.getLeafType
in stead of considering collection element types #2649
📔 Documentation
- Specify title to
auditing.auditor-aware
. #2652
🔨 Dependency Upgrades
- Upgrade to XMLBeam 1.4.24 #2686
2.5.12
📗 Links
📔 Documentation
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.0-M5
📗 Links
⭐ New Features
- Add default
RepositoryConfigurationExtension.getModuleIdentifier()
method #2644 - Add infrastructure to provide/identify managed types. #2634
- Introduce
PropertiesBasedNamedQueriesFactoryBean
to reduce bean indirections #2596 - Add AOT infrastructure for processing repositories. #2593
- Refine inner beans arrangement #2584
- Notify
*Aware
interfaces using custom type filters throughEnable…Repositories#includeFilters
#2481
📔 Documentation
- Document fluent interface for Query By Example. #2654
- Link to changelog.txt does not work (404) #2637
- Documentation mistake #2629
- Add missing space. #2628
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!