3.1.1
📗 Links
⭐ New Features
- Polishing. #3021
- Add support for Hibernate CTE in HQL parser #2981
- Projection fails when using subquery [DATAJPA-1713] #2008
🐞 Bug Fixes
- JPQL parser can't handle an attribute named "value" #3028
- Hibernate duration literals such as "5 MINUTE" no longer pass validation #3025
- CAST(:param as java.util.UUID) no longer passes validation #3024
- Keyset positionFunction does not retain directional state and uses position of one-off #2999
- Keyset-scrolling queries add identifier columns twice when
Sort
already sorts by Id #2996 - BadJpqlGrammarException when using column names coinciding with functions in projection #2994
existsById(…)
fails withNullPointerException
when metadata does not exist #2991- “Floor” (and likely other reserved identifiers) cannot be used as entity name or entity field name in custom queries #2982
- NPE in
HqlQueryTransformer.isSubquery
for INSERT from SELECT HQL #2977 - BadJpqlGrammarException: Line 1:236 token recognition error at: '!'; #2970
- Spring Data JPA generates incorrect JPQL query for pagination request #2969
- BadJpqlGrammarException in 3.1.0 when using "round" in a select query #2964
- BadJpqlGrammarException with latest relase when using ORDER BY NULLS LAST #2962
- Pageable Always Adding From Entity to Sort Field Name #2960
- Resolve handling of ESCAPE clause with LIKE queries on EclipseLink #2955
- Resolve handling of ESCAPE clause with LIKE queries on Hibernate #2954
- Calling stored procedures can leave open cursors #2915
- Remove Shared
EntityManager
'ssynthetic
setting to support bean post processing. #2730
📔 Documentation
- Add section to ref docs highlighting alternate strategies for implementing queries. #3005
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!