Skip to content

Releases: spring-projects/spring-data-jpa

2.5.9

18 Feb 09:33
c07b33d
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Externalize build properties. #2413

🐞 Bug Fixes

  • JpaRepository#deleteAllByIdInBatch fails when (compound) IdClass keys are used #2414
  • Types with a @IdClass with a single attribute use the underlying @Id property type within repositories #2330

2.7.0-M2

18 Jan 08:22
Compare
Choose a tag to compare

3.0.0-M1

14 Jan 13:44
e220693
Compare
Choose a tag to compare
3.0.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • JpaRepository.getOne/getById method name should indicate that it returns a reference #2232

❤️ Contributors

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

2.7.0-M1

14 Jan 10:10
Compare
Choose a tag to compare
2.7.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Support for DTO projections in derived query methods #2363
  • QuerydslJpaPredicateExecutor.exists() solves the existence test non-optimally #2333
  • JpaRepository.getOne/getById method name should indicate that it returns a reference #2232

🐞 Bug Fixes

  • AbstractMapping.getPersistentEntity(Class<?> type) fails to lookup the PersistentEntity when the provided type is a HibernateProxy #2383
  • Sort.Order ignoreCase does not work when query uses selectionAlias #2280

❤️ Contributors

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

2.6.1

14 Jan 09:45
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Support for DTO projections in derived query methods #2363
  • QuerydslJpaPredicateExecutor.exists() solves the existence test non-optimally #2333

🐞 Bug Fixes

  • AbstractMapping.getPersistentEntity(Class<?> type) fails to lookup the PersistentEntity when the provided type is a HibernateProxy #2383
  • Sort.Order ignoreCase does not work when query uses selectionAlias #2280

❤️ Contributors

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

2.5.8

14 Jan 09:05
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • QuerydslJpaPredicateExecutor.exists() solves the existence test non-optimally #2333

🐞 Bug Fixes

  • Sort.Order ignoreCase does not work when query uses selectionAlias #2280

❤️ Contributors

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

2.6.0

12 Nov 10:00
792d0fe
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Add support for property paths when using fluent API projections. #2329

2.5.7

12 Nov 09:39
beb8bf5
Compare
Choose a tag to compare

📗 Links

⭐ New Features

❤️ Contributors

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

2.4.15

12 Nov 08:52
63b73e9
Compare
Choose a tag to compare

📗 Links

⭐ New Features

❤️ Contributors

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

2.6.0-RC1

18 Oct 11:56
36f0664
Compare
Choose a tag to compare
2.6.0-RC1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Clarify behavior when both (named and provided query) are configured through @Query #2319
  • Implement FluentQuery support for Querydsl and Query by Example #2294
  • DATAJPA-1377 added JpaRepository.getById, deprecated JpaRepository.ge… #2169

🐞 Bug Fixes

  • Types with a @IdClass with a single attribute use the underlying @Id property type within repositories #2330
  • EntityManagerBeanDefinitionRegistrarPostProcessor should set primary flag on EntityManager bean definitions #2288
  • @Query(countName = …) not considered #2217

🔨 Dependency Upgrades

  • Upgrade to Hibernate 5.6 #2335
  • Upgrade to Maven Wrapper 3.8.3 #2331

❤️ Contributors

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