You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/11/19 10:58:50 UTC

[shardingsphere] branch master updated (5e8d006 -> 6a74a65)

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

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


    from 5e8d006  Refactor TextProtocolBackendHandler.getRowData's return value to Collection (#8228)
     add 6a74a65  add agent config init. (#8225)

No new revisions were added by this update.

Summary of changes:
 shardingsphere-agent/pom.xml                       | 167 ++++++++++++++++++++-
 .../shardingsphere-agent-bootstrap/pom.xml         |   8 +
 .../agent/bootstrap/ShardingSphereAgent.java       |  10 +-
 .../shardingsphere-agent-core/pom.xml              |   6 +
 .../agent/core/config/AgentConfiguration.java      |  21 ++-
 .../core/config/AgentConfigurationLoader.java      |  59 ++++++++
 .../agent/core/utils/SingletonHolder.java          |  34 +++--
 .../agent/core/yaml}/YamlEngine.java               |  32 ++--
 .../src/main/resources/conf/agent.yaml             |   7 +-
 .../core/config/AgentConfigurationLoaderTest.java  |  10 +-
 10 files changed, 307 insertions(+), 47 deletions(-)
 copy shardingsphere-scaling/shardingsphere-scaling-postgresql/src/main/java/org/apache/shardingsphere/scaling/postgresql/wal/decode/DecodingException.java => shardingsphere-agent/shardingsphere-agent-core/src/main/java/org/apache/shardingsphere/agent/core/config/AgentConfiguration.java (70%)
 create mode 100644 shardingsphere-agent/shardingsphere-agent-core/src/main/java/org/apache/shardingsphere/agent/core/config/AgentConfigurationLoader.java
 copy shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/check/DataConsistencyChecker.java => shardingsphere-agent/shardingsphere-agent-core/src/main/java/org/apache/shardingsphere/agent/core/utils/SingletonHolder.java (57%)
 copy {shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/yaml/engine => shardingsphere-agent/shardingsphere-agent-core/src/main/java/org/apache/shardingsphere/agent/core/yaml}/YamlEngine.java (72%)
 copy shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.config.RuleConfiguration => shardingsphere-agent/shardingsphere-agent-core/src/main/resources/conf/agent.yaml (90%)
 copy shardingsphere-governance/shardingsphere-governance-core/shardingsphere-governance-core-common/src/test/java/org/apache/shardingsphere/governance/core/utils/IpUtilsTest.java => shardingsphere-agent/shardingsphere-agent-core/src/test/java/org/apache/shardingsphere/agent/core/config/AgentConfigurationLoaderTest.java (75%)