You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2022/12/15 16:03:24 UTC

[shardingsphere] branch master updated (b5ed2ffe08f -> 556c5dceb20)

This is an automated email from the ASF dual-hosted git repository.

sunnianjun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from b5ed2ffe08f Rename AgentConfiguration (#22893)
     add 556c5dceb20 Rename PluginConfigurationLoader (#22895)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere/agent/bootstrap/ShardingSphereAgent.java    |  4 ++--
 ...ConfigurationLoader.java => PluginConfigurationLoader.java} | 10 +++++-----
 ...ationLoaderTest.java => PluginConfigurationLoaderTest.java} |  6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)
 rename agent/core/src/main/java/org/apache/shardingsphere/agent/core/config/loader/{AgentConfigurationLoader.java => PluginConfigurationLoader.java} (90%)
 rename agent/core/src/test/java/org/apache/shardingsphere/agent/core/config/loader/{AgentConfigurationLoaderTest.java => PluginConfigurationLoaderTest.java} (89%)