Skip to content

Commit 5417a5e

Browse files
committed
Swap apache-client with apache5-client
This commit swaps the default apache-client dependency of service modules with apache5-client. Applications just relying on the default HTTP client will now use `Apache5HttpClient` as a result.
1 parent 3b11ae4 commit 5417a5e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "This update replaces the default `apache-client` runtime dependency of service clients with the new `apache5-client`. This means that service clients will now use the `Apache5HttClient` by default if no HTTP client is explicitly configured on the service client builder. The SDK version is also updates to `2.42.0` to reflect this change in default client."
6+
}

services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
<version>${awsjavasdk.version}</version>
523523
</dependency>
524524
<dependency>
525-
<artifactId>apache-client</artifactId>
525+
<artifactId>apache5-client</artifactId>
526526
<groupId>software.amazon.awssdk</groupId>
527527
<version>${awsjavasdk.version}</version>
528528
<scope>runtime</scope>

0 commit comments

Comments
 (0)