Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

Bumps org.springframework.kafka:spring-kafka from 3.2.4 to 3.3.0.

Release notes

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

v3.3.0

⭐ New Features

  • Some generics optimization in the MessagingMessageListenerAdapter #3620
  • Use Locale.ROOT for locale neutral, case insensitive comparisons #3608
  • Lower the replication factor for transactions topic when using embedded Kafka broker for tests #3557
  • Log conversion failures in batch listeners #3555

🐞 Bug Fixes

  • Potential Bug: Missing Failed Records During Async Operation #3638
  • Duplicate header processing in BatchMessagingMessageConverter#processRecord() #3589

📔 Documentation

  • Update broken Git documentation link to correct URL #3606
  • Refine docs for improved accuracy #3604
  • Refine docs for consistency and correctness #3588
  • Example in Producer/Consumer Interceptors section of Spring Framework documentation need to be fixed #3587

🔨 Dependency Upgrades

  • Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1 #3616
  • Bump kafkaVersion from 3.8.0 to 3.8.1 #3615

❤️ Contributors

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

@​JiwonKKang and @​bky373

v3.3.0-RC1

⭐ New Features

  • Add TaskScheduler option for Kafka metrics components #3561
  • Improving Observability in Asynchronous Processing (CompletableFuture, Mono) #3528
  • KafkaListener with property overrides: overridden properties are not applied to key- and value-deserializers #3526
  • Customize Instantiation of KafkaStreams in StreamsBuilderFactoryBean #3515
  • Allow @Override of KafkaAdmin createAdmin() #3483
  • KafkaHeaders.DELIVERY_ATTEMPT is not added for batch listeners #3407
  • @RetryableTopic not working for asynchronous @KafkaListener return types #3276

🐞 Bug Fixes

  • NullPointerException in AbstractKafkaHeaderMapper #3581
  • @KafkaListener containerPostProcessor SpEL expression is not being evaluated #3544
  • Docs say defaultRetryTopicKafkaTemplate is the default template bean name. @RetryableTopic javadoc says retryTopicDefaultKafkaTemplate #3514
  • Code example in the documentation for Dynamically Creating Containers - Prototype Beans (Kotlin) is wrong #3513

📔 Documentation

... (truncated)

Commits
  • a9001bf [artifactory-release] Release version 3.3.0
  • c155336 GH-3638: Fixes bug caused by race condition during handleAsyncFailure()
  • efbd396 Upgrade Spring deps to GAs; prepare for release
  • 5a0add9 Revert commits for Dependabot updates to SNAPSHOTs
  • 70a11a6 Bump io.micrometer:micrometer-tracing-bom (#3625)
  • 710f315 Bump org.springframework:spring-framework-bom (#3627)
  • 0157788 Bump io.projectreactor:reactor-bom (#3623)
  • 9ae0d05 Bump org.springframework.data:spring-data-bom (#3626)
  • 80ba1ff Bump io.micrometer:micrometer-bom (#3624)
  • be53360 Fix race condition in the ObservationTests
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 19, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/org.springframework.kafka-spring-kafka-3.3.0 branch from d1ab178 to 0b6137c Compare November 26, 2024 05:45
Bumps [org.springframework.kafka:spring-kafka](https://github.com/spring-projects/spring-kafka) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v3.2.4...v3.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.springframework.kafka-spring-kafka-3.3.0 branch from 0b6137c to f4cf03a Compare December 2, 2024 05:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

Superseded by #37.

@dependabot dependabot bot closed this Dec 17, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.kafka-spring-kafka-3.3.0 branch December 17, 2024 10:50
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant