This is an automated email from the ASF dual-hosted git repository.
rickyhuo pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git.
from 286cd2f [Improve][seatunnel-core] Remove useless parameters (#1107)
add 630bc31 [SeaTunnel #1044][Bug][Config] Fix quoted string in config
key (#1090)
No new revisions were added by this update.
Summary of changes:
seatunnel-config/pom.xml | 1 +
.../main/java/com/typesafe/config/impl/Path.java | 255 +++++++++++++++++++++
.../apache/seatunnel/config/ConfigFactoryTest.java | 11 +
3 files changed, 267 insertions(+)
create mode 100644
seatunnel-config/src/main/java/com/typesafe/config/impl/Path.java