oscerd opened a new pull request, #23557:
URL: https://github.com/apache/camel/pull/23557
Backports #23469 to \`camel-4.14.x\`.
Cherry-pick of merge commit \`2371b7fd5\` with the standard 4_21 → 4_14
guide-file adaptation: the original PR's upgrade-guide entry was added to
\`camel-4x-upgrade-guide-4_21.adoc\` (which does not exist on 4.14.x); the
same content has been added to \`camel-4x-upgrade-guide-4_14.adoc\` in the
\`== Upgrading from 4.14.7 to 4.14.8\` section instead.
## Summary
Renames the two Exchange header string values in \`ArangoDbConstants\` that
were **not** in the \`Camel\` namespace to \`CamelArangoDb<Name>\`:
| Constant | Previous value | New value |
|----------|----------------|-----------|
| \`ArangoDbConstants.ARANGO_KEY\` | \`key\` | \`CamelArangoDbKey\` |
| \`ArangoDbConstants.RESULT_CLASS_TYPE\` | \`ResultClassType\` |
\`CamelArangoDbResultClassType\` |
The Java field names are unchanged so routes referencing the constants
symbolically continue to work; routes using the literal string values must
be updated.
DSL accessor renames: \`key()\` → \`arangoDbKey()\`,
\`resultClassType()\` → \`arangoDbResultClassType()\`.
## Test plan
- [x] \`mvn test\` in \`components/camel-arangodb\` on 4.14.x — passes
- [x] Cherry-pick applied cleanly except for the 4_21 → 4_14 guide-file
rename described above (no merge marker shipped)
Tracker: CAMEL-23577
_Reported by 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]