Skip to content

Releases: spring-projects/spring-data-jpa

2.7.3

19 Sep 12:02
Compare
Choose a tag to compare

2.6.7

19 Sep 09:06
Compare
Choose a tag to compare

2.5.12

29 Aug 16:59
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
  • 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

15 Jul 13:31
c4148e5
Compare
Choose a tag to compare
3.0.0-M5 Pre-release
Pre-release

📗 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!

2.7.2

15 Jul 09:24
05bfcca
Compare
Choose a tag to compare

📗 Links

🔨 Dependency Upgrades

  • Upgrade Hibernate to 5.6.9.Final. #2583

2.6.6

15 Jul 08:50
f68a83a
Compare
Choose a tag to compare

📗 Links

🔨 Dependency Upgrades

  • Upgrade Hibernate to 5.6.9.Final. #2583

2.7.1

20 Jun 09:40
ae594a7
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • JSqlParser fails for modifying queries #2555

🐞 Bug Fixes

  • Question mark in native query #2551
  • 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 #2561

❤️ Contributors

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

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!