You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by xi...@apache.org on 2020/07/09 10:35:16 UTC

[shardingsphere] branch master updated (2824417 -> cf25de7)

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

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


    from 2824417  create RegistryCenterExecuteEngine (#6307)
     new e3f860e  create RegistryCenterExecuteEngine
     new fc57934  create YamlConfigurationGenerator
     new 7c1a5e3  Merge branch 'master' into new
     new cf25de7  Merge pull request #6309 from tristaZero/new

The 25696 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../jdbc/execute/RegistryCenterExecuteEngine.java  | 29 +++++++--
 .../generator/YamlConfigurationGenerator.java      | 15 ++---
 .../YamlDataSourceConfigurationGenerator.java}     | 30 ++++------
 .../YamlShardingRuleConfigurationGenerator.java    | 68 ++++++++++++++++++++++
 .../proxy/config/yaml/YamlDataSourceParameter.java |  3 +-
 .../ddl/CreateShardingRuleStatementContext.java    | 15 ++++-
 6 files changed, 125 insertions(+), 35 deletions(-)
 copy shardingsphere-infra/shardingsphere-infra-rewrite/shardingsphere-infra-rewrite-engine/src/main/java/org/apache/shardingsphere/infra/rewrite/sql/token/generator/SQLTokenGenerator.java => shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/execute/generator/YamlConfigurationGenerator.java (67%)
 copy shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/{recognizer/impl/OracleRecognizer.java => execute/generator/YamlDataSourceConfigurationGenerator.java} (54%)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/execute/generator/YamlShardingRuleConfigurationGenerator.java