Skip to content

fix(deps): update spring kafka to v3.3.4 #649

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

Merged
merged 1 commit into from
Apr 19, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.kafka:spring-kafka-test 3.3.2 -> 3.3.4 age adoption passing confidence
org.springframework.kafka:spring-kafka 3.3.2 -> 3.3.4 age adoption passing confidence

Release Notes

spring-projects/spring-kafka (org.springframework.kafka:spring-kafka-test)

v3.3.4

Compare Source

⭐ New Features
  • Improve performance of acknowledge(int index) / override createRecordList implementation #​3767
🐞 Bug Fixes
  • Kafka ProducerRecord may end up with duplicated trace headers #​3791
  • StreamsBuilderFactoryBean fails in a native image as org.apache.kafka.streams.errors.LogAndFailProcessingExceptionHandler cannot be loaded #​3788
  • Handle null group id in listener observation #​3782
  • Fix KafkaTemplate hiding exceptions when starting observation #​3781
  • Fixing race condition in MicrometerMetricsTests #​3761
🔨 Dependency Upgrades
  • Bump org.springframework:spring-framework-bom from 6.2.3 to 6.2.4 #​3802
  • Bump io.micrometer:micrometer-bom from 1.14.4 to 1.14.5 #​3801
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.3 to 1.4.4 #​3800
  • Bump org.springframework.data:spring-data-bom from 2024.1.3 to 2024.1.4 #​3799
  • Bump io.projectreactor:reactor-bom from 2024.0.3 to 2024.0.4 #​3798
  • Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 #​3772

v3.3.3

Compare Source

🐞 Bug Fixes
  • Using ConcurrentMessageListenerContainer section of reference doc is a bit confusing #​3759
  • Metric collection for errors always report the same error "ListenerExecutionFailedException" regardless of what's thrown in the consumer method #​3757
  • Async suspend function listener not automatically acknowledged? #​3743
  • KafkaMessageListenerContainer.getAssignedPartitions is not safe #​3726
🔨 Dependency Upgrades
  • Bump org.springframework.data:spring-data-bom from 2024.1.2 to 2024.1.3 #​3749
  • Bump io.projectreactor:reactor-bom from 2024.0.2 to 2024.0.3 #​3748
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.2 to 1.4.3 #​3747
  • Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3 #​3746
  • Bump io.micrometer:micrometer-bom from 1.14.3 to 1.14.4 #​3745

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 18, 2025
Copy link
Contributor

coderabbitai bot commented Feb 18, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/spring-kafka branch 8 times, most recently from f33803d to 437fb0c Compare February 26, 2025 06:27
@renovate renovate bot force-pushed the renovate/spring-kafka branch from 437fb0c to e416027 Compare March 7, 2025 16:59
@renovate renovate bot changed the title fix(deps): update spring kafka to v3.3.3 fix(deps): update spring kafka Mar 17, 2025
@renovate renovate bot changed the title fix(deps): update spring kafka fix(deps): update spring kafka to v3.3.4 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/spring-kafka branch 6 times, most recently from 7d507d1 to 60b8e46 Compare March 21, 2025 19:32
@renovate renovate bot force-pushed the renovate/spring-kafka branch 2 times, most recently from acb95eb to 51a25ba Compare March 25, 2025 23:19
@renovate renovate bot force-pushed the renovate/spring-kafka branch 5 times, most recently from 4167719 to 6ac46ec Compare April 9, 2025 10:57
@renovate renovate bot force-pushed the renovate/spring-kafka branch 2 times, most recently from d09fb45 to 82631e3 Compare April 19, 2025 06:09
@renovate renovate bot force-pushed the renovate/spring-kafka branch from 82631e3 to 2c52126 Compare April 19, 2025 06:31
@rajadilipkolli rajadilipkolli merged commit 54df2c3 into main Apr 19, 2025
5 checks passed
@rajadilipkolli rajadilipkolli deleted the renovate/spring-kafka branch April 19, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component : sample dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant