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/22 11:53:15 UTC

[shardingsphere] branch master updated (2753241 -> 822fb0a)

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 2753241  Delete useless jenkinsfile (#6399)
     new 073f225  fix references
     new a2166e2  fix proxy ref
     new 822fb0a  Merge pull request #6400 from kimmking/fixRef

The 25797 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:
 examples/pom.xml                                        |  6 +++---
 .../orchestration-raw-jdbc-example/pom.xml              |  4 ++--
 .../orchestration-spring-boot-example/pom.xml           |  4 ++--
 .../orchestration-spring-namespace-example/pom.xml      |  4 ++--
 .../shardingsphere-cluster-facade/pom.xml               |  4 ++--
 .../shardingsphere-cluster-heartbeat/pom.xml            |  2 +-
 .../cluster/heartbeat/detect/HeartbeatHandler.java      |  2 +-
 .../shardingsphere-cluster-state/pom.xml                |  4 ++--
 .../cluster/state/ClusterStateInstance.java             |  2 +-
 .../shardingsphere-jdbc-distribution/pom.xml            | 17 ++++++-----------
 .../shardingsphere-src-distribution/pom.xml             | 17 ++++++-----------
 .../shardingsphere-jdbc-orchestration/pom.xml           |  4 ++--
 .../OrchestrationShardingSphereDataSourceFactory.java   |  2 +-
 ...amlOrchestrationShardingSphereDataSourceFactory.java |  4 ++--
 .../OrchestrationShardingSphereDataSource.java          | 12 ++++++------
 .../YamlCenterRepositoryConfigurationSwapperUtil.java   |  6 +++---
 .../yaml/YamlOrchestrationRootRuleConfigurations.java   |  2 +-
 .../fixture/FirstTestConfigCenterRepository.java        |  6 +++---
 .../fixture/FirstTestMetaDataCenterRepository.java      |  6 +++---
 .../fixture/FirstTestRegistryCenterRepository.java      |  8 ++++----
 .../fixture/FourthTestConfigCenterRepository.java       |  6 +++---
 .../fixture/FourthTestRegistryCenterRepository.java     |  8 ++++----
 .../fixture/SecondTestConfigCenterRepository.java       |  6 +++---
 .../fixture/SecondTestRegistryCenterRepository.java     |  8 ++++----
 .../fixture/ThirdTestConfigCenterRepository.java        |  6 +++---
 .../fixture/ThirdTestRegistryCenterRepository.java      |  8 ++++----
 .../OrchestrationShardingSphereDataSourceTest.java      |  8 ++++----
 .../util/YamlInstanceConfigurationSwapperUtilTest.java  |  4 ++--
 ...orchestration.repository.api.ConfigCenterRepository} |  0
 ...chestration.repository.api.RegistryCenterRepository} |  0
 .../OrchestrationSpringBootConfiguration.java           |  8 ++++----
 .../OrchestrationSpringBootRootConfiguration.java       |  2 +-
 .../additional-spring-configuration-metadata.json       |  2 +-
 .../orchestration/registry/TestCenterRepository.java    |  8 ++++----
 .../OrchestrationSpringBootRegistryMasterSlaveTest.java |  6 +++---
 ...orchestration.repository.api.ConfigCenterRepository} |  0
 ...chestration.repository.api.RegistryCenterRepository} |  0
 .../src/test/resources/yaml/data-source.yaml            |  2 +-
 .../src/test/resources/yaml/sharding-databases.yaml     |  6 +++---
 .../parser/DataSourceBeanDefinitionParser.java          |  2 +-
 .../parser/InstanceBeanDefinitionParser.java            |  2 +-
 .../TestRegistryCenterRepositoryRepository.java         |  8 ++++----
 ...orchestration.repository.api.ConfigCenterRepository} |  0
 ...chestration.repository.api.RegistryCenterRepository} |  0
 .../shardingsphere-proxy-common/pom.xml                 |  4 ++--
 .../proxy/config/yaml/YamlProxyServerConfiguration.java |  2 +-
 .../proxy/config/ShardingConfigurationLoaderTest.java   |  2 +-
 .../shardingsphere-proxy-orchestration/pom.xml          |  2 +-
 .../OrchestrationConfigurationConverter.java            |  6 +++---
 .../ProxyOrchestrationSchemaContextsTest.java           |  2 +-
 50 files changed, 112 insertions(+), 122 deletions(-)
 rename shardingsphere-jdbc/shardingsphere-jdbc-orchestration/src/test/resources/META-INF/services/{org.apache.shardingsphere.orchestration.center.ConfigCenterRepository => org.apache.shardingsphere.orchestration.repository.api.ConfigCenterRepository} (100%)
 rename shardingsphere-jdbc/shardingsphere-jdbc-orchestration/src/test/resources/META-INF/services/{org.apache.shardingsphere.orchestration.center.RegistryCenterRepository => org.apache.shardingsphere.orchestration.repository.api.RegistryCenterRepository} (100%)
 rename shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-orchestration-spring/shardingsphere-jdbc-orchestration-spring-boot-starter/src/test/resources/META-INF/services/{org.apache.shardingsphere.orchestration.center.RegistryCenterRepository => org.apache.shardingsphere.orchestration.repository.api.ConfigCenterRepository} (100%)
 rename shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-orchestration-spring/shardingsphere-jdbc-orchestration-spring-boot-starter/src/test/resources/META-INF/services/{org.apache.shardingsphere.orchestration.center.ConfigCenterRepository => org.apache.shardingsphere.orchestration.repository.api.RegistryCenterRepository} (100%)
 rename shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-orchestration-spring/shardingsphere-jdbc-orchestration-spring-namespace/src/test/resources/META-INF/services/{org.apache.shardingsphere.orchestration.center.RegistryCenterRepository => org.apache.shardingsphere.orchestration.repository.api.ConfigCenterRepository} (100%)
 rename shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-orchestration-spring/shardingsphere-jdbc-orchestration-spring-namespace/src/test/resources/META-INF/services/{org.apache.shardingsphere.orchestration.center.ConfigCenterRepository => org.apache.shardingsphere.orchestration.repository.api.RegistryCenterRepository} (100%)