This is an automated email from the ASF dual-hosted git repository.
leonbao pushed a change to branch 1.3.0-release
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 63d91fd [maven-release-plugin] prepare for next development iteration
new b172f31 Fix tasks not execute in sub-process when rerun scheduled
process. #2903 (#2908)
new 6338524 update how to build and remove docs link (#2906)
new 334b5ce fix bug: sqoop mysql import params error (#2896)
new 0656327 Fixbug datax task (#2909)
new 4891493 revert
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 17 +-
README_zh_CN.md | 17 +-
dolphinscheduler-alert/pom.xml | 2 +-
dolphinscheduler-api/pom.xml | 2 +-
dolphinscheduler-common/pom.xml | 2 +-
.../common/task/datax/DataxParameters.java | 11 +-
.../common/utils/ParameterUtils.java | 2 +-
dolphinscheduler-dao/pom.xml | 2 +-
dolphinscheduler-dist/pom.xml | 2 +-
dolphinscheduler-dist/release-docs/LICENSE | 49 +-
dolphinscheduler-dist/release-docs/NOTICE | 90 +---
.../release-docs/licenses/LICENSE-ant-1.6.5.txt | 203 ++++++++
.../release-docs/licenses/LICENSE-commons-el.txt | 60 ---
...-framework.txt => LICENSE-commons-lang-2.6.txt} | 0
.../release-docs/licenses/LICENSE-commons-lang.txt | 202 --------
...SE-aspectjweaver.txt => LICENSE-core-3.1.1.txt} | 18 +-
...mons-lang3.txt => LICENSE-curator-framwork.txt} | 0
.../release-docs/licenses/LICENSE-freemarker.txt | 49 --
.../release-docs/licenses/LICENSE-grpc-context.txt | 36 --
.../release-docs/licenses/LICENSE-grpc-core.txt | 36 --
.../release-docs/licenses/LICENSE-grpc-netty.txt | 36 --
.../licenses/LICENSE-grpc-protobuf-little.txt | 36 --
.../licenses/LICENSE-grpc-protobuf.txt | 36 --
.../release-docs/licenses/LICENSE-grpc-stub.txt | 36 --
.../release-docs/licenses/LICENSE-h2-1.4.200.txt | 552 +++++++++++++++++++++
.../licenses/LICENSE-instrumentation-api.txt | 201 --------
.../licenses/LICENSE-jackson-annotations.txt | 0
.../release-docs/licenses/LICENSE-jackson-core.txt | 0
.../licenses/LICENSE-jackson-databind.txt | 0
.../licenses/LICENSE-jasper-compiler.txt | 202 --------
.../licenses/LICENSE-jasper-runtime.txt | 14 -
...sdk-java.txt => LICENSE-jsp-api-2.1-6.1.14.txt} | 26 +-
...s-sdk-java.txt => LICENSE-log4j-api-2.11.2.txt} | 26 +-
...NSE-log4j.txt => LICENSE-log4j-core-2.11.2.txt} | 2 +-
.../release-docs/licenses/LICENSE-netty-buffer.txt | 201 --------
.../licenses/LICENSE-netty-code-http.txt | 201 --------
.../licenses/LICENSE-netty-codec-http2.txt | 201 --------
.../licenses/LICENSE-netty-codec-socks.txt | 201 --------
.../release-docs/licenses/LICENSE-netty-codec.txt | 201 --------
.../release-docs/licenses/LICENSE-netty-common.txt | 201 --------
.../licenses/LICENSE-netty-handler-proxy.txt | 201 --------
.../licenses/LICENSE-netty-handler.txt | 201 --------
.../licenses/LICENSE-netty-resolver.txt | 201 --------
.../licenses/LICENSE-netty-transport.txt | 201 --------
.../licenses/LICENSE-opencensus-api.txt | 202 --------
.../LICENSE-opencensus-contrib-grpc-metrics.txt | 202 --------
.../LICENSE-proto-google-common-protos.txt | 202 --------
.../licenses/LICENSE-protobuf-java-util.txt | 42 --
dolphinscheduler-plugin-api/pom.xml | 2 +-
dolphinscheduler-remote/pom.xml | 2 +-
dolphinscheduler-server/pom.xml | 2 +-
.../server/worker/task/datax/DataxTask.java | 49 +-
.../generator/sources/MysqlSourceGenerator.java | 18 +-
.../server/worker/task/datax/DataxTaskTest.java | 11 +-
dolphinscheduler-service/pom.xml | 2 +-
.../service/process/ProcessService.java | 2 +-
dolphinscheduler-ui/pom.xml | 2 +-
.../pages/dag/_source/formModel/tasks/datax.vue | 11 +
pom.xml | 2 +-
59 files changed, 867 insertions(+), 3861 deletions(-)
create mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-ant-1.6.5.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-commons-el.txt
rename
dolphinscheduler-dist/release-docs/licenses/{LICENSE-curator-framework.txt =>
LICENSE-commons-lang-2.6.txt} (100%)
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-commons-lang.txt
copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-aspectjweaver.txt =>
LICENSE-core-3.1.1.txt} (99%)
rename dolphinscheduler-dist/release-docs/licenses/{LICENSE-commons-lang3.txt
=> LICENSE-curator-framwork.txt} (100%)
mode change 100644 => 100755
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-freemarker.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-grpc-context.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-grpc-core.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-grpc-netty.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-grpc-protobuf-little.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-grpc-protobuf.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-grpc-stub.txt
create mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-h2-1.4.200.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-instrumentation-api.txt
mode change 100644 => 100755
dolphinscheduler-dist/release-docs/licenses/LICENSE-jackson-annotations.txt
mode change 100644 => 100755
dolphinscheduler-dist/release-docs/licenses/LICENSE-jackson-core.txt
mode change 100644 => 100755
dolphinscheduler-dist/release-docs/licenses/LICENSE-jackson-databind.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-jasper-compiler.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-jasper-runtime.txt
copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-aws-sdk-java.txt =>
LICENSE-jsp-api-2.1-6.1.14.txt} (72%)
copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-aws-sdk-java.txt =>
LICENSE-log4j-api-2.11.2.txt} (72%)
copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-log4j.txt =>
LICENSE-log4j-core-2.11.2.txt} (99%)
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-buffer.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-code-http.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-codec-http2.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-codec-socks.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-codec.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-common.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-handler-proxy.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-handler.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-resolver.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-netty-transport.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-opencensus-api.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-opencensus-contrib-grpc-metrics.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-proto-google-common-protos.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-protobuf-java-util.txt