Releases: spring-projects/spring-data-jpa
Releases · spring-projects/spring-data-jpa
3.0.0-RC1
📗 Links
⭐ New Features
- SqlParserQueryEnhancer errors with Merge statements #2641
🐞 Bug Fixes
📔 Documentation
- Improve reference documentation. #2647
- Whether
Class-based Projections
does not support use with@query
#2558
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.7.5
2.7.4
2.6.9
2.6.8
3.0.0-M6
📗 Links
⭐ New Features
- limit queries of single finders to 2 #2594
- Add infrastructure for AOT processing of repositories. #2497
🐞 Bug Fixes
contains
in query derivation of an ElementCollection creates a proper isMember clause but encloses the argument in % leading to the wrong result. #2607
📔 Documentation
- Fix the JDK version required to build from the source code #2610
🔨 Dependency Upgrades
- Upgrade to Hibernate 6.1.2 #2615
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.7.3
2.6.7
2.5.12
📗 Links
🐞 Bug Fixes
- Fix string formatting in MergingPersistenceUnitManager#postProcessPersistenceUnitInfo debug log #2526
- Fixes
*
bug increateCountQueryFor
. #2514 - detectAlias() in QueryUtils will pick up other tokens that have "from" in them and pick the next alias from there. #2508
- NativeQuery with Pagination #2260
- Exception swallowed in CreateIfNotFoundQueryLookupStrategy.resolveQuery [DATAJPA-1723] #2018
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.0-M5
📗 Links
⭐ New Features
- JSqlParser fails for modifying queries #2555
- Pageable request in SimpleJpaRepository with large page number and page size values overflows the Integer and produces invalid request offset value #2502
- Add infrastructure for AOT processing of repositories. #2497
- Eliminate unnecessary "where true=1" for QBE #2282
- Add JSR 310 converters which support nanosecond precision [DATAJPA-1784] #2077
- Align Spring Data JPA annotations with Spring Framework annotations #803
- Support for textual annotation of originating repository method in generated (sql) statements [DATAJPA-365] #775
🐞 Bug Fixes
- Question mark in native query #2551
- SimpleJpaRepository doesn't apply query hints to count query [DATAJPA-1773] #2054
- Exception swallowed in CreateIfNotFoundQueryLookupStrategy.resolveQuery [DATAJPA-1723] #2018
- Fix it so count queries work properly for select new com.example.Dto(...) situations #1869
- SimpleJpaRepository.delete does not respect JPA
@Access
rules [DATAJPA-1565] #1854 - DATAJPA-1750 - Fixes order clause creation if function with parameter… #425
📔 Documentation
- Replace link to changelog.txt with link to official release notes. #2569
- Fixes broken link to 'Accessing JPA Data with REST' guide in readme #2550
🔨 Dependency Upgrades
- Upgrade Hibernate to 5.6.9.Final. #2583
- Upgrade to Maven Wrapper 3.8.5 #2560
- Support for Hibernate 6 #2423
❤️ Contributors
We'd like to thank all the contributors who worked on this release!