This is an automated email from the ASF dual-hosted git repository.
menghaoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 48e075c Add integration test for opentelemetry plugin (#11273)
add e9c9535 Split DataSourceStatusRegistryService (#11310)
No new revisions were added by this update.
Summary of changes:
.../governance/core/registry/RegistryCenter.java | 12 +++--
.../DataSourceRegistrySubscriber.java | 3 +-
.../GlobalRuleRegistrySubscriber.java | 3 +-
.../SchemaRuleRegistrySubscriber.java | 3 +-
.../service/DataSourceStatusRegistryService.java | 32 +------------
.../DataSourceStatusRegistrySubscriber.java} | 31 ++-----------
.../DataSourceRegistrySubscriberTest.java | 3 +-
.../SchemaRuleRegistrySubscriberTest.java | 3 +-
.../DataSourceStatusRegistryServiceTest.java | 54 ++--------------------
.../DataSourceStatusRegistrySubscriberTest.java} | 42 ++++-------------
10 files changed, 36 insertions(+), 150 deletions(-)
rename
shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/registry/config/{service/impl
=> subscriber}/DataSourceRegistrySubscriber.java (95%)
rename
shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/registry/config/{service/impl
=> subscriber}/GlobalRuleRegistrySubscriber.java (96%)
rename
shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/registry/config/{service/impl
=> subscriber}/SchemaRuleRegistrySubscriber.java (93%)
copy
shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/registry/state/{service/DataSourceStatusRegistryService.java
=> subscriber/DataSourceStatusRegistrySubscriber.java} (66%)
rename
shardingsphere-governance/shardingsphere-governance-core/src/test/java/org/apache/shardingsphere/governance/core/registry/config/{service/impl
=> subscriber}/DataSourceRegistrySubscriberTest.java (97%)
rename
shardingsphere-governance/shardingsphere-governance-core/src/test/java/org/apache/shardingsphere/governance/core/registry/config/{service/impl
=> subscriber}/SchemaRuleRegistrySubscriberTest.java (93%)
copy
shardingsphere-governance/shardingsphere-governance-core/src/test/java/org/apache/shardingsphere/governance/core/registry/state/{service/DataSourceStatusRegistryServiceTest.java
=> subscriber/DataSourceStatusRegistrySubscriberTest.java} (59%)