This is an automated email from the ASF dual-hosted git repository.
kunni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push:
new 6741c1dff Clean up the compatibility code for Flink 1.19 in the
e2e-tests module. (#4348)
6741c1dff is described below
commit 6741c1dff27a4cc675b5409097cda193af8680f8
Author: Pei Yu <[email protected]>
AuthorDate: Fri Mar 27 17:37:31 2026 +0800
Clean up the compatibility code for Flink 1.19 in the e2e-tests module.
(#4348)
Signed-off-by: Pei Yu <[email protected]>
---
.../flink-cdc-pipeline-e2e-tests/pom.xml | 24 ++--------------------
.../flink-cdc-source-e2e-tests/pom.xml | 14 +------------
2 files changed, 3 insertions(+), 35 deletions(-)
diff --git a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
index f78d354be..88130ce23 100644
--- a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
+++ b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
@@ -28,9 +28,7 @@ limitations under the License.
<artifactId>flink-cdc-pipeline-e2e-tests</artifactId>
<properties>
- <flink-1.19>1.19.3</flink-1.19>
<flink-1.20>1.20.3</flink-1.20>
- <flink-major-1.19>1.19</flink-major-1.19>
<flink-major-1.20>1.20</flink-major-1.20>
<mysql.driver.version>8.0.27</mysql.driver.version>
<starrocks.connector.version>1.2.14_flink-${flink-major-1.20}</starrocks.connector.version>
@@ -680,15 +678,6 @@ limitations under the License.
<outputDirectory>${project.build.directory}/dependencies
</outputDirectory>
</artifactItem>
- <artifactItem>
- <groupId>org.apache.fluss</groupId>
-
<artifactId>fluss-flink-${flink-major-1.19}</artifactId>
- <version>${fluss.version}</version>
-
<destFileName>fluss-flink-${flink-1.19}.jar</destFileName>
- <type>jar</type>
-
<outputDirectory>${project.build.directory}/dependencies
- </outputDirectory>
- </artifactItem>
<artifactItem>
<groupId>org.apache.fluss</groupId>
<artifactId>fluss-flink-2.2</artifactId>
@@ -763,9 +752,9 @@ limitations under the License.
</artifactItem>
<artifactItem>
<groupId>org.apache.paimon</groupId>
-
<artifactId>paimon-flink-${flink-major-1.19}</artifactId>
+
<artifactId>paimon-flink-${flink-major-1.20}</artifactId>
<version>${paimon.version}</version>
-
<destFileName>paimon-sql-connector-${flink-1.19}.jar</destFileName>
+
<destFileName>paimon-sql-connector-${flink-1.20}.jar</destFileName>
<type>jar</type>
<outputDirectory>${project.build.directory}/dependencies
</outputDirectory>
@@ -788,15 +777,6 @@ limitations under the License.
<outputDirectory>${project.build.directory}/dependencies
</outputDirectory>
</artifactItem>
- <artifactItem>
- <groupId>org.apache.paimon</groupId>
-
<artifactId>paimon-flink-${flink-major-1.20}</artifactId>
- <version>${paimon.version}</version>
-
<destFileName>paimon-sql-connector-${flink-1.20}.jar</destFileName>
- <type>jar</type>
-
<outputDirectory>${project.build.directory}/dependencies
- </outputDirectory>
- </artifactItem>
<artifactItem>
<groupId>org.apache.flink</groupId>
diff --git a/flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml
b/flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml
index c8dd5df6e..60892d162 100644
--- a/flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml
+++ b/flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml
@@ -28,10 +28,8 @@ limitations under the License.
<artifactId>flink-cdc-source-e2e-tests</artifactId>
<properties>
- <flink-1.19>1.19.3</flink-1.19>
<flink-1.20>1.20.3</flink-1.20>
- <jdbc.version-1.19>3.2.0-1.19</jdbc.version-1.19>
- <jdbc.version-1.20>3.2.0-1.19</jdbc.version-1.20>
+ <jdbc.version-1.20>3.3.0-1.20</jdbc.version-1.20>
<mysql.driver.version>8.0.27</mysql.driver.version>
<postgresql.driver.version>42.7.3</postgresql.driver.version>
</properties>
@@ -240,16 +238,6 @@ limitations under the License.
</outputDirectory>
</artifactItem>
- <artifactItem>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-connector-jdbc</artifactId>
- <version>${jdbc.version-1.19}</version>
-
<destFileName>jdbc-connector_${flink-1.19}.jar</destFileName>
- <type>jar</type>
-
<outputDirectory>${project.build.directory}/dependencies
- </outputDirectory>
- </artifactItem>
-
<artifactItem>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-jdbc</artifactId>