jamesnetherton opened a new pull request, #24987: URL: https://github.com/apache/camel/pull/24987
## Summary - Migrate all camel-aws modules and test-infra from `software.amazon.awssdk:apache-client` (Apache HttpClient 4) to `software.amazon.awssdk:apache5-client` (Apache HttpClient 5), aligning with the [new default](https://github.com/aws/aws-sdk-java-v2/issues/7007) introduced in AWS SDK for Java v2.46.0 - Update `AwsClientBuilderUtil` to use `Apache5HttpClient.Builder` and the `software.amazon.awssdk.http.apache5` package - Eliminates the redundant classpath overlap where both apache-client and apache5-client JARs were pulled in ## Test plan - [x] Verify `mvn verify` passes for `camel-aws-common` - [x] All camel-aws tests pass - [x] Confirm no remaining references to the old `apache-client` artifact or `ApacheHttpClient` class _Claude Code on behalf of jamesnetherton_ -- 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]
