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

   ## Backport of #23413 onto `camel-4.18.x`
   
   Cherry-pick of #23413 (CAMEL-23575) onto the 4.18.x maintenance branch for 
the 4.18.3 release line. The `GridFsConstants` header-name values were 
byte-identical on `main` and `camel-4.18.x`, so the rename applies cleanly.
   
   ### Renames (string values only; Java field names unchanged)
   
   | Constant | Before | After |
   |----------|--------|-------|
   | `GRIDFS_OPERATION` | `gridfs.operation` | `CamelGridFsOperation` |
   | `GRIDFS_METADATA` | `gridfs.metadata` | `CamelGridFsMetadata` |
   | `GRIDFS_CHUNKSIZE` | `gridfs.chunksize` | `CamelGridFsChunkSize` |
   | `GRIDFS_OBJECT_ID` | `gridfs.objectid` | `CamelGridFsObjectId` |
   | `GRIDFS_FILE_ID_PRODUCED` | `gridfs.fileid` | `CamelGridFsFileId` |
   
   Includes the cascading regen of the component catalog and the 
`GridFsHeaderNameBuilder` Endpoint DSL accessors. Routes referencing the 
constants symbolically are unaffected.
   
   ### Upgrade guide
   
   Per the backport upgrade-guide policy, the 4.18 upgrade-guide entry 
(`camel-4x-upgrade-guide-4_18.adoc`) is added on `main` in a separate doc-sync 
PR rather than on this maintenance branch.
   
   **Original PR:** #23413
   **Target branch:** `camel-4.18.x` (4.18.3)
   
   ### Test plan
   
   - [x] Cherry-pick clean apart from the expected `_4_21.adoc` -> `_4_18.adoc` 
upgrade-guide relocation (now handled on `main`)
   - [x] Full reactor sanity build: `mvn clean install -DskipTests` from repo 
root — green; no uncommitted regen drift
   
   _Backport prepared 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]

Reply via email to