This is an automated email from the ASF dual-hosted git repository.
corgy pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 82ab344e4b [Fix][Core] Remove accidentally committed target
directories (#10230)
82ab344e4b is described below
commit 82ab344e4b2698b6d1cdf0093af0218ccbcc8af8
Author: Jast <[email protected]>
AuthorDate: Tue Dec 23 18:40:28 2025 +0800
[Fix][Core] Remove accidentally committed target directories (#10230)
---
.../classes/examples/fake_to_console_batch.conf | 62 ---------------------
.../examples/fake_to_console_streaming.conf | 62 ---------------------
.../target/classes/log4j2.properties | 42 --------------
.../example/flink/SeaTunnelBatchJobExample.class | Bin 2075 -> 0 bytes
.../flink/SeaTunnelStreamingJobExample.class | Bin 2091 -> 0 bytes
.../classes/examples/fake_to_console_batch.conf | 62 ---------------------
.../examples/fake_to_console_streaming.conf | 62 ---------------------
.../target/classes/log4j2.properties | 42 --------------
.../example/flink/SeaTunnelBatchJobExample.class | Bin 2075 -> 0 bytes
.../flink/SeaTunnelStreamingJobExample.class | Bin 2091 -> 0 bytes
.../classes/examples/fake_to_console_batch.conf | 62 ---------------------
.../examples/fake_to_console_streaming.conf | 62 ---------------------
.../target/classes/log4j2.properties | 42 --------------
.../example/flink/SeaTunnelBatchJobExample.class | Bin 2075 -> 0 bytes
.../flink/SeaTunnelStreamingJobExample.class | Bin 2091 -> 0 bytes
15 files changed, 498 deletions(-)
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/examples/fake_to_console_batch.conf
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/examples/fake_to_console_batch.conf
deleted file mode 100644
index 9656e54b65..0000000000
---
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/examples/fake_to_console_batch.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-######
-###### This config file is a demonstration of streaming processing in
seatunnel config
-######
-
-env {
- job.mode = "BATCH"
- parallelism = 2
- flink.rest.bind-port = 8081
-}
-
-source {
- # This is a example source plugin **only for test and demonstrate the
feature source plugin**
- FakeSource {
- plugin_output = "fake"
- row.num = 32
- schema = {
- fields {
- name = "string"
- age = "int"
- }
- }
- }
-
- # If you would like to get more information about how to configure seatunnel
and see full list of source plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/source
-}
-
-transform {
- Copy {
- plugin_input = "fake"
- plugin_output = "fake1"
- fields {
- name1 = name
- }
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of transform plugins,
- # please go to https://seatunnel.apache.org/docs/category/transform-v2
-}
-
-sink {
- Console {
- plugin_input = "fake1"
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of sink plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/sink
-}
\ No newline at end of file
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/examples/fake_to_console_streaming.conf
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/examples/fake_to_console_streaming.conf
deleted file mode 100644
index 09ddccdaee..0000000000
---
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/examples/fake_to_console_streaming.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-######
-###### This config file is a demonstration of streaming processing in
seatunnel config
-######
-
-env {
- job.mode = "STREAMING"
- parallelism = 1
- flink.rest.bind-port = 8081
-}
-
-source {
- # This is a example source plugin **only for test and demonstrate the
feature source plugin**
- FakeSource {
- plugin_output = "fake"
- row.num = 10000000
- schema = {
- fields {
- name = "string"
- age = "int"
- }
- }
- }
-
- # If you would like to get more information about how to configure seatunnel
and see full list of source plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/source
-}
-
-transform {
- Copy {
- plugin_input = "fake"
- plugin_output = "fake1"
- fields {
- name1 = name
- }
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of transform plugins,
- # please go to https://seatunnel.apache.org/docs/category/transform-v2
-}
-
-sink {
- Console {
- plugin_input = "fake1"
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of sink plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/sink
-}
\ No newline at end of file
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/log4j2.properties
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/log4j2.properties
deleted file mode 100644
index 2dc1b8ca50..0000000000
---
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/log4j2.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-################################################################################
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-rootLogger.level = INFO
-
-rootLogger.appenderRef.consoleStdout.ref = consoleStdoutAppender
-rootLogger.appenderRef.consoleStderr.ref = consoleStderrAppender
-
-appender.consoleStdout.name = consoleStdoutAppender
-appender.consoleStdout.type = CONSOLE
-appender.consoleStdout.target = SYSTEM_OUT
-appender.consoleStdout.layout.type = PatternLayout
-appender.consoleStdout.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c -
%m%n
-appender.consoleStdout.filter.acceptLtWarn.type = ThresholdFilter
-appender.consoleStdout.filter.acceptLtWarn.level = WARN
-appender.consoleStdout.filter.acceptLtWarn.onMatch = DENY
-appender.consoleStdout.filter.acceptLtWarn.onMismatch = ACCEPT
-
-appender.consoleStderr.name = consoleStderrAppender
-appender.consoleStderr.type = CONSOLE
-appender.consoleStderr.target = SYSTEM_ERR
-appender.consoleStderr.layout.type = PatternLayout
-appender.consoleStderr.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c -
%m%n
-appender.consoleStderr.filter.acceptGteWarn.type = ThresholdFilter
-appender.consoleStderr.filter.acceptGteWarn.level = WARN
-appender.consoleStderr.filter.acceptGteWarn.onMatch = ACCEPT
-appender.consoleStderr.filter.acceptGteWarn.onMismatch = DENY
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelBatchJobExample.class
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelBatchJobExample.class
deleted file mode 100644
index 9ec3ccd501..0000000000
Binary files
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelBatchJobExample.class
and /dev/null differ
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelStreamingJobExample.class
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelStreamingJobExample.class
deleted file mode 100644
index 4b618d2098..0000000000
Binary files
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-13-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelStreamingJobExample.class
and /dev/null differ
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/examples/fake_to_console_batch.conf
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/examples/fake_to_console_batch.conf
deleted file mode 100644
index 9656e54b65..0000000000
---
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/examples/fake_to_console_batch.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-######
-###### This config file is a demonstration of streaming processing in
seatunnel config
-######
-
-env {
- job.mode = "BATCH"
- parallelism = 2
- flink.rest.bind-port = 8081
-}
-
-source {
- # This is a example source plugin **only for test and demonstrate the
feature source plugin**
- FakeSource {
- plugin_output = "fake"
- row.num = 32
- schema = {
- fields {
- name = "string"
- age = "int"
- }
- }
- }
-
- # If you would like to get more information about how to configure seatunnel
and see full list of source plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/source
-}
-
-transform {
- Copy {
- plugin_input = "fake"
- plugin_output = "fake1"
- fields {
- name1 = name
- }
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of transform plugins,
- # please go to https://seatunnel.apache.org/docs/category/transform-v2
-}
-
-sink {
- Console {
- plugin_input = "fake1"
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of sink plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/sink
-}
\ No newline at end of file
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/examples/fake_to_console_streaming.conf
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/examples/fake_to_console_streaming.conf
deleted file mode 100644
index 09ddccdaee..0000000000
---
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/examples/fake_to_console_streaming.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-######
-###### This config file is a demonstration of streaming processing in
seatunnel config
-######
-
-env {
- job.mode = "STREAMING"
- parallelism = 1
- flink.rest.bind-port = 8081
-}
-
-source {
- # This is a example source plugin **only for test and demonstrate the
feature source plugin**
- FakeSource {
- plugin_output = "fake"
- row.num = 10000000
- schema = {
- fields {
- name = "string"
- age = "int"
- }
- }
- }
-
- # If you would like to get more information about how to configure seatunnel
and see full list of source plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/source
-}
-
-transform {
- Copy {
- plugin_input = "fake"
- plugin_output = "fake1"
- fields {
- name1 = name
- }
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of transform plugins,
- # please go to https://seatunnel.apache.org/docs/category/transform-v2
-}
-
-sink {
- Console {
- plugin_input = "fake1"
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of sink plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/sink
-}
\ No newline at end of file
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/log4j2.properties
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/log4j2.properties
deleted file mode 100644
index 2dc1b8ca50..0000000000
---
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/log4j2.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-################################################################################
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-rootLogger.level = INFO
-
-rootLogger.appenderRef.consoleStdout.ref = consoleStdoutAppender
-rootLogger.appenderRef.consoleStderr.ref = consoleStderrAppender
-
-appender.consoleStdout.name = consoleStdoutAppender
-appender.consoleStdout.type = CONSOLE
-appender.consoleStdout.target = SYSTEM_OUT
-appender.consoleStdout.layout.type = PatternLayout
-appender.consoleStdout.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c -
%m%n
-appender.consoleStdout.filter.acceptLtWarn.type = ThresholdFilter
-appender.consoleStdout.filter.acceptLtWarn.level = WARN
-appender.consoleStdout.filter.acceptLtWarn.onMatch = DENY
-appender.consoleStdout.filter.acceptLtWarn.onMismatch = ACCEPT
-
-appender.consoleStderr.name = consoleStderrAppender
-appender.consoleStderr.type = CONSOLE
-appender.consoleStderr.target = SYSTEM_ERR
-appender.consoleStderr.layout.type = PatternLayout
-appender.consoleStderr.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c -
%m%n
-appender.consoleStderr.filter.acceptGteWarn.type = ThresholdFilter
-appender.consoleStderr.filter.acceptGteWarn.level = WARN
-appender.consoleStderr.filter.acceptGteWarn.onMatch = ACCEPT
-appender.consoleStderr.filter.acceptGteWarn.onMismatch = DENY
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelBatchJobExample.class
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelBatchJobExample.class
deleted file mode 100644
index 9ec3ccd501..0000000000
Binary files
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelBatchJobExample.class
and /dev/null differ
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelStreamingJobExample.class
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelStreamingJobExample.class
deleted file mode 100644
index 4b618d2098..0000000000
Binary files
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-15-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelStreamingJobExample.class
and /dev/null differ
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/examples/fake_to_console_batch.conf
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/examples/fake_to_console_batch.conf
deleted file mode 100644
index 9656e54b65..0000000000
---
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/examples/fake_to_console_batch.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-######
-###### This config file is a demonstration of streaming processing in
seatunnel config
-######
-
-env {
- job.mode = "BATCH"
- parallelism = 2
- flink.rest.bind-port = 8081
-}
-
-source {
- # This is a example source plugin **only for test and demonstrate the
feature source plugin**
- FakeSource {
- plugin_output = "fake"
- row.num = 32
- schema = {
- fields {
- name = "string"
- age = "int"
- }
- }
- }
-
- # If you would like to get more information about how to configure seatunnel
and see full list of source plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/source
-}
-
-transform {
- Copy {
- plugin_input = "fake"
- plugin_output = "fake1"
- fields {
- name1 = name
- }
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of transform plugins,
- # please go to https://seatunnel.apache.org/docs/category/transform-v2
-}
-
-sink {
- Console {
- plugin_input = "fake1"
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of sink plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/sink
-}
\ No newline at end of file
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/examples/fake_to_console_streaming.conf
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/examples/fake_to_console_streaming.conf
deleted file mode 100644
index 09ddccdaee..0000000000
---
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/examples/fake_to_console_streaming.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-######
-###### This config file is a demonstration of streaming processing in
seatunnel config
-######
-
-env {
- job.mode = "STREAMING"
- parallelism = 1
- flink.rest.bind-port = 8081
-}
-
-source {
- # This is a example source plugin **only for test and demonstrate the
feature source plugin**
- FakeSource {
- plugin_output = "fake"
- row.num = 10000000
- schema = {
- fields {
- name = "string"
- age = "int"
- }
- }
- }
-
- # If you would like to get more information about how to configure seatunnel
and see full list of source plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/source
-}
-
-transform {
- Copy {
- plugin_input = "fake"
- plugin_output = "fake1"
- fields {
- name1 = name
- }
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of transform plugins,
- # please go to https://seatunnel.apache.org/docs/category/transform-v2
-}
-
-sink {
- Console {
- plugin_input = "fake1"
- }
- # If you would like to get more information about how to configure seatunnel
and see full list of sink plugins,
- # please go to https://seatunnel.apache.org/docs/connector-v2/sink
-}
\ No newline at end of file
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/log4j2.properties
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/log4j2.properties
deleted file mode 100644
index 2dc1b8ca50..0000000000
---
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/log4j2.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-################################################################################
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-rootLogger.level = INFO
-
-rootLogger.appenderRef.consoleStdout.ref = consoleStdoutAppender
-rootLogger.appenderRef.consoleStderr.ref = consoleStderrAppender
-
-appender.consoleStdout.name = consoleStdoutAppender
-appender.consoleStdout.type = CONSOLE
-appender.consoleStdout.target = SYSTEM_OUT
-appender.consoleStdout.layout.type = PatternLayout
-appender.consoleStdout.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c -
%m%n
-appender.consoleStdout.filter.acceptLtWarn.type = ThresholdFilter
-appender.consoleStdout.filter.acceptLtWarn.level = WARN
-appender.consoleStdout.filter.acceptLtWarn.onMatch = DENY
-appender.consoleStdout.filter.acceptLtWarn.onMismatch = ACCEPT
-
-appender.consoleStderr.name = consoleStderrAppender
-appender.consoleStderr.type = CONSOLE
-appender.consoleStderr.target = SYSTEM_ERR
-appender.consoleStderr.layout.type = PatternLayout
-appender.consoleStderr.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c -
%m%n
-appender.consoleStderr.filter.acceptGteWarn.type = ThresholdFilter
-appender.consoleStderr.filter.acceptGteWarn.level = WARN
-appender.consoleStderr.filter.acceptGteWarn.onMatch = ACCEPT
-appender.consoleStderr.filter.acceptGteWarn.onMismatch = DENY
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelBatchJobExample.class
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelBatchJobExample.class
deleted file mode 100644
index 9ec3ccd501..0000000000
Binary files
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelBatchJobExample.class
and /dev/null differ
diff --git
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelStreamingJobExample.class
b/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelStreamingJobExample.class
deleted file mode 100644
index 4b618d2098..0000000000
Binary files
a/seatunnel-examples/seatunnel-flink-examples/seatunnel-flink-20-example/target/classes/org/apache/seatunnel/example/flink/SeaTunnelStreamingJobExample.class
and /dev/null differ