CAMEL-23522: doc-sync 4.14 upgrade guide for camel-mail mail.smtp.* gating#23418
Merged
oscerd merged 1 commit intoMay 21, 2026
Merged
Conversation
…ating Mirror the 4.14.x upgrade-guide entry for CAMEL-23522 (camel-mail - gate JavaMail session properties from headers behind opt-in) onto main, per the project's backport upgrade-guide policy: the camel-4x-upgrade-guide-4_XX.adoc files on main act as the canonical history across all releases, so any entry added on a maintenance branch must also land here. Companion to the backport PR against camel-4.14.x (apache#23416), the 4.18.x backport (apache#23381), the 4.18 doc-sync (apache#23383) and the main PR (apache#23362). Signed-off-by: Andrea Cosentino <ancosen@gmail.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:
|
gnodet
approved these changes
May 21, 2026
Contributor
There was a problem hiding this comment.
Content is accurate, correctly placed (in the "Upgrading from 4.14.3 to 4.14.8" section after camel-elasticsearch-rest-client), and follows the same pattern as the already-merged 4.18 doc-sync (#23383). CI is green.
Claude Code on behalf of Guillaume Nodet
davsclaus
approved these changes
May 21, 2026
apupier
approved these changes
May 21, 2026
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.
Summary
Doc-sync of the camel-mail
mail.smtp.*gating entry fromcamel-4.14.xontomain's copy ofcamel-4x-upgrade-guide-4_14.adoc, per the project's backport upgrade-guide policy inCLAUDE.md:This PR mirrors the entry added in #23416 (backport to
camel-4.14.x) onto main, immediately after the existingcamel-elasticsearch-rest-cliententry in the "Upgrading from 4.14.3 to 4.14.8" section.Linked
Notes on the 4.14 wording
The 4.14.x branch only extracts
mail.smtp.*(notmail.smtps.*) on the producer side — themail.smtps.fallback was introduced later by CAMEL-22900. The entry therefore references onlymail.smtp.*for the producer-side gating. TheMailHeaderFilterStrategyinbound filter on 4.14.x does block both prefixes as forward-looking defense in depth, which is reflected in the last paragraph.Test plan
camel-4.14.xbranch.Claude Code on behalf of Andrea Cosentino