Skip to content

Releases: spring-projects/spring-data-commons

2.6.0-RC1

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

📗 Links

⭐ New Features

  • Add Smallrye Mutiny support #2471
  • Allow reuse of ProjectionFactory from RepositoryFactorySupport #2441
  • Add support for QueryDSL and Query by Example projections through a fluent API in repositories #2228

🐞 Bug Fixes

  • Repositories throws NoSuchBeanDefinitionException when looking up bean definitions in a parent-child context arrangement #2383

📔 Documentation

  • Fix Javadoc in QueryByExampleExecutor #2480
  • Document that simple base-repository method overrides cannot return projections #2473

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.3 #2478

❤️ Contributors

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

2.5.6

18 Oct 09:20
5cac83b
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Repositories throws NoSuchBeanDefinitionException when looking up bean definitions in a parent-child context arrangement #2383

📔 Documentation

  • Fix Javadoc in QueryByExampleExecutor #2480
  • Document that simple base-repository method overrides cannot return projections #2473

❤️ Contributors

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

2.4.14

18 Oct 09:03
de11269
Compare
Choose a tag to compare

📗 Links

📔 Documentation

  • Fix Javadoc in QueryByExampleExecutor #2480
  • Document that simple base-repository method overrides cannot return projections #2473

❤️ Contributors

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

2.6.0-M3

17 Sep 07:52
0529471
Compare
Choose a tag to compare
2.6.0-M3 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Publish delete events by repository methods deleteInBatch and deleteAllInBatch methods #2448
  • Avoid reflection in SpringDataWebConfiguration #2440
  • Support jMolecules' @Identity as ID annotation #2438

🐞 Bug Fixes

  • QuerydslPredicateBuilder and QuerydslBindings do not consider owning type #2418

📔 Documentation

  • Minor documentation fixes #2454
  • Documentation: section with appendices titled "Appendix" #2452
  • Remove remark about AbstractAuditable. #2437
  • Fix typo in entity state detection documentation #2416

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.2 #2450

❤️ Contributors

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

2.5.5

17 Sep 07:28
e1b0b67
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Avoid reflection in SpringDataWebConfiguration #2440

🐞 Bug Fixes

  • QuerydslPredicateBuilder and QuerydslBindings do not consider owning type #2418

📔 Documentation

  • Minor documentation fixes #2454
  • Documentation: section with appendices titled "Appendix" #2452
  • Remove remark about AbstractAuditable. #2437
  • Fix typo in entity state detection documentation #2416

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.2 #2451
  • Upgrade to vavr 0.10.4 #2449

❤️ Contributors

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

2.4.13

17 Sep 07:04
d572082
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Avoid reflection in SpringDataWebConfiguration #2440

📔 Documentation

  • Minor documentation fixes #2454
  • Documentation: section with appendices titled "Appendix" #2452
  • Remove remark about AbstractAuditable. #2437
  • Fix typo in entity state detection documentation #2416

🔨 Dependency Upgrades

  • Upgrade to vavr 0.10.4 #2449

❤️ Contributors

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

2.6.0-M2

12 Aug 13:17
522c950
Compare
Choose a tag to compare
2.6.0-M2 Pre-release
Pre-release

📗 Links

🪲 Bug Fixes

  • Partially populated PersistentEntity instances not properly removed from cache (1st nesting level edge case) #2329

2.5.4

12 Aug 09:39
5efabab
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Partially populated PersistentEntity instances not properly removed from cache (1st nesting level edge case) #2329

2.4.12

12 Aug 08:38
4c16d42
Compare
Choose a tag to compare

2.6.0-M1

16 Jul 12:22
332036e
Compare
Choose a tag to compare
2.6.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • PersistentEntity type detection for PersistentProperties should consider association target type #2409
  • Consolidate access to TypeInformation<?> VS. Class<?> on PersistentProperty #2408
  • Repositories now allows lookup of parent repositories for sub-types. #2406
  • Accept JsonProvider upon JsonProjectingMethodInterceptorFactory creation #2403

🪲 Bug Fixes

  • ReactiveExtensionAwareEvaluationContextProvider throws java.lang.IllegalStateException: Unsupported extension type: org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension #2392
  • AnnotationBasedPersistentProperty.validateAnnotation(…) compares declared annotations with merged annotations #2368
  • Limit BeanWrapper's KotlinCopyUtil usage to Kotlin Data classes #2358
  • Sort.and() does not handle TypedSort without explicit order [DATACMNS-1704] #2103

📔 Documentation

  • Fix outdated ExampleMatcher docs #2404
  • Correct documentation how a constructor is chosen. #2401
  • ClassGeneratingEntityInstantiator deprecation link points to a package-private class #2400
  • Fix wrong example code #2391
  • Allow for a module specific inclusion for DTO projections. #2382
  • Fix broken link to Spring framework docs. #2381
  • Contribution guidelines: Broken link #2372

❤️ Contributors

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