Browse Source

#4025: Fix trim might cause NPE in PropertyUtils (#13853)

git-as-svn/v1/dev
Wenjun Ruan 2 years ago committed by GitHub
parent
commit
aaac49862e
  1. 2
      commit.ref
  2. 43
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit e61b8a3dceec387a60af63ff9919aa7cd08af4ac
Subproject commit 69fc217ab2536c826456ba62c41554183248ef53

43
commit.yml

@ -2,16 +2,37 @@
branches: {
}
fileChange:
/.github:
newFile: !uuid '19ddf2eeedc65cc41f29ebb7dc4365cd0122be99'
oldFile: !uuid '264db9df8ee47f496b4fd50fdddc25c49957043f'
/.github/workflows:
newFile: !uuid '04e1a1995a741ba4ee9328adcb827bcfc6134bc4'
oldFile: !uuid 'baaaa179d49dbf66efc88ac705164e3be3ad4535'
/.github/workflows/publish-docker.yaml:
newFile: !uuid '612f4a10dbd3cc4af742cc02efd5d54a75186399'
oldFile: !uuid '3fa1cf4b1fe2de833923a90619e1552f1c1dba1e'
gitCommitId: !uuid 'e61b8a3dceec387a60af63ff9919aa7cd08af4ac'
/dolphinscheduler-common:
newFile: !uuid 'c55e60743c770aa5a2520d6c173ed4fc4f304adf'
oldFile: !uuid '294961b5984861251ddd97cd200ec756424e26a9'
/dolphinscheduler-common/src:
newFile: !uuid '0f57178ca8ac8c4b957eb50d8ea7cb6de6af2549'
oldFile: !uuid '55b43fa0855254c7c3d37fecf7b90eb2563344f4'
/dolphinscheduler-common/src/main:
newFile: !uuid '950c52f9deb09fb304836886bda3ee7055ade386'
oldFile: !uuid '0963301cef7044b7229c13690a2778152315fa40'
/dolphinscheduler-common/src/main/java:
newFile: !uuid '3187c049a91658da6f0847badff57c2d4f905ddc'
oldFile: !uuid 'a2bcbdad44957894b6a77f6d38fc3bd19b04291a'
/dolphinscheduler-common/src/main/java/org:
newFile: !uuid '02e445c18aaf1e4162529d2e7139865f9dc51b41'
oldFile: !uuid '11e6470e1a4f0f4d0ba32476b64a7c981451a6fd'
/dolphinscheduler-common/src/main/java/org/apache:
newFile: !uuid 'e8f8bb3ac1322f3e553517ba04a7bed2ec11c0bc'
oldFile: !uuid 'ea4774f3ee8712cb1a4479fcf509185e8699a63f'
/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler:
newFile: !uuid '4713469f9c0cd73482a2bbb1653d7d4a1bb611dc'
oldFile: !uuid 'a0fae265227772cb508b0bf40a394ed41c20332a'
/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common:
newFile: !uuid '8349cb209f5951c732c45db9ace8262fafe24f11'
oldFile: !uuid 'aa82f1f05c531674ac1f9ff5f1612c24f55eeedb'
/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils:
newFile: !uuid 'cc06e9d17b43a2e1be3cfccfefb69cc713a4c020'
oldFile: !uuid 'df470557ef6610967bbb3e30604e2cecabd8e427'
/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/PropertyUtils.java:
newFile: !uuid '972f17a8d5038d838eb4b3561dfc69978d38180f'
oldFile: !uuid '87278cdfae0be2aaa6294d7ff9d9bb3e8cd5cd4f'
gitCommitId: !uuid '69fc217ab2536c826456ba62c41554183248ef53'
renames: {
}
revisionId: 4024
revisionId: 4025

Loading…
Cancel
Save