oscerd opened a new pull request, #26013: URL: https://github.com/apache/camel/pull/26013
## Why The camel-docling input-source change shipped on three lines — 4.23.0, and by backport 4.22.1 (#25733) and 4.18.5 (#25744) — but only `camel-4x-upgrade-guide-4_23.adoc` carried the migration note. The upgrade guides for every release line live on `main`, and backports deliberately carry no guide edit, so the note has to be added here for the other two lines. Without it, 4.22.1 and 4.18.5 ship a **changed default** with nothing in their own upgrade sections. ## What Adds the same note to: - `camel-4x-upgrade-guide-4_22.adoc` → *Upgrading from 4.22.0 to 4.22.1* - `camel-4x-upgrade-guide-4_18.adoc` → *Upgrading from 4.18.4 to 4.18.5* Documentation only, purely additive (60 insertions, 0 deletions). ## Wording is verbatim on purpose Guide notes should be worded per line, since what is true on one branch may not hold on another. I checked each claim against `camel-4.18.x` — the weakest of the three, where the backport was materially adapted — and all of them hold there: `allowUrlSource`, `allowFilePathSource`, `inputBaseDirectory`, `containBatchPaths` and the `File not found` failure are all present. The two ways 4.18.x genuinely differs — the chunking operations are absent, and the `security = "insecure:dev"` marker was stripped because that branch's `@UriParam` has no such attribute — are not user-facing behaviour and are not mentioned in the note, so the same text is accurate for all three lines. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
