Releases: spring-projects/spring-data-jpa
Releases · spring-projects/spring-data-jpa
2.7.0-RC1
📗 Links
⭐ New Features
- IgnoreCase uses Upper function in repository method names and cannot be configured. #2420
- Incorrectly generating count queries for queries starting with whitespaces. #2393
🐞 Bug Fixes
- Count query removes
distinct
phrase if from part of JPA query contains newline character #2341 - NativeQuery with Pagination #2260
- SimpleJpaRepository.deleteAllByIdInBatch accepts Iterable but JPA requires Collection #2242
📔 Documentation
- Grammar mistake in documentation #2487
2.6.4
📗 Links
⭐ New Features
- Incorrectly generating count queries for queries starting with whitespaces. #2393
🐞 Bug Fixes
- Count query removes
distinct
phrase if from part of JPA query contains newline character #2341 - NativeQuery with Pagination #2260
- SimpleJpaRepository.deleteAllByIdInBatch accepts Iterable but JPA requires Collection #2242
📔 Documentation
- Grammar mistake in documentation #2487
2.5.11
📗 Links
⭐ New Features
- Incorrectly generating count queries for queries starting with whitespaces. #2393
🐞 Bug Fixes
- Count query removes
distinct
phrase if from part of JPA query contains newline character #2341 - NativeQuery with Pagination #2260
- SimpleJpaRepository.deleteAllByIdInBatch accepts Iterable but JPA requires Collection #2242
📔 Documentation
- Grammar mistake in documentation #2487
3.0.0-M3
3.0.0-M2
📗 Links
⭐ New Features
- Externalize build properties. #2413
- Try to optionally use JSqlParser for parsing SQL #2409
- Add exists method to JpaSpecificationExecutor #2388
- Improvements to clarify type using
TypedParameterValue
#2370 - JpaRepository.getOne/getById method name should indicate that it returns a reference #2232
🐞 Bug Fixes
- FetchableFluentQueryByPredicate.sortBy and FetachableFluentQueryByExample.sortBy use wrong object reference #2438
- Fix 'noSuchProperty' test case. #2418
- JpaRepository#deleteAllByIdInBatch fails when (compound) IdClass keys are used #2414
- NPE in JpaQueryCreator when query result is projection-based interface #2408
- Types with a
@IdClass
with a single attribute use the underlying@Id
property type within repositories #2330 - QueryByExamplePredicateBuilder does not work with Optional.empty (vs. straight null) #2176
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.7.0-M4
📗 Links
⭐ New Features
- Try to optionally use JSqlParser for parsing SQL #2409
- Add exists method to JpaSpecificationExecutor #2388
- Improvements to clarify type using
TypedParameterValue
#2370
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.8.4 #2453
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.6.3
2.5.10
2.7.0-M3
📗 Links
⭐ New Features
- Externalize build properties. #2413
🐞 Bug Fixes
- FetchableFluentQueryByPredicate.sortBy and FetachableFluentQueryByExample.sortBy use wrong object reference #2438
- Fix 'noSuchProperty' test case. #2418
- JpaRepository#deleteAllByIdInBatch fails when (compound) IdClass keys are used #2414
- NPE in JpaQueryCreator when query result is projection-based interface #2408
- Types with a
@IdClass
with a single attribute use the underlying@Id
property type within repositories #2330 - QueryByExamplePredicateBuilder does not work with Optional.empty (vs. straight null) #2176
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.6.2
📗 Links
⭐ New Features
- Externalize build properties. #2413
🐞 Bug Fixes
- FetchableFluentQueryByPredicate.sortBy and FetachableFluentQueryByExample.sortBy use wrong object reference #2438
- Fix 'noSuchProperty' test case. #2418
- JpaRepository#deleteAllByIdInBatch fails when (compound) IdClass keys are used #2414
- NPE in JpaQueryCreator when query result is projection-based interface #2408
- Types with a
@IdClass
with a single attribute use the underlying@Id
property type within repositories #2330