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

reswqa 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 f14ce1e6082 [FLINK-39818][ci] Filter org.eclipse.parsson:parsson false 
positive for Elasticsearch connector
f14ce1e6082 is described below

commit f14ce1e6082ed4dd13f65d70893fd69f1678b315
Author: reswqa <[email protected]>
AuthorDate: Tue Jun 2 15:33:45 2026 +0800

    [FLINK-39818][ci] Filter org.eclipse.parsson:parsson false positive for 
Elasticsearch connector
---
 .../org/apache/flink/tools/ci/licensecheck/JarFileChecker.java     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java
 
b/tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java
index cb27b998ed9..037a76bcaf9 100644
--- 
a/tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java
+++ 
b/tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java
@@ -214,6 +214,13 @@ public class JarFileChecker {
                     // dual-licensed under GPL 2 and EPL 2.0
                     // contained in sql-avro-confluent-registry
                     .filter(path -> !pathStartsWith(path, 
"/org/glassfish/jersey/internal"))
+                    // dual-licensed under GPL-2.0-with-Classpath-exception 
and EPL 2.0
+                    // contained in flink-sql-connector-elasticsearch8
+                    .filter(
+                            path ->
+                                    !pathStartsWith(
+                                            path,
+                                            
"/org/apache/flink/elasticsearch8/shaded/org/eclipse/parsson"))
                     // contained in sql-connector-pulsar
                     // while the Pulsar connector is externalized, this is 
still needed for PyFlink
                     .filter(

Reply via email to