This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
The following commit(s) were added to refs/heads/main by this push:
new 39db793f [Improvement] [Seatunnel-web] Bump seatunnel version from
2.3.6 to 2.3.7 (#190)
39db793f is described below
commit 39db793f3e08d68a92d35ca1be53420fc54af2c2
Author: Mohammad Arshad <[email protected]>
AuthorDate: Fri Aug 23 08:09:47 2024 +0530
[Improvement] [Seatunnel-web] Bump seatunnel version from 2.3.6 to 2.3.7
(#190)
---
pom.xml | 2 +-
seatunnel-web-it/README.md | 4 ++--
tools/dependencies/known-dependencies.txt | 36 +++++++++++++++----------------
3 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/pom.xml b/pom.xml
index f5d96b3c..df7621ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<guava.version>33.2.1-jre</guava.version>
<checker.qual.version>3.10.0</checker.qual.version>
<awaitility.version>4.2.0</awaitility.version>
- <seatunnel-framework.version>2.3.6</seatunnel-framework.version>
+ <seatunnel-framework.version>2.3.7</seatunnel-framework.version>
<oracle-jdbc.version>21.5.0.0</oracle-jdbc.version>
<postgresql.version>42.4.3</postgresql.version>
<sqlserver.version>9.2.1.jre8</sqlserver.version>
diff --git a/seatunnel-web-it/README.md b/seatunnel-web-it/README.md
index 9e6028f1..97e05701 100644
--- a/seatunnel-web-it/README.md
+++ b/seatunnel-web-it/README.md
@@ -2,12 +2,12 @@ Build seatunnel-web
./mvnw clean install -DskipTests
Update mysql database details in src/test/resources/application.yml and Run
the seatunnel-web-it integration tests
-./mvnw -T 1C -B verify -DskipUT=true -DskipIT=false
-DSEATUNNEL_HOME=/some/path/apache-seatunnel-2.3.6
-DST_WEB_BASEDIR_PATH=seatunnel-web-dist/target/apache-seatunnel-web-1.0.0-SNAPSHOT/apache-seatunnel-web-1.0.0-SNAPSHOT
+./mvnw -T 1C -B verify -DskipUT=true -DskipIT=false
-DSEATUNNEL_HOME=/some/path/apache-seatunnel-2.3.7
-DST_WEB_BASEDIR_PATH=seatunnel-web-dist/target/apache-seatunnel-web-1.0.0-SNAPSHOT/apache-seatunnel-web-1.0.0-SNAPSHOT
NOTE: Please remember to update the versions according to the latest supported
versions.
If you're using a version of Java higher than Java 8 for running the tests,
add the following VM options:
-DitJvmArgs="--add-opens java.base/java.lang.invoke=ALL-UNNAMED".
While running integrations tests from IDE, ensure following VM options are set
-SEATUNNEL_HOME=/some/path/apache-seatunnel-2.3.6
+SEATUNNEL_HOME=/some/path/apache-seatunnel-2.3.7
ST_WEB_BASEDIR_PATH=/some/path/seatunnel-web-dist/target/apache-seatunnel-web-1.0.0-SNAPSHOT/apache-seatunnel-web-1.0.0-SNAPSHOT
diff --git a/tools/dependencies/known-dependencies.txt
b/tools/dependencies/known-dependencies.txt
index 0a8dfa02..c6a0d02f 100644
--- a/tools/dependencies/known-dependencies.txt
+++ b/tools/dependencies/known-dependencies.txt
@@ -92,8 +92,8 @@ tomcat-embed-el-9.0.63.jar
h2-2.1.214.jar
auto-service-annotations-1.0.1.jar
jsr305-3.0.0.jar
-checkpoint-storage-api-2.3.6.jar
-checkpoint-storage-local-file-2.3.6.jar
+checkpoint-storage-api-2.3.7.jar
+checkpoint-storage-local-file-2.3.7.jar
clickhouse-cli-client-0.3.2-patch11-shaded.jar
clickhouse-grpc-client-0.3.2-patch11-shaded.jar
clickhouse-http-client-0.3.2-patch11-shaded.jar
@@ -112,22 +112,22 @@ protostuff-api-1.8.0.jar
protostuff-collectionschema-1.8.0.jar
protostuff-core-1.8.0.jar
protostuff-runtime-1.8.0.jar
-seatunnel-api-2.3.6.jar
-seatunnel-common-2.3.6.jar
-seatunnel-config-base-2.3.6.jar
-seatunnel-config-shade-2.3.6.jar
-seatunnel-core-starter-2.3.6.jar
-seatunnel-engine-client-2.3.6.jar
-seatunnel-engine-common-2.3.6.jar
-seatunnel-engine-core-2.3.6.jar
-seatunnel-guava-2.3.6-optional.jar
-seatunnel-jackson-2.3.6-optional.jar
-seatunnel-plugin-discovery-2.3.6.jar
-seatunnel-transforms-v2-2.3.6.jar
-seatunnel-config-sql-2.3.6.jar
-seatunnel-hazelcast-shade-2.3.6-optional.jar
-serializer-api-2.3.6.jar
-serializer-protobuf-2.3.6.jar
+seatunnel-api-2.3.7.jar
+seatunnel-common-2.3.7.jar
+seatunnel-config-base-2.3.7.jar
+seatunnel-config-shade-2.3.7.jar
+seatunnel-core-starter-2.3.7.jar
+seatunnel-engine-client-2.3.7.jar
+seatunnel-engine-common-2.3.7.jar
+seatunnel-engine-core-2.3.7.jar
+seatunnel-guava-2.3.7-optional.jar
+seatunnel-jackson-2.3.7-optional.jar
+seatunnel-plugin-discovery-2.3.7.jar
+seatunnel-transforms-v2-2.3.7.jar
+seatunnel-config-sql-2.3.7.jar
+seatunnel-hazelcast-shade-2.3.7-optional.jar
+serializer-api-2.3.7.jar
+serializer-protobuf-2.3.7.jar
swagger-annotations-2.2.14.jar
commons-codec-1.11.jar
commons-compress-1.20.jar