This is an automated email from the ASF dual-hosted git repository.
reswqa pushed a commit to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.2 by this push:
new 1181cb31683 [FLINK-39818][ci] Filter org.eclipse.parsson:parsson false
positive for Elasticsearch connector
1181cb31683 is described below
commit 1181cb3168300bb438ab2dfd721aa51f3232aaa0
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(