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

   Backports the **camel-google-functions** and **camel-google-secret-manager** 
portions of #23467 to `camel-4.14.x`. The original PR also renamed 
`camel-google-vision`, `camel-google-text-to-speech` and 
`camel-google-speech-to-text`, but those components were added after the 4.14.x 
branch point and do NOT exist on this branch — the backport is scoped down to 
the two components that exist (same approach as the 4.18.x backport #23539).
   
   Cherry-pick of merge commit `3addcc5d1` with three adaptations:
   1. `docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc` → 
`camel-4x-upgrade-guide-4_14.adoc` (the 4_21 file does not exist on 4.14.x).
   2. Vision / text-to-speech / speech-to-text deletions surfaced by the 
cherry-pick were `git rm`-ed because the components are absent on 4.14.x.
   3. Upgrade-guide section title trimmed to mention only the two surviving 
components, with a NOTE about the absent ones.
   
   ## Summary
   
   | Constant | Previous value | New value |
   |----------|----------------|-----------|
   | `GoogleCloudFunctionsConstants.OPERATION` | 
`GoogleCloudFunctionsOperation` | `CamelGoogleCloudFunctionsOperation` |
   | `GoogleCloudFunctionsConstants.ENTRY_POINT` | 
`GoogleCloudFunctionsEntryPoint` | `CamelGoogleCloudFunctionsEntryPoint` |
   | `GoogleCloudFunctionsConstants.RUNTIME` | `GoogleCloudFunctionsRuntime` | 
`CamelGoogleCloudFunctionsRuntime` |
   | `GoogleCloudFunctionsConstants.SOURCE_ARCHIVE_URL` | 
`GoogleCloudFunctionsSourceArchiveUrl` | 
`CamelGoogleCloudFunctionsSourceArchiveUrl` |
   | `GoogleCloudFunctionsConstants.RESPONSE_OBJECT` | 
`GoogleCloudFunctionsResponseObject` | 
`CamelGoogleCloudFunctionsResponseObject` |
   | `GoogleSecretManagerConstants.OPERATION` | `GoogleSecretManagerOperation` 
| `CamelGoogleSecretManagerOperation` |
   
   `GoogleSecretManagerConstants.SECRET_ID`, `VERSION_ID` and `REPLICATION` 
were already `Camel`-prefixed and are unchanged.
   
   `mvn test` passes for both modules on 4.14.x.
   
   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]

Reply via email to