atiaomar1978-hub commented on PR #25498: URL: https://github.com/apache/camel/pull/25498#issuecomment-5295130777
## Review follow-up (@davsclaus) Thanks for the reminder about the **Alibaba class prefix** convention from Phase 2 ([0e9bca4](https://github.com/apache/camel/commit/0e9bca4749ed133d3fe4b202cde6b5d969a95fdd)). Addressed in commit `f20ef61`: all SLS and OTS classes now use the `AlibabaSls*` / `AlibabaOts*` prefix, matching the `AlibabaEventBridge*` pattern: | Before | After | |--------|-------| | `SLSComponent` | `AlibabaSlsComponent` | | `SLSEndpoint` | `AlibabaSlsEndpoint` | | `SLSProducer` | `AlibabaSlsProducer` | | `SLSUtils` / `SLSHeaders` / `SLSOperations` / `SLSProperties` | `AlibabaSlsUtils` / `AlibabaSlsHeaders` / … | | `OTSComponent` | `AlibabaOtsComponent` | | `OTSEndpoint` | `AlibabaOtsEndpoint` | | `OTSProducer` | `AlibabaOtsProducer` | | `OTSUtils` / `OTSHeaders` / `OTSOperations` / `OTSProperties` | `AlibabaOtsUtils` / `AlibabaOtsHeaders` / … | | `SLSEndpointBuilderFactory` | `AlibabaSlsEndpointBuilderFactory` | | `OTSEndpointBuilderFactory` | `AlibabaOtsEndpointBuilderFactory` | Catalog, component metadata, and DSL regenerated. All tests passing: ``` ./mvnw -pl components/camel-alibaba/camel-alibaba-sls,components/camel-alibaba/camel-alibaba-ots test ``` _AI-generated on behalf of atiaomar1978-hub_ -- 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]
