berndruecker / flowing-retail

Sample application demonstrating an order fulfillment system decomposed into multiple independant components (e.g. microservices). Showing concrete implementation alternatives using e.g. Java, Spring Boot, Apache Kafka, Camunda, Zeebe, ...
Apache License 2.0
1.31k stars 468 forks source link

Bump org.springframework.kafka:spring-kafka from 2.8.5 to 2.9.11 in /kafka/java/payment-zeebe #104

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps org.springframework.kafka:spring-kafka from 2.8.5 to 2.9.11.

Release notes

Sourced from org.springframework.kafka:spring-kafka's releases.

v2.9.11

:star: New Features

  • Private Header Type for DeserializationExceptions #2771

:lady_beetle: Bug Fixes

  • AdminClient doesn't use configured properties while starting a container listener #2764

:hammer: Dependency Upgrades

  • Upgrade Micrometer, Reactor, Spring Data Versions #2777

External Links

v2.9.10

:star: New Features

  • Make KafkaAdmin Easier to Subclass and Add a Filter Mechanism #2726
  • GH-2709: Preserve existing JAAS configuration #2718
  • Auto Config Non-Blocking Retries with asyncAcks #2707

:lady_beetle: Bug Fixes

  • Possible dead lock between DefaultKafkaProducerFactory.expire and DefaultKafkaProducerFactory.removeProducer #2748
  • Pausing container results in WakeupException without retrying failed listener invocation #2740
  • Behavior Change When Interceptor Throws an Exception #2728
  • Fix Race Condition in DelegatingInvocableHandler #2725

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Data, Micrometer, Reactor Versions #2745

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​antonio-tomac and @​edanidzerda

External Links

v2.9.9

:lady_beetle: Bug Fixes

  • Fix CommonErrorHandler for asyncAcks and AckMode.MANUAL #2679
  • Fix Race in Micrometer Test #2662

... (truncated)

Commits
  • 5bf43ee [artifactory-release] Release version 2.9.11
  • d1e6ee1 Upgrade Micrometer, Reactor, Spring Data Versions
  • 25ac793 Private Header Type for DeserializationExceptions
  • d370d2d GH-2762: Fix Topic Check with Consumer Overrides
  • ccf3339 Upgrade Manifest Vendor, Email Addresses
  • dc6a38f Fix Race with Delayed Idle
  • c7102f0 [artifactory-release] Next development version
  • 453c219 [artifactory-release] Release version 2.9.10
  • b58b772 Fix Reactive Producer Tests (Fencing)
  • bd57099 GH-2744: Fix Possible Deadlock in DKPF
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/berndruecker/flowing-retail/network/alerts).