You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ri...@apache.org on 2022/01/20 02:54:24 UTC

[incubator-seatunnel] branch dev updated (286cd2f -> 630bc31)

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