tomorrow-one / transactional-outbox

This library is an implementation of the Transactional Outbox Pattern (https://microservices.io/patterns/data/transactional-outbox.html) for Kafka
Apache License 2.0
11 stars 3 forks source link

Bump springKafkaVersion from 3.0.12 to 3.1.3 #330

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps springKafkaVersion from 3.0.12 to 3.1.3. Updates org.springframework.kafka:spring-kafka from 3.0.12 to 3.1.3

Release notes

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

v3.1.3

:star: New Features

  • fix bug at KafkaMessageListenerContainerTests.testInvokeRecordInterceptorAllSkipped() #3094
  • Align RecordInterceptor and BatchInterceptor lifecycle. #3092
  • ConcurrentMessageListenerContainer#isInExpectedState consistency problem #3068
  • Fix TestOOMError#testOOMCMLC throw ConcurrentModificationException #3061

:lady_beetle: Bug Fixes

  • Failing to handle deserialization exceptions in batch listener #3118
  • KafkaMessageListenerContainer doesn't properly clear threadState of AfterRollbackProcessor #3102
  • Listener exceptions not saved to the observation #3085
  • CommonDelegatingErrorHandler does not check delegates compatibility correctly #3062
  • DefaultErrorHandler is not able to seek in case of an exception during the commit #3060

:notebook_with_decorative_cover: Documentation

  • Remove retry-topic-lcf.adoc introduce useLegacyFactoryConfigurer #3087

:hammer: Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2023.1.3 to 2023.1.4 #3139
  • Bump org.springframework:spring-framework-bom from 6.1.4 to 6.1.5 #3134
  • Bump io.micrometer:micrometer-bom from 1.12.3 to 1.12.4 #3132
  • Bump kotlinVersion from 1.9.22 to 1.9.23 #3131
  • Bump io.micrometer:micrometer-tracing-bom from 1.2.3 to 1.2.4 #3127
  • Bump io.projectreactor:reactor-bom from 2023.0.3 to 2023.0.4 #3125
  • Bump org.apache.zookeeper:zookeeper from 3.8.3 to 3.8.4 #3124

v3.1.2

:star: New Features

  • Provide a recovery callback for the execute method of RetryingDeserializer #3036
  • Provide a way to support Consumer#enforceRebalance #3024
  • minor improvement DelegatingInvocableHandler and AKLE relate #2976
  • GH-2974 Add NonNullApi and NonNullFields to package-info.java in 'annotation' package #2974
  • minor improvement error handler related #2970
  • GH-2967: Some minor improvements in RetryableTopicAnnotationProcessor #2967
  • improvements in MessagingMessageListenerAdapter and KafkaUtils #2962

:lady_beetle: Bug Fixes

  • False warning log for not committed offsets on CooperativeStickyAssignor strategy #2991
  • Can't recognize original exception when abortTransaction() failed #2981
  • spring doc website link needs updating #2979
  • DefaultErrorHandler#handleBatchAndReturnRemaining recovered invalid #2968
  • Spring Kafka Wait For Assignment Failed After Update To SpringBoot 3.2.0 #2978

:notebook_with_decorative_cover: Documentation

... (truncated)

Commits
  • 96cbd71 [artifactory-release] Release version 3.1.3
  • 733322b Bump the development-dependencies group with 1 update (#3138)
  • 44005e9 Bump org.springframework.data:spring-data-bom from 2023.1.3 to 2023.1.4 (#3139)
  • 6afa865 Bump io.micrometer:micrometer-tracing-bom from 1.2.3 to 1.2.4 (#3127)
  • 2193931 Bump org.apache.zookeeper:zookeeper from 3.8.3 to 3.8.4 (#3124)
  • 4840bf0 Bump kotlinVersion from 1.9.22 to 1.9.23 (#3131)
  • e03b399 Bump the development-dependencies group with 2 updates (#3123)
  • 37a6465 Bump io.projectreactor:reactor-bom from 2023.0.3 to 2023.0.4 (#3125)
  • 82f26c1 Bump org.springframework:spring-framework-bom from 6.1.4 to 6.1.5 (#3134)
  • 2f7dcba Bump io.micrometer:micrometer-bom from 1.12.3 to 1.12.4 (#3132)
  • Additional commits viewable in compare view


Updates org.springframework.kafka:spring-kafka-test from 3.0.12 to 3.1.3

Release notes

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

v3.1.3

:star: New Features

  • fix bug at KafkaMessageListenerContainerTests.testInvokeRecordInterceptorAllSkipped() #3094
  • Align RecordInterceptor and BatchInterceptor lifecycle. #3092
  • ConcurrentMessageListenerContainer#isInExpectedState consistency problem #3068
  • Fix TestOOMError#testOOMCMLC throw ConcurrentModificationException #3061

:lady_beetle: Bug Fixes

  • Failing to handle deserialization exceptions in batch listener #3118
  • KafkaMessageListenerContainer doesn't properly clear threadState of AfterRollbackProcessor #3102
  • Listener exceptions not saved to the observation #3085
  • CommonDelegatingErrorHandler does not check delegates compatibility correctly #3062
  • DefaultErrorHandler is not able to seek in case of an exception during the commit #3060

:notebook_with_decorative_cover: Documentation

  • Remove retry-topic-lcf.adoc introduce useLegacyFactoryConfigurer #3087

:hammer: Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2023.1.3 to 2023.1.4 #3139
  • Bump org.springframework:spring-framework-bom from 6.1.4 to 6.1.5 #3134
  • Bump io.micrometer:micrometer-bom from 1.12.3 to 1.12.4 #3132
  • Bump kotlinVersion from 1.9.22 to 1.9.23 #3131
  • Bump io.micrometer:micrometer-tracing-bom from 1.2.3 to 1.2.4 #3127
  • Bump io.projectreactor:reactor-bom from 2023.0.3 to 2023.0.4 #3125
  • Bump org.apache.zookeeper:zookeeper from 3.8.3 to 3.8.4 #3124

v3.1.2

:star: New Features

  • Provide a recovery callback for the execute method of RetryingDeserializer #3036
  • Provide a way to support Consumer#enforceRebalance #3024
  • minor improvement DelegatingInvocableHandler and AKLE relate #2976
  • GH-2974 Add NonNullApi and NonNullFields to package-info.java in 'annotation' package #2974
  • minor improvement error handler related #2970
  • GH-2967: Some minor improvements in RetryableTopicAnnotationProcessor #2967
  • improvements in MessagingMessageListenerAdapter and KafkaUtils #2962

:lady_beetle: Bug Fixes

  • False warning log for not committed offsets on CooperativeStickyAssignor strategy #2991
  • Can't recognize original exception when abortTransaction() failed #2981
  • spring doc website link needs updating #2979
  • DefaultErrorHandler#handleBatchAndReturnRemaining recovered invalid #2968
  • Spring Kafka Wait For Assignment Failed After Update To SpringBoot 3.2.0 #2978

:notebook_with_decorative_cover: Documentation

... (truncated)

Commits
  • 96cbd71 [artifactory-release] Release version 3.1.3
  • 733322b Bump the development-dependencies group with 1 update (#3138)
  • 44005e9 Bump org.springframework.data:spring-data-bom from 2023.1.3 to 2023.1.4 (#3139)
  • 6afa865 Bump io.micrometer:micrometer-tracing-bom from 1.2.3 to 1.2.4 (#3127)
  • 2193931 Bump org.apache.zookeeper:zookeeper from 3.8.3 to 3.8.4 (#3124)
  • 4840bf0 Bump kotlinVersion from 1.9.22 to 1.9.23 (#3131)
  • e03b399 Bump the development-dependencies group with 2 updates (#3123)
  • 37a6465 Bump io.projectreactor:reactor-bom from 2023.0.3 to 2023.0.4 (#3125)
  • 82f26c1 Bump org.springframework:spring-framework-bom from 6.1.4 to 6.1.5 (#3134)
  • 2f7dcba Bump io.micrometer:micrometer-bom from 1.12.3 to 1.12.4 (#3132)
  • 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 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)
github-actions[bot] commented 3 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.0s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_