Skip to content

Releases: spring-projects/spring-data-jpa

3.1.0-M2

17 Feb 13:26
0b51bdd
Compare
Choose a tag to compare

3.1.0-M1

17 Feb 12:32
2cab87e
Compare
Choose a tag to compare
3.1.0-M1 Pre-release
Pre-release

📗 Links

🐞 Bug Fixes

  • Broken count query for native queries with table alias #2773
  • SimpleJpaRepository.deleteById throws EmptyResultDataAccessException #2719
  • SimpleJPARepository: Methods accessing metadata.getComment() without Null-Check produce NPE #2716
  • EntityGraphFactory overwrites nested subgraphs #2527

📔 Documentation

  • Fix broken links in reference docs #2801
  • Improve error message in ParameterBinder #2700

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.7 #2782

❤️ Contributors

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

3.0.2

17 Feb 10:02
7037227
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Broken count query for native queries with table alias #2773
  • SimpleJpaRepository.deleteById throws EmptyResultDataAccessException #2719
  • SimpleJPARepository: Methods accessing metadata.getComment() without Null-Check produce NPE #2716

📔 Documentation

  • Fix broken links in reference docs #2801

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.7 #2781

❤️ Contributors

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

2.7.8

17 Feb 09:11
98073ae
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Broken count query for native queries with table alias #2773

❤️ Contributors

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

3.0.1

13 Jan 10:43
9d40b91
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • EntityGraphFactory overwrites nested subgraphs #2527

📔 Documentation

  • Improve error message in ParameterBinder #2700

❤️ Contributors

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

2.7.7

13 Jan 09:35
50d68ef
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • SqlParserQueryEnhancer errors with Merge statements #2641
  • limit queries of single finders to 2 #2594

🐞 Bug Fixes

  • contains in query derivation of an ElementCollection creates a proper isMember clause but encloses the argument in % leading to the wrong result. #2607
  • JSqlParserQueryEnhancer errors with INSERT statements #2593
  • Passing null as stored procedure argument is broken in v2.7.0 (works in v2.6.8). #2544
  • EntityGraphFactory overwrites nested subgraphs #2527

📔 Documentation

  • Improve error message in ParameterBinder #2700

🔨 Dependency Upgrades

  • Upgraded JSQLParser to version 4.5. #2693

❤️ Contributors

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

3.0.0

18 Nov 13:30
de4af44
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • EntityManagerBeanDefinitionRegistrarPostProcessor does not ensure unique SharedEntityManagerCreator beans #2699

📔 Documentation

  • Replace news and noteworthy with links to the release notes. #2697

🔨 Dependency Upgrades

  • Bump hsqldb from 2.5.1 to 2.7.1 in /spring-data-jpa #2694
  • Upgraded JSQLParser to version 4.5. #2693
  • Update test dependencies. #2677

❤️ Contributors

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

2.7.6

18 Nov 09:55
ffec13c
Compare
Choose a tag to compare

📗 Links

🔨 Dependency Upgrades

  • Update key dependencies. #2646

❤️ Contributors

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

2.6.10

18 Nov 09:35
34a6e57
Compare
Choose a tag to compare

3.0.0-RC2

04 Nov 14:26
3850990
Compare
Choose a tag to compare
3.0.0-RC2 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Shouldn't JpaRepository extend ListCrudRepository/ListPagingAndSortingRepository? #2688
  • Add missing hint for QuerydslJpaPredicateExecutor #2673