Croway opened a new pull request, #1829: URL: https://github.com/apache/camel-spring-boot/pull/1829
## Summary - The recent "fix warnings" commit (`a8da88d6de7`) changed the batch message body collection from raw `Collection` with String literals to `Collection<Integer>` with integer literals - `Sqs2Producer.sendBatchMessage()` casts each element to `String`, causing a `ClassCastException` at runtime - Restore the collection to `Collection<String>` with string literals ## Test plan - [x] `mvn verify` in `components-starter/camel-aws2-sqs-starter` passes all 10 tests with 0 failures -- 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]
