Skip to content

CAMEL-23510: doc-sync 4.18 upgrade guide for camel-jgroups header rename#23219

Merged
oscerd merged 1 commit into
apache:mainfrom
oscerd:doc-sync/CAMEL-23510-4.18-guide
May 14, 2026
Merged

CAMEL-23510: doc-sync 4.18 upgrade guide for camel-jgroups header rename#23219
oscerd merged 1 commit into
apache:mainfrom
oscerd:doc-sync/CAMEL-23510-4.18-guide

Conversation

@oscerd
Copy link
Copy Markdown
Contributor

@oscerd oscerd commented May 14, 2026

Summary

Doc-sync companion to the camel-4.18.x backport PR #23213 for CAMEL-23510.

Per the project policy in CLAUDE.md:

The camel-4x-upgrade-guide-4_XX.adoc files for ALL versions live on main
and act as the canonical history across all releases. When a PR is backported
to a maintenance branch and adds an upgrade-guide note for that release line,
the corresponding entry must ALSO be added to the matching
camel-4x-upgrade-guide-4_XX.adoc file on main.

This PR adds the camel-jgroups entry to
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
under the Upgrading from 4.18.1 to 4.18.3 section, documenting the rename
of the JGroups Exchange header string values to the CamelJGroups*
convention.

Related

Test plan

  • No code changes; doc-only.

Claude Code on behalf of Andrea Cosentino

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
@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 github-actions Bot added the docs label May 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • docs

⚙️ View full build and test results

oscerd added a commit that referenced this pull request May 14, 2026
…eader constant names with Camel naming convention

Cherry-pick of #23209 onto camel-4.18.x.

Rename the Exchange header string values in JGroupsConstants to the Camel
naming convention (CamelJGroupsDest, CamelJGroupsSrc,
CamelJGroupsChannelAddress, CamelJGroupsOriginalMessage). The Java field
names are unchanged so routes referencing the constants symbolically
continue to work. Routes using the literal string value must be updated.

The original commit also modified camel-4x-upgrade-guide-4_21.adoc, which
does not exist on camel-4.18.x; the corresponding 4.18 upgrade guide
entry is added on main via doc-sync PR #23219.

Closes #23213
@oscerd oscerd merged commit bd0d0a0 into apache:main May 14, 2026
7 checks passed
oscerd added a commit that referenced this pull request May 22, 2026
…hange in 4.18 upgrade guide (#23471)

Follow-up to #23209 completing the breaking-change labelling across all
affected upgrade guides. The JGroups header rename was backported to
camel-4.18.x (#23213) and documented on main's 4.18 guide via doc-sync
#23219, but that entry did not flag the rename as a breaking change.

- Heading suffixed with " - potential breaking change" (matching the
  camel-grok convention).
- Prose leads with an explicit "This is a breaking change for routes that ..."
  sentence.

Docs only; identical wording to the 4.14 guide (#23422 / #23441) and the
4.21 guide (#23451).
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.

2 participants