Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] [Seatunnel-web] Bump seatunnel version from 2.3.6 to 2.3.7 #190

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions seatunnel-web-it/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
36 changes: 18 additions & 18 deletions tools/dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading