You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2021/08/05 07:20:12 UTC

[shardingsphere] branch master updated (c5c5aaa -> fbe641d)

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

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


    from c5c5aaa  Schema name properties xml jdbc (#11655)
     add fbe641d  add default sharding column (#11601)

No new revisions were added by this update.

Summary of changes:
 .../sharding/api/config/ShardingRuleConfiguration.java        |  2 ++
 .../sharding/StandardShardingStrategyConfiguration.java       |  2 --
 .../config/AlgorithmProvidedShardingRuleConfiguration.java    |  2 ++
 .../engine/type/standard/ShardingStandardRoutingEngine.java   | 11 +++++++----
 .../sharding/route/strategy/ShardingStrategyFactory.java      |  6 ++++--
 .../org/apache/shardingsphere/sharding/rule/ShardingRule.java |  8 +++++++-
 .../sharding/yaml/config/YamlShardingRuleConfiguration.java   |  2 ++
 ...ShardingRuleAlgorithmProviderConfigurationYamlSwapper.java |  1 +
 .../yaml/swapper/ShardingRuleConfigurationYamlSwapper.java    |  2 ++
 .../sharding/route/strategy/ShardingStrategyFactoryTest.java  | 11 +++++++----
 .../apache/shardingsphere/sharding/rule/ShardingRuleTest.java |  4 ++++
 .../swapper/ShardingRuleConfigurationYamlSwapperTest.java     |  6 ++++++
 ...uleConfigurationsForYamlShardingRuleConfigurationTest.java |  1 +
 .../src/test/resources/yaml/sharding-rule.yaml                |  1 +
 .../shardingsphere/spring/boot/SpringBootStarterTest.java     |  1 +
 .../src/test/resources/application-common.properties          |  2 ++
 16 files changed, 49 insertions(+), 13 deletions(-)