Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spring data #38

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Update spring data #38

merged 1 commit into from
Sep 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.data:spring-data-elasticsearch 3.2.8.RELEASE -> 3.2.12.RELEASE age adoption passing confidence
org.springframework.data:spring-data-commons (source) 2.2.8.RELEASE -> 2.7.15 age adoption passing confidence

Release Notes

spring-projects/spring-data-elasticsearch (org.springframework.data:spring-data-elasticsearch)

v3.2.12.RELEASE

Compare Source

v3.2.11.RELEASE

Compare Source

v3.2.10.RELEASE

Compare Source

v3.2.9.RELEASE

Compare Source

spring-projects/spring-data-commons (org.springframework.data:spring-data-commons)

v2.7.15

Compare Source

📗 Links

🐞 Bug Fixes

  • SpelEvaluator.evaluate(…) fails with NullPointerException when an expression yields a null value #​2904

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.4 #​2897

v2.7.14

Compare Source

📗 Links

🐞 Bug Fixes

  • Query methods returning an aggregate implementing Streamable considered collection executions #​2869

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.3 #​2870

v2.7.13

Compare Source

📗 Links

⭐ New Features

  • Improve reference documentation on repository methods triggering event publication #​2855

🐞 Bug Fixes

  • Using Interface-Based Projections Requires a Lot of Heap Memory #​2831

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.2 #​2847

v2.7.12

Compare Source

📗 Links

📔 Documentation

❤️ Contributors

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

v2.7.11

Compare Source

📗 Links

📔 Documentation

  • Clarify that the iteration order of PersistentProperty instances in PersistentEntity is not defined #​2814

🔨 Dependency Upgrades

v2.7.10

Compare Source

📗 Links

📔 Documentation

  • Clarify what CRUD methods are in reference documentation #​2792

v2.7.9

Compare Source

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.0 #​2781

v2.7.8

Compare Source

📗 Links

⭐ New Features

  • Query method parameter of type Class erroneously considered dynamic projection parameter #​2770

📔 Documentation

  • Correct Spring Boot dependency version property name used to manage Spring Data #​2766
  • Fix a typo in javadoc #​2739

❤️ Contributors

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

v2.7.7

Compare Source

📗 Links

📔 Documentation

  • Unfinished sentence in Object Mapping section of documentation #​2749

🔨 Dependency Upgrades

v2.7.6

Compare Source

📗 Links

v2.7.5

Compare Source

📗 Links

v2.7.4

Compare Source

📗 Links

v2.7.3

Compare Source

📗 Links

🐞 Bug Fixes

  • Fix argument conversion in QuerydslPredicateBuilder. #​2650
  • QuerydslPredicateBuilder converts collection-like bind values to PathInformation.getLeafType in stead of considering collection element types #​2649

📔 Documentation

  • Improve Pageable Javadoc #​2679
  • Specify title to auditing.auditor-aware. #​2652
  • deleteById should not throw EmptyResultDataAccessException #​2651

🔨 Dependency Upgrades

v2.7.2

Compare Source

📗 Links

⭐ New Features

  • Notify *Aware interfaces using custom type filters through Enable…Repositories#includeFilters #​2481

v2.7.1

Compare Source

📗 Links

📔 Documentation

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.5 #​2640

❤️ Contributors

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

v2.7.0

Compare Source

📗 Links

⭐ New Features

  • Extend support for special parameters to instances. #​2626
  • Centralize custom collections support #​2619
  • Support for Eclipse Collections on repository methods #​2618

v2.6.10

Compare Source

📗 Links

v2.6.9

Compare Source

📗 Links

v2.6.8

Compare Source

📗 Links

v2.6.7

Compare Source

📗 Links

🐞 Bug Fixes

  • Fix argument conversion in QuerydslPredicateBuilder. #​2650
  • QuerydslPredicateBuilder converts collection-like bind values to PathInformation.getLeafType in stead of considering collection element types #​2649

📔 Documentation

  • Specify title to auditing.auditor-aware. #​2652

🔨 Dependency Upgrades

v2.6.6

Compare Source

📗 Links

⭐ New Features

  • Notify *Aware interfaces using custom type filters through Enable…Repositories#includeFilters #​2481

v2.6.5

Compare Source

📗 Links

⭐ New Features

  • Extend support for special parameters to instances. #​2626

📔 Documentation

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.5 #​2641

❤️ Contributors

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

v2.6.4

Compare Source

📗 Links

⭐ New Features

  • Adopt SimpleEntityCallbackInvoker to Java 18's IllegalArgumentException as marker for incompatible lambda payload #​2583

🐞 Bug Fixes

  • ClassTypeInformation: issue with enhanced classes #​2589
  • Sort.descending and Sort.ascending lose null handling and case-sensitivity flags #​2585

🔨 Dependency Upgrades

v2.6.3

Compare Source

📗 Links

⭐ New Features

  • Allow accepting Objects in QuerydslPredicateBuilder instead of String values only #​2573
  • AnnotationRevisionMetadata should consider annotations on methods #​2569

📔 Documentation

  • Update documentation for repository Pageable and Sort arguments #​2574
  • AbstractEntityInformation.isNew() method violates declared API behavior #​2567

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #​2560

❤️ Contributors

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

v2.6.2

Compare Source

📗 Links

⭐ New Features

  • Performance improvements in ReactiveWrappers and ConvertingPropertyAccessor #​2546

📔 Documentation

  • Clarify javadoc for PageableHandlerMethodArgumentResolverSupport#setFallbackPageable #​2551
  • Cannot use a parameter of type Class in custom queries #​2510
  • kotlin coroutines: Improve documentation on when suspend is required on repository methods #​2503

🔨 Dependency Upgrades

❤️ Contributors

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

v2.6.1

Compare Source

📗 Links

⭐ New Features

  • Introduce configuration of class loader in SimpleTypeInformationMapper #​2508

🐞 Bug Fixes

  • CloseableIterator.stream() reports improper Spliterator size #​2519
  • RepositoryFactorySupport logging no longer expands arguments #​2502

❤️ Contributors

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

v2.6.0

Compare Source

📗 Links

🐞 Bug Fixes

  • PropertyPath.from doesn't appear to support trailing digits in a chain component #​2472

📔 Documentation

  • PageableExecutionUtils returns too many results for content #​2492

v2.5.12

Compare Source

📗 Links

📔 Documentation

❤️ Contributors

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

v2.5.11

Compare Source

📗 Links

⭐ New Features

  • Adopt SimpleEntityCallbackInvoker to Java 18's IllegalArgumentException as marker for incompatible lambda payload #​2583

🐞 Bug Fixes

  • Sort.descending and Sort.ascending lose null handling and case-sensitivity flags #​2585

🔨 Dependency Upgrades

v2.5.10

Compare Source

📗 Links

⭐ New Features

  • AnnotationRevisionMetadata should consider annotations on methods #​2569

📔 Documentation

  • Update documentation for repository Pageable and Sort arguments #​2574
  • AbstractEntityInformation.isNew() method violates declared API behavior #​2567

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #​2559

❤️ Contributors

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

v2.5.9

Compare Source

📗 Links

📔 Documentation

  • Clarify javadoc for PageableHandlerMethodArgumentResolverSupport#setFallbackPageable #​2551
  • Cannot use a parameter of type Class in custom queries #​2510
  • kotlin coroutines: Improve documentation on when suspend is required on repository methods #​2503

🔨 Dependency Upgrades

❤️ Contributors

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

v2.5.8

Compare Source

📗 Links

🐞 Bug Fixes

  • CloseableIterator.stream() reports improper Spliterator size #​2519
  • RepositoryFactorySupport logging no longer expands arguments #​2502

v2.5.7

Compare Source

📗 Links

🐞 Bug Fixes

  • PropertyPath.from doesn't appear to support trailing digits in a chain component #​2472

📔 Documentation

  • PageableExecutionUtils returns too many results for content #​2492

v2.5.6

Compare Source

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

v2.5.5

Compare Source

📗 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

❤️ Contributors

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

v2.5.4

Compare Source

📗 Links

🪲 Bug Fixes

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

v2.5.3

Compare Source

📗 Links

⭐ New Features

  • 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

📔 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
  • Fix broken link to Spring framework docs. #​2381

❤️ Contributors

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

v2.5.2

Compare Source

📗 Links

🪲 Bug Fixes

  • Sort.and() does not handle TypedSort without explicit order [DATACMNS-1704] #​2103

📔 Documentation

  • Allow for a module specific inclusion for DTO projections. #​2382

v2.5.1

Compare Source

📗 Links

🪲 Bug Fixes

  • AnnotationBasedPersistentProperty.validateAnnotation(…) compares declared annotations with merged annotations #​2368
  • Limit BeanWrapper's KotlinCopyUtil usage to Kotlin Data classes #​2358

v2.5.0

Compare Source

📗 Links

⭐ New Features

  • Improve EntityInstantiator error message if the to be instantiated type is abstract #​2348
  • ResultProcessor should back off for objects of the target type #​2347

📔 Documentation

  • Adds a new snippet for is-new-state-detection #​2352

🔨 Dependency Upgrades

v2.4.15

Compare Source

📗 Links

🐞 Bug Fixes

  • PropertyPath.from doesn't appear to support trailing digits in a chain component #​2472

📔 Documentation

  • PageableExecutionUtils returns too many results for content #​2492

v2.4.14

Compare Source

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

v2.4.13

Compare Source

📗 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

❤️ Contributors

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

v2.4.12

Compare Source

📗 Links

v2.4.11

Compare Source

📗 Links

⭐ New Features

  • Repositories now allows lookup of parent repositories for sub-types. #​2406

🪲 Bug Fixes

  • ReactiveExtensionAwareEvaluationContextProvider throws java.lang.IllegalStateException: Unsupported extension type: org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension #​2392

📔 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
  • Fix broken link to Spring framework docs. #​2381

❤️ Contributors

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

v2.4.10

Compare Source

📗 Links

🪲 Bug Fixes

  • Sort.and() does not handle TypedSort without explicit order [DATACMNS-1704] #​2103

📔 Documentation

  • Allow for a module specific inclusion for DTO projections. #​2382

v2.4.9

Compare Source

📗 Links

🪲 Bug Fixes

  • AnnotationBasedPersistentProperty.validateAnnotation(…) compares declared annotations with merged annotations #​2368
  • Limit BeanWrapper's KotlinCopyUtil usage to Kotlin Data classes #​2358

v2.4.8

Compare Source

📗 Links

⭐ New Features

  • ResultProcessor should back off for objects of the target type #​2347

📔 Documentation

  • Adds a new snippet for is-new-state-detection #​2352

🔨 Dependency Upgrades

v2.4.7

Compare Source

📗 Links

🪲 Bug Fixes

  • Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException #​2324

📔 Documentation

  • Unknown column 'new' in 'field list' when implementing Persistable in a class with @AccessType(Type.PROPERTY) #​2338
  • Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes #​2337

v2.4.6

Compare Source

📗 Links

🪲 Bug Fixes

  • Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException #​2324
  • TypeDiscoverer.getParameterTypes does not capture enclosing type parameter of non static inner class #​2313

📔 Documentation

  • Denote that Query by Example acts differently when fields are based on primitives instead of objects #​2308

v2.4.5

Compare Source

📗 Links

v2.4.4

Compare Source

📗 Links

⭐ New Features

  • Convert Vavr Seq to list with asJava method [DATACMNS-1803] #​2217

🪲 Bug Fixes

  • Possible ClassCast exception in ResultProcessor #​2296
  • Kotlin constructors using @ExperimentalUnsignedTypes parameters cause constructor resolution to fail [DATACMNS-1800] #​2215
  • PagedResourcesAssembler generated navigation links ignore non pageable request parameters [DATACMNS-1757] #​2173
  • NullPointerException in RepositoryFactoryBeanSupport.getObject(…) [DATACMNS-1642] #​2068
  • Multiple repositories per domain class lead to ambiguous conversion [DATACMNS-1142] #​1583

📔 Documentation

  • Document SpringDataJacksonModules in web support section. #​2288
  • Update auditing documentation to cover annotations on nested entities. #​2283

🔨 Dependency Upgrades

  • Align Servlet API version with Spring Framework #​2284

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

📗 Links

v2.3.9.RELEASE

Compare Source

📗 Links

📔 Documentation

  • Unknown column 'new' in 'field list' when implementing Persistable in a class with @AccessType(Type.PROPERTY) #​2338

🔨 Dependency Upgrades

v2.3.8.RELEASE

Compare Source

📗 Links

🪲 Bug Fixes

  • TypeDiscoverer.getParameterTypes does not capture enclosing type parameter of non static inner class #​2313

📔 Documentation

  • Denote that Query by Example acts differently when fields are based on primitives instead of objects #​2308

v2.3.7.RELEASE

Compare Source

📗 Links

🪲 Bug Fixes

  • Possible ClassCast exception in ResultProcessor #​2296
  • In a @JsonPath projection a List property always returns a list with only one element #​2270
  • Kotlin constructors using @ExperimentalUnsignedTypes parameters cause constructor resolution to fail [DATACMNS-1800] #​2215
  • PagedResourcesAss

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@kremi kremi merged commit 694b67c into master Sep 12, 2023
@kremi kremi deleted the renovate/spring-data branch September 12, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant