CAMEL-24576: doc-sync 4.22 upgrade guide for dynamic-router backport - #26012
CAMEL-24576: doc-sync 4.22 upgrade guide for dynamic-router backport#26012davsclaus wants to merge 1 commit into
Conversation
Backporting the dynamic-router-control predicate gate to camel-4.22.x (#26011) requires the matching upgrade-guide note on main's camel-4x-upgrade-guide-4_22.adoc, per the project's backport upgrade-guide policy. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
gnodet
left a comment
There was a problem hiding this comment.
Clean doc-sync PR that adds the dynamic-router upgrade-guide entry to the 4.22.0-to-4.22.1 section on main, as required by backport policy after PR #26011 backported the CAMEL-24576 code change to camel-4.22.x. Content is accurate, well-formatted, and follows the established pattern of other security-hardening entries in the same section.
Observations:
- Entry is well-written and accurately describes the security change from PR #25992 (
allowPredicateFromMessagegate,insecure:devannotation,predicateBeanalternative, endpoint fallback,allowedSchemesoption) - AsciiDoc formatting follows project conventions — no explicit anchors before headings, proper code block syntax
- Placement is correct: under the 4.22.0→4.22.1 section, alphabetically consistent with existing entries
📋 PR Metadata
| Aspect | Current | Suggested |
|---|---|---|
| Milestone | (none) | 4.23.0 |
This review was generated by an AI agent and may contain inaccuracies. Please verify all suggestions before applying.
Claude Code on behalf of Guillaume Nodet
|
🧪 CI tested the following changed modules:
🔬 Scalpel shadow comparison — Scalpel: 1 tested, 0 compile-only — current: 0 all testedMaveniverse Scalpel detected 1 affected modules (current approach: 0).
|
Doc-only follow-up required by the backport policy in CLAUDE.md: since #26011 backports the
dynamic-router-controlpredicate gate (from #25992) tocamel-4.22.x, the matching upgrade-guide entry needs to also exist onmain'scamel-4x-upgrade-guide-4_22.adoc(mirroring the existing pattern for other 4.22.0→4.22.1 patch-level security-hardening entries in that file, e.g. camel-exec, camel-ftp).No code changes.
Claude Code on behalf of davsclaus