Skip to content

Bump springKafkaVersion from 2.7.8 to 3.0.4#348

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/springKafkaVersion-3.0.4
Open

Bump springKafkaVersion from 2.7.8 to 3.0.4#348
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/springKafkaVersion-3.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 5, 2023

Copy link
Copy Markdown

Bumps springKafkaVersion from 2.7.8 to 3.0.4.
Updates org.springframework.kafka:spring-kafka from 2.7.8 to 3.0.4

Release notes

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

v3.0.4

⭐ New Features

  • spring-kafka-test does not work with spring native graalvm #2582
  • GH-2496: Reuse retry topic for maxInterval delay #2497
  • Feature Request: Provide DestinationTopic.Properties#isRetryTopic() method #2377

🐞 Bug Fixes

  • Synchronized kafka transaction is not commited nor rolled back when code from custom "afterCommit" throws exception #2604
  • Spring Messaging batch payload incompatible with Kotlin #2600
  • KafkaMessageListenerContainer pauses for a long time after error handling #2596

📔 Documentation

  • Updated README.md #2594

🔨 Dependency Upgrades

  • Upgrade Spring Framework, Reactor Versions #2607

❤️ Contributors

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

@​esivakumar18 and @​jgslima

External Links

v3.0.3

⭐ New Features

  • Allow to use KafkaListenerContainerFactory with custom message converter for batch and record listeners #2566
  • Repeating headers in Non-Blocking Retry Mechanism #2549

🐞 Bug Fixes

  • ProducerFactory's argument txIdPrefix of createProducer not marked as @Nullable #2583
  • Container Does Not Pause for Missing Acks After a Rebalance #2581
  • Non-blocking retries: partition rebalance causes emergency consumer stop #2576
  • NPE in FailedBatchProcessor if Reported Index is Out of Bounds #2558
  • An application using default spring boot configuration fails at the startup when there are multiple @KafkaListener with @RetryableTopic #2554

📔 Documentation

  • The documentation of the autoFlush seems to be confusing (to me) #2562
  • GH-2516: Fix code example in the documentation for for Non-Blocking Retries - DLT Failure Behavior #2517

🔨 Dependency Upgrades

... (truncated)

Commits

Updates org.springframework.kafka:spring-kafka-test from 2.7.8 to 3.0.4

Release notes

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

v3.0.4

⭐ New Features

  • spring-kafka-test does not work with spring native graalvm #2582
  • GH-2496: Reuse retry topic for maxInterval delay #2497
  • Feature Request: Provide DestinationTopic.Properties#isRetryTopic() method #2377

🐞 Bug Fixes

  • Synchronized kafka transaction is not commited nor rolled back when code from custom "afterCommit" throws exception #2604
  • Spring Messaging batch payload incompatible with Kotlin #2600
  • KafkaMessageListenerContainer pauses for a long time after error handling #2596

📔 Documentation

  • Updated README.md #2594

🔨 Dependency Upgrades

  • Upgrade Spring Framework, Reactor Versions #2607

❤️ Contributors

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

@​esivakumar18 and @​jgslima

External Links

v3.0.3

⭐ New Features

  • Allow to use KafkaListenerContainerFactory with custom message converter for batch and record listeners #2566
  • Repeating headers in Non-Blocking Retry Mechanism #2549

🐞 Bug Fixes

  • ProducerFactory's argument txIdPrefix of createProducer not marked as @Nullable #2583
  • Container Does Not Pause for Missing Acks After a Rebalance #2581
  • Non-blocking retries: partition rebalance causes emergency consumer stop #2576
  • NPE in FailedBatchProcessor if Reported Index is Out of Bounds #2558
  • An application using default spring boot configuration fails at the startup when there are multiple @KafkaListener with @RetryableTopic #2554

📔 Documentation

  • The documentation of the autoFlush seems to be confusing (to me) #2562
  • GH-2516: Fix code example in the documentation for for Non-Blocking Retries - DLT Failure Behavior #2517

🔨 Dependency Upgrades

... (truncated)

Commits

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 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)

Bumps `springKafkaVersion` from 2.7.8 to 3.0.4.

Updates `org.springframework.kafka:spring-kafka` from 2.7.8 to 3.0.4
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v2.7.8...v3.0.4)

Updates `org.springframework.kafka:spring-kafka-test` from 2.7.8 to 3.0.4
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v2.7.8...v3.0.4)

---
updated-dependencies:
- dependency-name: org.springframework.kafka:spring-kafka
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.kafka:spring-kafka-test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 5, 2023
@dependabot @github

dependabot Bot commented on behalf of github Mar 5, 2023

Copy link
Copy Markdown
Author

Dependabot tried to add @valfirst, @ikalinin1 and @uarlouski as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/draker94/vividus/pulls/348/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the draker94/vividus repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants