Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump org.springframework.kafka:spring-kafka from 3.1.1 to 3.1.3 #30

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

Conversation

Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2024
edited
Loading

Bumps org.springframework.kafka:spring-kafka from 3.1.1 to 3.1.3.

Release notes

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

v3.1.3

⭐ 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

🐞 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

📔 Documentation

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

🔨 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 202303 to 202304 #3125
  • Bump org.apache.zookeeper:zookeeper from 3.8.3 to 3.8.4 #3124

v3.1.2

⭐ 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

🐞 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

📔 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 202303 to 202304 (#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 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 <dependency name> 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)

Bumps [org.springframework.kafka:spring-kafka](https://github.com/spring-projects/spring-kafka) from 3.1.1 to 3.1.3.
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v3.1.1...v3.1.3)
---
updated-dependencies:
- dependency-name: org.springframework.kafka:spring-kafka
 dependency-type: direct:production
 update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2024

Looks like org.springframework.kafka:spring-kafka is up-to-date now, so this is no longer needed.

@dependabot dependabot bot deleted the dependabot/maven/org.springframework.kafka-spring-kafka-3.1.3 branch March 27, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /