aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.2k stars 853 forks source link

Need to upgrade to HttpClient 5.4 #5672

Closed nitulkukadia closed 3 weeks ago

nitulkukadia commented 3 weeks ago

Describe the bug

Still latest SDK 2.28.26 version software.amazon.awssdk:bom is using , old version of HttpClient 4.x.

Please upgrade to latest version, this is impacting the projects which are using latest HttpClient 5.x.

Used by: software.amazon.awssdk : apache-client : 2.28.26

Regression Issue

Expected Behavior

software.amazon.awssdk : apache-client : 2.28.26 be using latest version of HttpClient.

Current Behavior

software.amazon.awssdk : apache-client : 2.28.26 is using HttpClient 4.x

Reproduction Steps

Check the dependency tree of software.amazon.awssdk : apache-client : 2.28.26

Possible Solution

software.amazon.awssdk : apache-client : 2.28.26 be using latest version of HttpClient.

Additional Information/Context

Keeping an up to date versions of dependency is needed from maintenance and security perspective.

AWS Java SDK version used

2.0

JDK version used

java version "17.0.9" 2023-10-17 LTS Java(TM) SE Runtime Environment (build 17.0.9+11-LTS-201) Java HotSpot(TM) 64-Bit Server VM (build 17.0.9+11-LTS-201, mixed mode, sharing)

Operating System and version

macOS Sonoma 14.6.1

debora-ito commented 3 weeks ago

Duplicate of https://github.com/aws/aws-sdk-java-v2/issues/2831. Please track the progress and discussion in that link.

github-actions[bot] commented 3 weeks ago

This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.