CAMEL-23575: docs - sync camel-mongodb-gridfs 4.18 upgrade-guide entry to main#23477
Conversation
gnodet
left a comment
There was a problem hiding this comment.
Content looks good. The upgrade guide entry is an exact copy of the corresponding entry already in camel-4x-upgrade-guide-4_21.adoc (added by PR #23413 / commit 8f0b1ac), and the placement at the end of the "Upgrading from 4.18.1 to 4.18.3" section is correct.
I verified:
- All five header constant renames match the actual
GridFsConstants.javachanges onmain(the oldgridfs.*values -> newCamelGridFs*values). - All five Endpoint DSL accessor renames match what was regenerated.
- AsciiDoc formatting is correct (heading level, bullet lists, backtick formatting).
One thing to address before merging: the PR currently shows a merge conflict (likely from other recent doc-sync PRs that touched the same file area). A rebase onto current main should resolve it cleanly.
Claude Code on behalf of Guillaume Nodet
…y to main Adds the camel-mongodb-gridfs header-constant rename note to the "Upgrading from 4.18.1 to 4.18.3" section of camel-4x-upgrade-guide-4_18.adoc on main, matching the backport to camel-4.18.x (apache#23473, cherry-pick of Per the backport upgrade-guide policy, the version-specific upgrade-guide files for all releases live on main as the canonical history; the entry for the 4.18.3 release line must therefore be present here even though the code fix is backported to the camel-4.18.x maintenance branch. Reported by Claude Code on behalf of Andrea Cosentino. Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
7958f3b to
e20a17d
Compare
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
|
🧪 CI tested the following changed modules:
|
Summary
Doc-sync companion to the #23413 / CAMEL-23575 backport to
camel-4.18.x(#23473).Per the backport upgrade-guide policy in
CLAUDE.md, the version-specificcamel-4x-upgrade-guide-4_XX.adocfiles for all release lines live onmainas the canonical history. The code fix for CAMEL-23575 is backported to thecamel-4.18.xmaintenance branch (4.18.3), so the matching upgrade-guide entry must also be present incamel-4x-upgrade-guide-4_18.adoconmain— otherwise main's 4.18 guide drifts out of sync with what ships on 4.18.x.This PR adds the
=== camel-mongodb-gridfsnote to the "Upgrading from 4.18.1 to 4.18.3" section, documenting:gridfs.*->CamelGridFs*header constant value renames, andGridFsHeaderNameBuilderEndpoint DSL accessor renames.Routes referencing the constants symbolically are unaffected; only routes using the literal string keys or the fluent builder methods need updating.
Related
Docs-only change — no build required.
Prepared by Claude Code on behalf of Andrea Cosentino.