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

Bump extension.kafka.version from 4.5.3 to 4.5.4 #58

Merged
merged 1 commit into from May 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps extension.kafka.version from 4.5.3 to 4.5.4.
Updates axon-kafka from 4.5.3 to 4.5.4

Release notes

Sourced from axon-kafka's releases.

Axon Kafka Extension v4.5.4

⭐ Features

  • Added properties to disable autoconfiguration for publishing and consuming events to/from Kafka #241

📈 Enhancements

  • Remove the use of a consumer group for StreamableKafkaMessageSource. #284
  • Reduce unique consumer group creation when consuming events with Streamable Message Source #273

🪲 Bug Fixes

  • Changes the buffer so that errors from the fetcher will be thrown once the buffer is empty. #287
  • Processor is not going to error mode if the FetchEventTask dies. #276

❤️ Contributors

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

Commits
  • 1e17181 [maven-release-plugin] prepare release axon-kafka-4.5.4
  • 34315e5 Only deploy for Java 8.
  • e28ef2b Add restart for SubscribableKafkaMessageSource using the new poll method and ...
  • e625678 Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • 2879a95 Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • 52fa553 Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • cb404ba Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • 5bf78f9 Changes the buffer so that errors from the fetcher will be thrown once the bu...
  • 9e15623 Remove the use of a consumer group for StreamableKafkaMessageSource.
  • aa62cf4 Update framework version to 4.5.8
  • Additional commits viewable in compare view

Updates axon-kafka-spring-boot-autoconfigure from 4.5.3 to 4.5.4

Release notes

Sourced from axon-kafka-spring-boot-autoconfigure's releases.

Axon Kafka Extension v4.5.4

⭐ Features

  • Added properties to disable autoconfiguration for publishing and consuming events to/from Kafka #241

📈 Enhancements

  • Remove the use of a consumer group for StreamableKafkaMessageSource. #284
  • Reduce unique consumer group creation when consuming events with Streamable Message Source #273

🪲 Bug Fixes

  • Changes the buffer so that errors from the fetcher will be thrown once the buffer is empty. #287
  • Processor is not going to error mode if the FetchEventTask dies. #276

❤️ Contributors

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

Commits
  • 1e17181 [maven-release-plugin] prepare release axon-kafka-4.5.4
  • 34315e5 Only deploy for Java 8.
  • e28ef2b Add restart for SubscribableKafkaMessageSource using the new poll method and ...
  • e625678 Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • 2879a95 Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • 52fa553 Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • cb404ba Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • 5bf78f9 Changes the buffer so that errors from the fetcher will be thrown once the bu...
  • 9e15623 Remove the use of a consumer group for StreamableKafkaMessageSource.
  • aa62cf4 Update framework version to 4.5.8
  • Additional commits viewable in compare view

Updates axon-kafka-spring-boot-starter from 4.5.3 to 4.5.4

Release notes

Sourced from axon-kafka-spring-boot-starter's releases.

Axon Kafka Extension v4.5.4

⭐ Features

  • Added properties to disable autoconfiguration for publishing and consuming events to/from Kafka #241

📈 Enhancements

  • Remove the use of a consumer group for StreamableKafkaMessageSource. #284
  • Reduce unique consumer group creation when consuming events with Streamable Message Source #273

🪲 Bug Fixes

  • Changes the buffer so that errors from the fetcher will be thrown once the buffer is empty. #287
  • Processor is not going to error mode if the FetchEventTask dies. #276

❤️ Contributors

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

Commits
  • 1e17181 [maven-release-plugin] prepare release axon-kafka-4.5.4
  • 34315e5 Only deploy for Java 8.
  • e28ef2b Add restart for SubscribableKafkaMessageSource using the new poll method and ...
  • e625678 Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • 2879a95 Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • 52fa553 Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • cb404ba Update kafka/src/main/java/org/axonframework/extensions/kafka/eventhandling/c...
  • 5bf78f9 Changes the buffer so that errors from the fetcher will be thrown once the bu...
  • 9e15623 Remove the use of a consumer group for StreamableKafkaMessageSource.
  • aa62cf4 Update framework version to 4.5.8
  • Additional commits viewable in compare view

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 `extension.kafka.version` from 4.5.3 to 4.5.4.

Updates `axon-kafka` from 4.5.3 to 4.5.4
- [Release notes](https://github.com/AxonFramework/extension-kafka/releases)
- [Commits](AxonFramework/extension-kafka@axon-kafka-4.5.3...axon-kafka-4.5.4)

Updates `axon-kafka-spring-boot-autoconfigure` from 4.5.3 to 4.5.4
- [Release notes](https://github.com/AxonFramework/extension-kafka/releases)
- [Commits](AxonFramework/extension-kafka@axon-kafka-4.5.3...axon-kafka-4.5.4)

Updates `axon-kafka-spring-boot-starter` from 4.5.3 to 4.5.4
- [Release notes](https://github.com/AxonFramework/extension-kafka/releases)
- [Commits](AxonFramework/extension-kafka@axon-kafka-4.5.3...axon-kafka-4.5.4)

---
updated-dependencies:
- dependency-name: org.axonframework.extensions.kafka:axon-kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework.extensions.kafka:axon-kafka-spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework.extensions.kafka:axon-kafka-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@smcvb smcvb merged commit f1e5bce into master May 23, 2022
@dependabot dependabot bot deleted the dependabot/maven/extension.kafka.version-4.5.4 branch May 23, 2022 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant