atiaomar1978-hub commented on PR #25433: URL: https://github.com/apache/camel/pull/25433#issuecomment-5244026595
## Bugbot / Grok Review — CAMEL-24373 Phase 1 MVP **Verdict:** Approve (fixes applied before upstream PR) ### Findings addressed | Severity | Issue | Fix | |----------|-------|-----| | High | MNS queue producer defaulted to `receiveMessage` | Default changed to `sendMessage`; added `SendMessageDefaultOperationTest` | | High | OSS `putObject` skipped bucket validation for File bodies | Bucket name validated before all body handling | | Medium | OSS consumer advanced continuationToken before successful delivery | Token updated only after successful batch | | Medium | Catalog JSON not regenerated | Regenerated `alibaba-oss.json`, `alibaba-mns.json`, docs | | Medium | MNS docs referenced non-existent starter | Spring Boot starter section removed | ### Tests (33 passing) ```bash ./mvnw -pl components/camel-alibaba/camel-alibaba-common,components/camel-alibaba/camel-alibaba-oss,components/camel-alibaba/camel-alibaba-mns test ``` ### Follow-ups (non-blocking) - Presigned URLs, multipart upload (OSS); message attributes (MNS) - Wire `AlibabaClientRegistry` into endpoint lifecycle - STS/RAM token support; integration tests; Spring Boot starters _AI-generated review 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]
