sanjana2505006 opened a new pull request, #8300:
URL: https://github.com/apache/camel-quarkus/pull/8300

   This PR modernizes the codebase by adopting cleaner Java Stream API patterns.
   
   **Changes:**
   - Replaced `collect(Collectors.toList())` with `.toList()` in 
`Aws2EksProcessor`, `Aws2AthenaProcessor`, and `Aws2DdbProcessor`.
   - Optimized array stream handling in `OpensearchResource` by using 
`Arrays.stream()` directly.
   
   **Verification:**
   - Validated codestyle with `mvn formatter:format impsort:sort`
   - Ran `mvn validate`
   - Verified local compilation and processed integration tests.


-- 
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