Skip to content

Releases: spring-projects/spring-data-jpa

2.7.17

13 Oct 08:54
cf33376
Compare
Choose a tag to compare

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.5 #3185

3.2.0-M3

15 Sep 09:33
1b50d23
Compare
Choose a tag to compare
3.2.0-M3 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Connect build to ge.spring.io to benefit from deep build insights and faster builds #3142
  • Use io.spring.maven.antora plugins #3094

🐞 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 with Already 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

📔 Documentation

  • Use Antora-configuration profiles #3123
  • Antora #3080

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

3.1.4

15 Sep 08:55
4c3480f
Compare
Choose a tag to compare

📗 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 with Already 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

15 Sep 08:21
4ca11de
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • ParameterBindingParser fails with Already 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

15 Sep 07:45
7e2e934
Compare
Choose a tag to compare

3.2.0-M2

18 Aug 12:59
851ad8b
Compare
Choose a tag to compare
3.2.0-M2 Pre-release
Pre-release

📗 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 of LIKE with percentage (%) literal fails for null values #3041
  • SpEL template behavior is inconsistent [DATAJPA-1266] #1597

📔 Documentation

  • Javadoc: Add 'since' for the allOf(...), anyOf(...) methods in Specification #3102
  • Antora #3080

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.4 #3114
  • Upgrade to EclipseLink 4.0.2 #2900

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

3.1.3

18 Aug 12:07
7e4ed99
Compare
Choose a tag to compare

📗 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 of LIKE with percentage (%) literal fails for null values #3041
  • SpEL template behavior is inconsistent [DATAJPA-1266] #1597

📔 Documentation

  • Javadoc: Add 'since' for the allOf(...), anyOf(...) methods in Specification #3102

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.4 #3113
  • Upgrade to EclipseLink 4.0.2 #2900

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

3.0.9

18 Aug 08:46
b40a45f
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • CONCAT of LIKE with percentage (%) literal fails for null values #3041

📔 Documentation

  • Javadoc: Add 'since' for the allOf(...), anyOf(...) methods in Specification #3102

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.4 #3112
  • Upgrade to EclipseLink 4.0.2 #2900

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

2.7.15

18 Aug 08:03
233ad8a
Compare
Choose a tag to compare

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.4 #3111

3.2.0-M1

14 Jul 12:57
36c6788
Compare
Choose a tag to compare
3.2.0-M1 Pre-release
Pre-release

📗 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 with ClassCastException #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 with NullPointerException 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's synthetic 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!