Releases: spring-projects/spring-data-jpa
Releases · spring-projects/spring-data-jpa
3.1.4
📗 Links
🐞 Bug Fixes
- JPQL parser can't handle an attribute named "power" #3143
- NEW as a part of a state field path expression in JPQL. #3128
ParameterBindingParser
fails withAlready found parameter binding with same index
#3126- Question mark (
?
) in string literal erroneously detected as parameter bind marker #3125 - NamedQuery mangles query during processing. #3085
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.10
📗 Links
🐞 Bug Fixes
ParameterBindingParser
fails withAlready found parameter binding with same index
#3126- Question mark (
?
) in string literal erroneously detected as parameter bind marker #3125 - NamedQuery mangles query during processing. #3085
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.7.16
3.2.0-M2
📗 Links
🐞 Bug Fixes
- BadJpqlGrammarException with latest release when using order by utl_raw.cast_to_varchar2((nlssort(lower(entityalias.namefield), 'nls_sort=binary_ai'))) ASC #3099
- BadJpqlGrammarException: no viable alternative at input #3093
- BadJpqlGrammarException with attribute 'date' #3092
- Keyset Scrolling cannot extract Values from
Tuple
using Interface Projections #3077 CONCAT
ofLIKE
with percentage (%
) literal fails fornull
values #3041- SpEL template behavior is inconsistent [DATAJPA-1266] #1597
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.1.3
📗 Links
🐞 Bug Fixes
- BadJpqlGrammarException with latest release when using order by utl_raw.cast_to_varchar2((nlssort(lower(entityalias.namefield), 'nls_sort=binary_ai'))) ASC #3099
- BadJpqlGrammarException: no viable alternative at input #3093
- BadJpqlGrammarException with attribute 'date' #3092
- Keyset Scrolling cannot extract Values from
Tuple
using Interface Projections #3077 CONCAT
ofLIKE
with percentage (%
) literal fails fornull
values #3041- SpEL template behavior is inconsistent [DATAJPA-1266] #1597
📔 Documentation
- Javadoc: Add 'since' for the allOf(...), anyOf(...) methods in Specification #3102
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.9
2.7.15
3.2.0-M1
📗 Links
⭐ New Features
- Add support for
Limit
#3052 - Reuse parsed SQL statement for alias and projection detection #3039
- Polishing. #3021
- Add support for Hibernate CTE in HQL parser #2981
- Projection fails when using subquery [DATAJPA-1713] #2008
🐞 Bug Fixes
- BadJpqlGrammarException with attribute labelled 'type' #3062
- Using operator '!=' throws BadJpqlGrammarException in spring data jpa 3.1.1 #3061
@Query
with Sort/Pageable not adding aliases properly in ORDER BY clause #3054- BadJpqlGrammarException in
@Query
with escape statement #3040 @Query(value="TRUNCATE TABLE ...", nativeQuery = true)
fails withClassCastException
#3038- 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
- Derived query applies
OffsetScrollPosition
only if the query is limited #3015 - 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
- Upgrade to H2 2.2.220 #3059
- Upgrade to Maven Wrapper 3.9.3 #3049
- Upgrade to Hibernate 6.2.4.Final #3029
- Upgrade to Maven Wrapper 3.9.2 #3019
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
- @dependabot[bot]
- @quaff
3.1.2
📗 Links
⭐ New Features
- Reuse parsed SQL statement for alias and projection detection #3039
🐞 Bug Fixes
- BadJpqlGrammarException with attribute labelled 'type' #3062
- Using operator '!=' throws BadJpqlGrammarException in spring data jpa 3.1.1 #3061
@Query
with Sort/Pageable not adding aliases properly in ORDER BY clause #3054- BadJpqlGrammarException in
@Query
with escape statement #3040 @Query(value="TRUNCATE TABLE ...", nativeQuery = true)
fails withClassCastException
#3038- Derived query applies
OffsetScrollPosition
only if the query is limited #3015
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.9.3 #3048