Skip to content

Releases: spring-projects/spring-data-jpa

2.6.5

20 Jun 09:13
e1fd836
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Question mark in native query #2551
  • Fix string formatting in MergingPersistenceUnitManager#postProcessPersistenceUnitInfo debug log #2526
  • Fixes * bug in createCountQueryFor. #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
  • Fix it so count queries work properly for select new com.example.Dto(...) situations #1869
  • 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 to Maven Wrapper 3.8.5 #2562

❤️ Contributors

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

3.0.0-M4

13 May 08:53
5b4a4d9
Compare
Choose a tag to compare
3.0.0-M4 Pre-release
Pre-release

📗 Links

⭐ New Features

  • IgnoreCase uses Upper function in repository method names and cannot be configured. #2420
  • Incorrectly generating count queries for queries starting with whitespaces. #2393
  • Add fluent findBy API to JpaSpecificationExecutor #2274
  • Introduce API to rewrite JPQL/native query for Sort and PageRequest #2162
  • Collection/varargs utility methods for composing Specifications [DATAJPA-1651] #1943
  • Add JpaSpecificationExecutor.delete(…) and ….deleteAll(…) [DATAJPA-907] #1262

🐞 Bug Fixes

  • Fix string formatting in MergingPersistenceUnitManager#postProcessPersistenceUnitInfo debug log #2526
  • Fixes * bug in createCountQueryFor. #2514
  • detectAlias() in QueryUtils will pick up other tokens that have "from" in them and pick the next alias from there. #2508
  • Count query removes distinct phrase if from part of JPA query contains newline character #2341
  • NativeQuery with Pagination #2260
  • SimpleJpaRepository.deleteAllByIdInBatch accepts Iterable but JPA requires Collection #2242
  • The repository countDistinctBy** method generates the wrong sql query [DATAJPA-1036] #1380

📔 Documentation

  • Grammar mistake in documentation #2487

🔨 Dependency Upgrades

  • Bump h2 from 1.4.200 to 2.1.212 in /spring-data-envers #2501

❤️ Contributors

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

2.7.0

13 May 08:15
7164510
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Fix string formatting in MergingPersistenceUnitManager#postProcessPersistenceUnitInfo debug log #2526
  • Fixes * bug in createCountQueryFor. #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

❤️ Contributors

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

2.7.0-RC1

19 Apr 09:21
aebc9f0
Compare
Choose a tag to compare
2.7.0-RC1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • IgnoreCase uses Upper function in repository method names and cannot be configured. #2420
  • Incorrectly generating count queries for queries starting with whitespaces. #2393

🐞 Bug Fixes

  • Count query removes distinct phrase if from part of JPA query contains newline character #2341
  • NativeQuery with Pagination #2260
  • SimpleJpaRepository.deleteAllByIdInBatch accepts Iterable but JPA requires Collection #2242

📔 Documentation

  • Grammar mistake in documentation #2487

2.6.4

19 Apr 10:13
4c9d4a6
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Incorrectly generating count queries for queries starting with whitespaces. #2393

🐞 Bug Fixes

  • Count query removes distinct phrase if from part of JPA query contains newline character #2341
  • NativeQuery with Pagination #2260
  • SimpleJpaRepository.deleteAllByIdInBatch accepts Iterable but JPA requires Collection #2242

📔 Documentation

  • Grammar mistake in documentation #2487

2.5.11

19 Apr 11:59
752f864
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Incorrectly generating count queries for queries starting with whitespaces. #2393

🐞 Bug Fixes

  • Count query removes distinct phrase if from part of JPA query contains newline character #2341
  • NativeQuery with Pagination #2260
  • SimpleJpaRepository.deleteAllByIdInBatch accepts Iterable but JPA requires Collection #2242

📔 Documentation

  • Grammar mistake in documentation #2487

3.0.0-M3

22 Mar 13:07
06f4165
Compare
Choose a tag to compare

3.0.0-M2

21 Mar 15:45
826de59
Compare
Choose a tag to compare
3.0.0-M2 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Externalize build properties. #2413
  • Try to optionally use JSqlParser for parsing SQL #2409
  • Add exists method to JpaSpecificationExecutor #2388
  • Improvements to clarify type using TypedParameterValue #2370
  • JpaRepository.getOne/getById method name should indicate that it returns a reference #2232

🐞 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.7.0-M4

21 Mar 15:21
4ae2968
Compare
Choose a tag to compare
2.7.0-M4 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Try to optionally use JSqlParser for parsing SQL #2409
  • Add exists method to JpaSpecificationExecutor #2388
  • Improvements to clarify type using TypedParameterValue #2370

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #2453

❤️ Contributors

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

2.6.3

21 Mar 14:06
a475ada
Compare
Choose a tag to compare

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #2452