CAMEL-23630: Document camel-dapr 4.18.x consumer header change in 4.18 upgrade guide#23891
Merged
oscerd merged 1 commit intoJun 10, 2026
Merged
Conversation
…de guide The dapr-pubsub consumer header change (CAMEL-23630) was backported to camel-4.18.x (apache#23889) and ships in 4.18.3. Per the backport upgrade-guide policy, document it in camel-4x-upgrade-guide-4_18.adoc on main (the canonical upgrade-guide history), mirroring the existing 4_21 entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
Contributor
|
🧪 CI tested the following changed modules:
|
davsclaus
approved these changes
Jun 9, 2026
apupier
approved these changes
Jun 9, 2026
gnodet
approved these changes
Jun 10, 2026
gnodet
left a comment
Contributor
There was a problem hiding this comment.
Straightforward upgrade guide documentation for the camel-dapr header changes in 4.18.x. Correctly documents:
- The addition of
DaprHeaderFilterStrategy - The removal of
CamelDaprPubSubNameandCamelDaprTopicfrom consumer headers (now using Dapr metadata instead)
Documentation is clear and well-structured.
Fully automatic review from Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation sync: camel-dapr (CAMEL-23630) — 4.18 upgrade guide
Adds the
camel-daprupgrade note tocamel-4x-upgrade-guide-4_18.adoc(under Upgrading from 4.18.1 to 4.18.3) onmain.Doc-sync follow-up to the 4.18.x backport (#23889) of #23886. Per the project's backport upgrade-guide policy, the version-specific upgrade guides on
mainare the canonical history across all release lines, so a change shipping in a 4.18.x patch must also be documented in the4_18guide onmain— not only in the4_21guide (where #23886 already added it).The note mirrors the
4_21entry: the newDaprHeaderFilterStrategy/headerFilterStrategyoption, and the removal of the producer-directionCamelDaprPubSubName/CamelDaprTopicheaders from consumeddapr-pubsubexchanges.Prepared by Claude Code on behalf of Andrea Cosentino · 🤖 Generated with Claude Code