Browse Source

#4335: Fix java.sql.Date serialize error by convert it to java.util.Date (#13050)

git-as-svn/v1/dev
JueLance 1 year ago committed by GitHub
parent
commit
614e1f8327
  1. 2
      commit.ref
  2. 61
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit 121c981a5d28e82d10f74427d3cbf5e4b100d29a Subproject commit e7c579d8f1bcb7f4e91053bb23c6bcf743e1d050

61
commit.yml

@ -2,34 +2,37 @@
branches: { branches: {
} }
fileChange: fileChange:
/dolphinscheduler-ui: /dolphinscheduler-common:
newFile: !uuid '631df6819b47a423e36149a29e6f2864f30fa5e6' newFile: !uuid '99def5c14cdc4942076d05ab7bd8e4a881543db0'
oldFile: !uuid 'c118257d2f8f6e645e5f43692ac74b06e6bbcd05' oldFile: !uuid '250a9b17607f885e05b519c099750d50e10cadc3'
/dolphinscheduler-ui/src: /dolphinscheduler-common/src:
newFile: !uuid '78c7e4c57ff4d53e6c90d432b0e2a640443b292e' newFile: !uuid 'dc3168594b48d6e03ebb128e89380eb3819b4dbb'
oldFile: !uuid '28b619208730bf7565c66ac32bc1f74a92807634' oldFile: !uuid 'de7c04b7b852c3e7dd1913f6fa602afcded4d641'
/dolphinscheduler-ui/src/views: /dolphinscheduler-common/src/main:
newFile: !uuid '35f58971a05cf8f8b9a16f6678e131334a2d0692' newFile: !uuid '836b963f95cb8132a00f03dc216d2f477e609ebd'
oldFile: !uuid '5e95a84c90e8ef01e578417d8d256f620b4f415b' oldFile: !uuid '0589c60bac894eacdc36d3c4de678b8243df4766'
/dolphinscheduler-ui/src/views/projects: /dolphinscheduler-common/src/main/java:
newFile: !uuid '4805ae2e600086e542f0a21173026be232f32df1' newFile: !uuid '0599d11313a63bf53d3395715ce83fda3fef589a'
oldFile: !uuid '748c06f3e5807c2ccc4ab7f49d3cb64be45b9fe7' oldFile: !uuid '3540fb4634f1a7a7875b2885ff773a583b422201'
/dolphinscheduler-ui/src/views/projects/task: /dolphinscheduler-common/src/main/java/org:
newFile: !uuid '1b0b0b34ae009cc928553c5eece0b218bf3a098b' newFile: !uuid '0e69767fbdc709fed7e433f21a16ef05ebba40cb'
oldFile: !uuid '2fd8766c01c2968a4cf22bc318e9908f60a65ad5' oldFile: !uuid '4e4cc9165fca22f552c4eedfc26100b753621aba'
/dolphinscheduler-ui/src/views/projects/task/components: /dolphinscheduler-common/src/main/java/org/apache:
newFile: !uuid 'c368563460010bafbe4faa870e31598c8bc97e4f' newFile: !uuid 'c823f4d2127e4fb2cdeb5c6198c0ec5184f54751'
oldFile: !uuid '0ea5cb47452a75765c0c8b2aaf4550003f5d028d' oldFile: !uuid '7324a0992b8792c1f4dc9d73b321b556d7a47287'
/dolphinscheduler-ui/src/views/projects/task/components/node: /dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler:
newFile: !uuid 'd4a55f46b3887b7fc0c817de0a6e7ff1c2250ba5' newFile: !uuid '6630ded71626f25afc35d3f2cd14751aa5c59d87'
oldFile: !uuid '80e250fc8eca8457a12b420a2ee88a8961aa2a9d' oldFile: !uuid '5d84a4df368d34ce0966f87b3da87105924ddbb5'
/dolphinscheduler-ui/src/views/projects/task/components/node/fields: /dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common:
newFile: !uuid 'b7e56e17cf757d693121a9ec3e776fa441ea6d0b' newFile: !uuid '2f06c484efe7be3e792fd16ac78a8f41b872b436'
oldFile: !uuid 'a48ce3d49df205196f63b5d89f438412e02dbc8e' oldFile: !uuid 'c7280e2320844fbb5be81faeb7f4313d3825ec1c'
/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-dependent.ts: /dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils:
newFile: !uuid 'fc9911800b85b06f25430d4b0adae1df7bc64d3b' newFile: !uuid 'fa84f2d908ba0034741960e3e4fde2d69d37e820'
oldFile: !uuid '3fca7b417dc59e5622678fc01bda6136d0970269' oldFile: !uuid 'e810c47b12c8b1d546176c85a4e8f108af24d592'
gitCommitId: !uuid '121c981a5d28e82d10f74427d3cbf5e4b100d29a' /dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/DateUtils.java:
newFile: !uuid '16182ccda67ff3dd9d53f6220d40788ecbe7860d'
oldFile: !uuid '11c86ec531d6f154a80bbfe7f545869b392e1677'
gitCommitId: !uuid 'e7c579d8f1bcb7f4e91053bb23c6bcf743e1d050'
renames: { renames: {
} }
revisionId: 4334 revisionId: 4335

Loading…
Cancel
Save