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 2021/03/23 09:17:57 UTC

[shardingsphere] branch master updated (7f78aad -> e2aa412)

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

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


    from 7f78aad  docs:add spring-boot-starter each versions of the document (#9680)
     add e2aa412  Add ShardingSphereServiceLoader.getSingletonServiceInstances (#9779)

No new revisions were added by this update.

Summary of changes:
 .../common/rule/DatabaseDiscoveryRule.java         | 10 +++---
 ...eDiscoveryRuleConfigurationYamlSwapperTest.java |  2 +-
 ...eSplittingRuleConfigurationYamlSwapperTest.java |  2 +-
 .../config/datasource/DataSourceConfiguration.java |  2 +-
 .../auth/builder/loader/PrivilegeLoaderEngine.java |  2 +-
 .../metadata/schema/builder/SchemaBuilder.java     |  2 +-
 .../infra/rule/builder/aware/ResourceAware.java    |  2 +-
 .../infra/spi/ShardingSphereServiceLoader.java     | 37 ++++++++++++++--------
 .../constructor/ShardingSphereYamlConstructor.java |  2 +-
 .../representer/ShardingSphereYamlRepresenter.java |  2 +-
 .../YamlRuleConfigurationSwapperEngine.java        |  2 +-
 .../dialect/MySQLTableMetaDataLoaderTest.java      |  2 +-
 .../dialect/SQLServerTableMetaDataLoaderTest.java  |  2 +-
 .../infra/spi/ShardingSphereServiceLoaderTest.java | 23 ++++++++++++--
 .../datetime/database/spi/SPIDataBaseSQLEntry.java |  2 +-
 .../raw/callback/RawSQLExecutorCallback.java       |  2 +-
 .../impl/DataSourcePropertiesSetterHolder.java     |  2 +-
 .../factory/JDBCRawBackendDataSourceFactory.java   |  2 +-
 .../text/TextProtocolBackendHandlerFactory.java    |  2 +-
 .../scaling/core/spi/ScalingEntryLoader.java       |  2 +-
 20 files changed, 66 insertions(+), 38 deletions(-)