How to configure the RestTemplate to use the http client provided in the AWS X-Ray SDK ?
I found an example with Spring version 2.3.4: https://github.com/aws/aws-xray-sdk-java/issues/220 .
But I use Spring Boot version 3.1.0 and the example doesn't even compile.