Releases: spring-projects/spring-data-jpa
Releases · spring-projects/spring-data-jpa
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
2.5.9
2.7.0-M2
3.0.0-M1
📗 Links
⭐ New Features
- JpaRepository.getOne/getById method name should indicate that it returns a reference #2232
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.7.0-M1
📗 Links
⭐ New Features
- Support for DTO projections in derived query methods #2363
QuerydslJpaPredicateExecutor.exists()
solves the existence test non-optimally #2333- JpaRepository.getOne/getById method name should indicate that it returns a reference #2232
🐞 Bug Fixes
AbstractMapping.getPersistentEntity(Class<?> type)
fails to lookup thePersistentEntity
when the provided type is aHibernateProxy
#2383- Sort.Order ignoreCase does not work when query uses selectionAlias #2280
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.6.1
📗 Links
⭐ New Features
- Support for DTO projections in derived query methods #2363
QuerydslJpaPredicateExecutor.exists()
solves the existence test non-optimally #2333
🐞 Bug Fixes
AbstractMapping.getPersistentEntity(Class<?> type)
fails to lookup thePersistentEntity
when the provided type is aHibernateProxy
#2383- Sort.Order ignoreCase does not work when query uses selectionAlias #2280
❤️ Contributors
We'd like to thank all the contributors who worked on this release!