This is an automated email from the ASF dual-hosted git repository.
caishunfeng pushed a change to branch 3.1.0-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from fcc75ef1c6 Bump up dependencies to fix cves (#11765)
new c11ec05d61 [Improvement-#11768][Monitor] Support monitor h2 database
in monitor page (#11813)
new 216ceea641 [Improve] Upgrade Hadoop to 3.2.4 (#11832)
new 89b4192d3d Remove htrace dependencies (#11881)
new 0f3b42925f [Fix][Monitor]Monitor UI not show DisakAvailable and
MemoryUsage correctly (#11870)
new 7b58737e22 Add default constructor (#11858)
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:
docs/docs/en/faq.md | 2 +-
docs/docs/zh/faq.md | 2 +-
.../dolphinscheduler/api/dto/TaskCountDto.java | 5 +-
dolphinscheduler-bom/pom.xml | 123 +-
dolphinscheduler-common/pom.xml | 10 +
.../common/model/MasterHeartBeat.java | 1 +
.../common/model/WorkerHeartBeat.java | 1 +
.../apache/dolphinscheduler/dao/MonitorDBDao.java | 3 +
...stgreSQLPerformance.java => H2Performance.java} | 44 +-
.../dao/utils/MySQLPerformance.java | 31 +-
.../dao/utils/PostgreSQLPerformance.java | 14 +-
dolphinscheduler-data-quality/pom.xml | 79 +-
dolphinscheduler-dist/pom.xml | 34 +-
dolphinscheduler-dist/release-docs/LICENSE | 114 +-
dolphinscheduler-dist/release-docs/NOTICE | 14 +-
...i18n.txt => LICENSE-commons-configuration2.txt} | 0
...rberos-codec.txt => LICENSE-commons-daemon.txt} | 0
.../licenses/LICENSE-commons-httpclient.txt | 176 ---
.../licenses/LICENSE-curator-framwork.txt | 0
...{LICENSE-postgresql.txt => LICENSE-dnsjava.txt} | 15 +-
...ient-app.txt => LICENSE-hadoop-hdfs-client.txt} | 0
.../licenses/LICENSE-hadoop-yarn-server-common.txt | 1562 --------------------
.../licenses/LICENSE-jackson-annotations.txt | 0
.../release-docs/licenses/LICENSE-jackson-core.txt | 0
.../licenses/LICENSE-jackson-databind.txt | 0
.../licenses/LICENSE-jakarta.activation-api.txt | 29 +
.../licenses/LICENSE-jakarta.xml.bind-api.txt | 29 +
...i-asn1-api.txt => LICENSE-jcip-annotations.txt} | 0
...ersey-client.txt => LICENSE-jersey-servlet.txt} | 0
.../release-docs/licenses/LICENSE-jetty-util.txt | 202 ---
...ngfox-spring-web.txt => LICENSE-kerb-admin.txt} | 3 +-
...gfox-spring-web.txt => LICENSE-kerb-client.txt} | 3 +-
...gfox-spring-web.txt => LICENSE-kerb-common.txt} | 3 +-
...ingfox-spring-web.txt => LICENSE-kerb-core.txt} | 3 +-
...gfox-spring-web.txt => LICENSE-kerb-crypto.txt} | 3 +-
...ox-spring-web.txt => LICENSE-kerb-identity.txt} | 3 +-
...gfox-spring-web.txt => LICENSE-kerb-server.txt} | 3 +-
...x-spring-web.txt => LICENSE-kerb-simplekdc.txt} | 3 +-
...ingfox-spring-web.txt => LICENSE-kerb-util.txt} | 3 +-
...ngfox-spring-web.txt => LICENSE-kerby-asn1.txt} | 3 +-
...fox-spring-web.txt => LICENSE-kerby-config.txt} | 3 +-
...ngfox-spring-web.txt => LICENSE-kerby-pkix.txt} | 3 +-
...ngfox-spring-web.txt => LICENSE-kerby-util.txt} | 3 +-
...ingfox-spring-web.txt => LICENSE-kerby-xdr.txt} | 3 +-
...uf-java-util.txt => LICENSE-leveldbjni-all.txt} | 23 +-
...SE-api-util.txt => LICENSE-nimbus-jose-jwt.txt} | 0
...ommons-configuration.txt => LICENSE-okhttp.txt} | 0
...E-perfmark-api.txt => LICENSE-perfmark-api.txt} | 0
.../release-docs/licenses/LICENSE-re2j.txt | 32 +
...-log4j-core-2.11.2.txt => LICENSE-reload4j.txt} | 0
.../release-docs/licenses/LICENSE-stax2-api.txt | 13 +
...x-spring-web.txt => LICENSE-token-provider.txt} | 3 +-
...E-htrace-core.txt => LICENSE-woodstox-core.txt} | 0
.../release-docs/licenses/LICENSE-xercesImpl.txt | 202 ---
.../release-docs/licenses/LICENSE-xml-apis.txt | 202 ---
.../release-docs/licenses/LICENSE-xmlenc.txt | 22 -
dolphinscheduler-master/pom.xml | 8 +
.../processor/TaskExecuteStartProcessor.java | 4 +-
.../server/master/task/MasterHeartBeatTask.java | 2 +
.../server/worker/task/WorkerHeartBeatTask.java | 2 +
pom.xml | 7 +-
tools/dependencies/known-dependencies.txt | 114 +-
62 files changed, 500 insertions(+), 2666 deletions(-)
copy
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/utils/{PostgreSQLPerformance.java
=> H2Performance.java} (61%)
rename dolphinscheduler-dist/release-docs/licenses/{LICENSE-apacheds-i18n.txt
=> LICENSE-commons-configuration2.txt} (100%)
rename
dolphinscheduler-dist/release-docs/licenses/{LICENSE-apacheds-kerberos-codec.txt
=> LICENSE-commons-daemon.txt} (100%)
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-commons-httpclient.txt
mode change 100755 => 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-curator-framwork.txt
copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-postgresql.txt =>
LICENSE-dnsjava.txt} (64%)
rename
dolphinscheduler-dist/release-docs/licenses/{LICENSE-hadoop-mapreduce-client-app.txt
=> LICENSE-hadoop-hdfs-client.txt} (100%)
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-hadoop-yarn-server-common.txt
mode change 100755 => 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-jackson-annotations.txt
mode change 100755 => 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-jackson-core.txt
mode change 100755 => 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-jackson-databind.txt
create mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-jakarta.activation-api.txt
create mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-jakarta.xml.bind-api.txt
rename dolphinscheduler-dist/release-docs/licenses/{LICENSE-api-asn1-api.txt
=> LICENSE-jcip-annotations.txt} (100%)
copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-jersey-client.txt =>
LICENSE-jersey-servlet.txt} (100%)
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-jetty-util.txt
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerb-admin.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerb-client.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerb-common.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerb-core.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerb-crypto.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerb-identity.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerb-server.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerb-simplekdc.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerb-util.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerby-asn1.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerby-config.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerby-pkix.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerby-util.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-kerby-xdr.txt} (99%)
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-protobuf-java-util.txt =>
LICENSE-leveldbjni-all.txt} (57%)
rename dolphinscheduler-dist/release-docs/licenses/{LICENSE-api-util.txt =>
LICENSE-nimbus-jose-jwt.txt} (100%)
rename
dolphinscheduler-dist/release-docs/licenses/{LICENSE-commons-configuration.txt
=> LICENSE-okhttp.txt} (100%)
rename dolphinscheduler-dist/release-docs/licenses/{LISCENSE-perfmark-api.txt
=> LICENSE-perfmark-api.txt} (100%)
create mode 100644 dolphinscheduler-dist/release-docs/licenses/LICENSE-re2j.txt
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-log4j-core-2.11.2.txt =>
LICENSE-reload4j.txt} (100%)
create mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-stax2-api.txt
copy
dolphinscheduler-dist/release-docs/licenses/{LICENSE-springfox-spring-web.txt
=> LICENSE-token-provider.txt} (99%)
rename dolphinscheduler-dist/release-docs/licenses/{LICENSE-htrace-core.txt =>
LICENSE-woodstox-core.txt} (100%)
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-xercesImpl.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-xml-apis.txt
delete mode 100644
dolphinscheduler-dist/release-docs/licenses/LICENSE-xmlenc.txt
mode change 100755 => 100644 tools/dependencies/known-dependencies.txt