From 434585a83d8e5ccd3d4a06306bccfdef5b8f61ac Mon Sep 17 00:00:00 2001 From: Zoe Wang <33073555+zoewangg@users.noreply.github.com> Date: Tue, 7 May 2024 09:50:20 -0700 Subject: [PATCH 1/2] Fix bundle shading --- .../bugfix-AWSSDKforJavav2Bundle-7dd8ce2.json | 6 + bundle-sdk/pom.xml | 116 +++++++++++++++++- 2 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 .changes/next-release/bugfix-AWSSDKforJavav2Bundle-7dd8ce2.json diff --git a/.changes/next-release/bugfix-AWSSDKforJavav2Bundle-7dd8ce2.json b/.changes/next-release/bugfix-AWSSDKforJavav2Bundle-7dd8ce2.json new file mode 100644 index 000000000000..e0f5c7f0e3b7 --- /dev/null +++ b/.changes/next-release/bugfix-AWSSDKforJavav2Bundle-7dd8ce2.json @@ -0,0 +1,6 @@ +{ + "type": "bugfix", + "category": "AWS SDK for Java v2 Bundle", + "contributor": "", + "description": "Fix unshaded classes in the AWS SDK for Java v2 bundle. See [#5108](https://github.com/aws/aws-sdk-java-v2/issues/5108)" +} diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml index 7daebe9f1fe6..df8d5881e1e6 100644 --- a/bundle-sdk/pom.xml +++ b/bundle-sdk/pom.xml @@ -60,6 +60,105 @@ software.amazon.s3.accessgrants aws-s3-accessgrants-java-plugin ${s3accessgrants.version} + true + + + software.amazon.awssdk + http-auth-spi + + + software.amazon.awssdk + identity-spi + + + software.amazon.awssdk + s3control + + + software.amazon.awssdk + s3 + + + software.amazon.awssdk + iam + + + software.amazon.awssdk + sts + + + software.amazon.awssdk + cloudwatch-metric-publisher + + + software.amazon.eventstream + eventstream + + + org.slf4j + slf4j-api + + + io.netty + netty-codec-http + + + io.netty + netty-codec-http2 + + + io.netty + netty-codec + + + io.netty + netty-transport + + + io.netty + netty-common + + + io.netty + netty-buffer + + + io.netty + netty-handler + + + io.netty + netty-transport-classes-epoll + + + io.netty + netty-resolver + + + io.netty + netty-resolver-dns + + + org.apache.httpcomponents + httpcomponents-client + + + org.apache.httpcomponents + httpcore + + + org.apache.httpcomponents + httpclient + + + commons-codec + commons-codec + + + org.reactivestreams + reactive-streams + + @@ -82,8 +181,11 @@ software.amazon.awssdk:* software.amazon:* software.amazon.s3.accessgrants:* - com.github.ben-manes.caffeine:* + com.github.ben-manes.caffeine:caffeine + com.google.errorprone:error_prone_annotations + org.checkerframework:checker-qual commons-logging:* + software.amazon.eventstream:eventstream @@ -102,6 +204,18 @@ org.slf4j software.amazon.awssdk.thirdparty.org.slf4j + + com.github.benmanes.caffeine + software.amazon.awssdk.thirdparty.com.github.benmanes.caffeine + + + org.checkerframework + software.amazon.awssdk.thirdparty.org.checkerframework + + + com.google.errorprone + software.amazon.awssdk.thirdparty.com.google.errorprone + false true From 000c613c309612a34c690e9b46a3b8afec3b5ab6 Mon Sep 17 00:00:00 2001 From: Zoe Wang <33073555+zoewangg@users.noreply.github.com> Date: Tue, 7 May 2024 11:10:33 -0700 Subject: [PATCH 2/2] Fix typo --- bundle-sdk/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml index df8d5881e1e6..9a10d7eb8e29 100644 --- a/bundle-sdk/pom.xml +++ b/bundle-sdk/pom.xml @@ -181,8 +181,8 @@ software.amazon.awssdk:* software.amazon:* software.amazon.s3.accessgrants:* - com.github.ben-manes.caffeine:caffeine - com.google.errorprone:error_prone_annotations + com.github.ben-manes.caffeine:caffeine + com.google.errorprone:error_prone_annotations org.checkerframework:checker-qual commons-logging:* software.amazon.eventstream:eventstream