atiaomar1978-hub opened a new pull request, #25498:
URL: https://github.com/apache/camel/pull/25498

   ## Summary
   
   Phase 3 of [CAMEL-24373](https://issues.apache.org/jira/browse/CAMEL-24373) 
adds two new Alibaba Cloud components following the same patterns established 
in Phases 1 and 2 (OSS, MNS, FC, SMS, KMS, EventBridge).
   
   ### camel-alibaba-sls (`alibaba-sls:`)
   
   Simple Log Service integration using `com.aliyun:sls20201230`.
   
   **Operations:** `putLogs`, `getLogs`, `listLogStores`
   
   ### camel-alibaba-ots (`alibaba-ots:`)
   
   Table Store (OTS) integration using `com.aliyun.openservices:tablestore`.
   
   **Operations:** `putRow`, `getRow`, `updateRow`, `deleteRow`, `listTables`
   
   ## Build & docs wiring
   
   - Parent POM dependency management for SLS and Tablestore SDKs
   - BOM, coverage, catalog, component/endpoint DSL, kamelet dependencies
   - Component documentation pages and nav entries
   - `MojoHelper` registration for both modules
   
   ## Tests
   
   12 test classes across both modules covering all operations, endpoint 
configuration, and operation constants. Tests use mocked SDK clients (no live 
Alibaba credentials required).
   
   ```bash
   ./mvnw -pl 
components/camel-alibaba/camel-alibaba-sls,components/camel-alibaba/camel-alibaba-ots
 test
   ```
   
   ## Related
   
   - JIRA: https://issues.apache.org/jira/browse/CAMEL-24373
   - Phase 1 & 2 already merged on `main`
   
   _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]

Reply via email to