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 93ceabc8260 Reuse TableRefreshUtils.isSingleTable (#30408)
add 1d1a97d8df0 Remove StaticDataSourceContainedRule (#30410)
No new revisions were added by this update.
Summary of changes:
.../rule/ReadwriteSplittingRule.java | 10 ++-----
.../rule/ReadwriteSplittingRuleTest.java | 17 +++++------
.../update/DropReadwriteSplittingRuleExecutor.java | 7 +++--
.../infra/metadata/ShardingSphereMetaData.java | 7 +++--
.../datasource/StaticDataSourceContainedRule.java | 33 ----------------------
.../infra/metadata/ShardingSphereMetaDataTest.java | 2 +-
.../database/type/DropDatabaseRuleOperator.java | 13 +++++----
.../subscriber/ConfigurationChangedSubscriber.java | 23 ++++++++-------
.../subscriber/NewStateChangedSubscriber.java | 16 +++++------
.../subscriber/StateChangedSubscriber.java | 18 ++++++------
.../subscriber/StateChangedSubscriberTest.java | 14 +++++----
11 files changed, 67 insertions(+), 93 deletions(-)
delete mode 100644
infra/common/src/main/java/org/apache/shardingsphere/infra/rule/identifier/type/datasource/StaticDataSourceContainedRule.java