This is an automated email from the ASF dual-hosted git repository.
leonbao pushed a change to branch dev-131
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from d212a63 fix 3112:download udf resource need find the tenant code of
resource owner (#3114)
new 5293a4f merge from 1.3.1-release
new 3347285 remove some notes (#3127)
new f689f2a fix Permission denied if not found dolphinscheder-env.sh on
1.3.1 (#3128)
new 0ed7942 add PropertyPlaceholderHelper on license (#3129)
new 7959827 merge from 1.3.1-release
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:
LICENSE | 1 +
NOTICE | 14 +-
dolphinscheduler-alert/pom.xml | 2 +-
dolphinscheduler-api/pom.xml | 2 +-
.../api/dto/resources/Directory.java | 4 +-
.../api/dto/resources/FileLeaf.java | 4 +-
.../api/dto/resources/ResourceComponent.java | 16 +-
.../api/dto/resources/visitor/Visitor.java | 9 +-
.../api/interceptor/LoginHandlerInterceptor.java | 18 +-
dolphinscheduler-common/pom.xml | 2 +-
.../common/utils/Preconditions.java | 249 ++-------------------
.../common/utils/PreconditionsTest.java | 115 +---------
dolphinscheduler-dao/pom.xml | 2 +-
dolphinscheduler-dist/pom.xml | 2 +-
dolphinscheduler-plugin-api/pom.xml | 2 +-
dolphinscheduler-remote/pom.xml | 2 +-
.../remote/exceptions/RemotingException.java | 55 +----
.../remote/future/ResponseFuture.java | 30 +--
dolphinscheduler-server/pom.xml | 2 +-
.../dispatch/exceptions/ExecuteException.java | 53 +----
dolphinscheduler-service/pom.xml | 2 +-
dolphinscheduler-ui/pom.xml | 2 +-
pom.xml | 2 +-
23 files changed, 98 insertions(+), 492 deletions(-)