This is an automated email from the ASF dual-hosted git repository.

gaborgsomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 13a86e49d8f [FLINK-40506][s3] Shade all runtime deps in 
flink-s3-fs-native to avoid silently dropping plugin dependencies
13a86e49d8f is described below

commit 13a86e49d8f9be5ca7c54ceeffbbadc46b092696
Author: Gabor Somogyi <[email protected]>
AuthorDate: Sat Aug 29 21:10:03 2026 +0200

    [FLINK-40506][s3] Shade all runtime deps in flink-s3-fs-native to avoid 
silently dropping plugin dependencies
---
 flink-filesystems/flink-s3-fs-native/pom.xml                       | 7 +------
 .../flink-s3-fs-native/src/main/resources/META-INF/NOTICE          | 2 ++
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/flink-filesystems/flink-s3-fs-native/pom.xml 
b/flink-filesystems/flink-s3-fs-native/pom.xml
index b0403112df0..37be4e53a75 100644
--- a/flink-filesystems/flink-s3-fs-native/pom.xml
+++ b/flink-filesystems/flink-s3-fs-native/pom.xml
@@ -181,12 +181,7 @@ under the License.
                                                <configuration>
                                                        <artifactSet>
                                                                <includes>
-                                                                       
<include>software.amazon.awssdk:*</include>
-                                                                       
<include>org.apache.httpcomponents:*</include>
-                                                                       
<include>commons-logging:*</include>
-                                                                       
<include>org.reactivestreams:*</include>
-                                                                       
<include>io.netty:*</include>
-                                                                       
<include>com.typesafe.netty:*</include>
+                                                                       
<include>*:*</include>
                                                                </includes>
                                                        </artifactSet>
                                                        <relocations>
diff --git 
a/flink-filesystems/flink-s3-fs-native/src/main/resources/META-INF/NOTICE 
b/flink-filesystems/flink-s3-fs-native/src/main/resources/META-INF/NOTICE
index a91513a5175..e17e79e8496 100644
--- a/flink-filesystems/flink-s3-fs-native/src/main/resources/META-INF/NOTICE
+++ b/flink-filesystems/flink-s3-fs-native/src/main/resources/META-INF/NOTICE
@@ -39,8 +39,10 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - software.amazon.awssdk:third-party-jackson-core:2.44.4
 - software.amazon.awssdk:utils:2.44.4
 - software.amazon.awssdk:utils-lite:2.44.4
+- software.amazon.eventstream:eventstream:1.0.1
 - org.apache.httpcomponents:httpclient:4.5.13
 - org.apache.httpcomponents:httpcore:4.4.14
+- commons-codec:commons-codec:1.15
 - commons-logging:commons-logging:1.1.3
 - io.netty:netty-buffer:4.2.15.Final
 - io.netty:netty-codec:4.2.15.Final

Reply via email to