Skip to content

CAMEL-23575: docs - sync camel-mongodb-gridfs 4.18 upgrade-guide entry to main#23477

Merged
oscerd merged 1 commit into
apache:mainfrom
oscerd:doc-sync/CAMEL-23575-4.18-guide-to-main
May 22, 2026
Merged

CAMEL-23575: docs - sync camel-mongodb-gridfs 4.18 upgrade-guide entry to main#23477
oscerd merged 1 commit into
apache:mainfrom
oscerd:doc-sync/CAMEL-23575-4.18-guide-to-main

Conversation

@oscerd
Copy link
Copy Markdown
Contributor

@oscerd oscerd commented May 22, 2026

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-specific camel-4x-upgrade-guide-4_XX.adoc files for all release lines live on main as the canonical history. The code fix for CAMEL-23575 is backported to the camel-4.18.x maintenance branch (4.18.3), so the matching upgrade-guide entry must also be present in camel-4x-upgrade-guide-4_18.adoc on main — otherwise main's 4.18 guide drifts out of sync with what ships on 4.18.x.

This PR adds the === camel-mongodb-gridfs note to the "Upgrading from 4.18.1 to 4.18.3" section, documenting:

  • the gridfs.* -> CamelGridFs* header constant value renames, and
  • the cascading GridFsHeaderNameBuilder Endpoint 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.

@oscerd oscerd requested review from davsclaus and orpiske May 22, 2026 11:50
Copy link
Copy Markdown
Contributor

@gnodet gnodet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.java changes on main (the old gridfs.* values -> new CamelGridFs* 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>
@oscerd oscerd force-pushed the doc-sync/CAMEL-23575-4.18-guide-to-main branch from 7958f3b to e20a17d Compare May 22, 2026 16:40
@oscerd oscerd merged commit 9dc6a33 into apache:main May 22, 2026
7 checks passed
@github-actions github-actions Bot added the docs label May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions
Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • docs

⚙️ View full build and test results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants