Skip to content

Releases: spring-projects/spring-data-jpa

3.0.4

20 Mar 13:26
2f7b87f
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Improve performance of PersistenceProvider.condense function #2860

🐞 Bug Fixes

  • NoClassDefFoundError TypedParameterValue when using eclipselink #2857

📔 Documentation

  • Improve docs on transactionality of methods declared on repository interfaces #2868

❤️ Contributors

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

2.7.10

20 Mar 12:48
5f2ee2f
Compare
Choose a tag to compare

📗 Links

📔 Documentation

  • Improve docs on transactionality of methods declared on repository interfaces #2868

❤️ Contributors

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

3.0.3

03 Mar 10:03
1b54bcf
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • FetchableFluentQueryByPredicate does not respect project() call on queryFunction #2820
  • NullPointerException in version 3.0.2 when using modifying native queries or SELECT queries that Spring Data cannot parse #2812

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.0 #2810

2.7.9

03 Mar 09:22
cdd4c4d
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • NullPointerException in version 3.0.2 when using modifying native queries or SELECT queries that Spring Data cannot parse #2812

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.0 #2811

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!