sanjana2505006 opened a new pull request, #8302: URL: https://github.com/apache/camel-quarkus/pull/8302
I started off by switching the AWS2 deployment processors to use `.toList()` instead of the old `Collectors.toList()` pattern. I ended up touching all 19 of them just to keep things consistent across the components. While I was testing that, I hit a snag with the `aws2-kinesis` build. It looks like the `amazon-kinesis-client` was actually missing its version in the BOM, which only became an issue once I started cleaning up properties. I've added the version back to the root POM and the BOM so the build is stable again. I also took a look at those CDI errors in the `opensearch` JVM tests. It seems like a systemic issue with how those tests handle bean discovery on this branch, so I've reverted the IT code to its original state but kept the Stream API updates. -- 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]
