oscerd opened a new pull request, #23226:
URL: https://github.com/apache/camel/pull/23226

   ## Backport of #23210
   
   Cherry-pick of #23210 onto `camel-4.18.x`.
   
   **Original PR:** #23210 — CAMEL-23511: camel-jgroups-raft - align Exchange 
header constant names with Camel naming convention
   **Original author:** @oscerd
   **Target branch:** `camel-4.18.x`
   **Fix versions:** 4.18.3, 4.21.0
   
   ### What this changes
   
   Renames the Exchange header string values in `JGroupsRaftConstants` to
   the Camel naming convention (`CamelJGroupsRaft*`). The Java field names
   are unchanged, so routes referencing the constants symbolically continue
   to work without changes. Routes that use the literal string value must
   be updated.
   
   `DEFAULT_JGROUPSRAFT_CONFIG` (a config file name, not a header) is left
   untouched.
   
   ### Cherry-pick notes
   
   The original commit also modified `camel-4x-upgrade-guide-4_21.adoc`.
   That file does not exist on `camel-4.18.x` (it is canonical on `main`
   across all releases), so it was dropped from this backport. A separate
   doc-sync PR against `main` adds the matching
   `camel-4x-upgrade-guide-4_18.adoc` entry for this rename.
   
   ### Test plan
   
   - [x] Full reactor `mvn clean install -DskipTests` succeeds on 
`camel-4.18.x` after the cherry-pick.
   
   ---
   
   _Claude Code on behalf of Andrea Cosentino_


-- 
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]

Reply via email to