Skip to content

Commit

Permalink
[Hotfix][Config] Fix configuration key sort disorder (#7893)
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 authored Oct 25, 2024
1 parent 15431c9 commit 88be4fd
Show file tree
Hide file tree
Showing 6 changed files with 585 additions and 8 deletions.
18 changes: 18 additions & 0 deletions seatunnel-config/seatunnel-config-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,29 @@
<exclude>com/typesafe/config/ConfigParseOptions.class</exclude>
<exclude>com/typesafe/config/ConfigMergeable.class</exclude>
<exclude>com/typesafe/config/impl/ConfigParser.class</exclude>
<exclude>com/typesafe/config/impl/ConfigParser$1.class</exclude>
<exclude>com/typesafe/config/impl/ConfigParser$ParseContext.class</exclude>
<exclude>com/typesafe/config/impl/ConfigNodePath.class</exclude>
<exclude>com/typesafe/config/impl/PathParser.class</exclude>
<exclude>com/typesafe/config/impl/PathParser$Element.class</exclude>
<exclude>com/typesafe/config/impl/Path.class</exclude>
<exclude>com/typesafe/config/impl/SimpleConfigObject.class</exclude>
<exclude>com/typesafe/config/impl/SimpleConfigObject$1.class</exclude>
<exclude>com/typesafe/config/impl/SimpleConfigObject$RenderComparator.class</exclude>
<exclude>com/typesafe/config/impl/SimpleConfigObject$ResolveModifier.class</exclude>
<exclude>com/typesafe/config/impl/PropertiesParser.class</exclude>
<exclude>com/typesafe/config/impl/PropertiesParser$1.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$1.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$ClasspathNameSource.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$ClasspathNameSourceWithClass.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$DebugHolder.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$DefaultIncluderHolder.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$EnvVariablesHolder.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$FileNameSource.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$LoaderCache.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$LoaderCacheHolder.class</exclude>
<exclude>com/typesafe/config/impl/ConfigImpl$SystemPropertiesHolder.class</exclude>
</excludes>
</filter>
</filters>
Expand Down
Loading

0 comments on commit 88be4fd

Please sign in to comment.