You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/08/19 10:15:55 UTC

[shardingsphere] branch master updated (fc830bc -> 7f6a863)

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

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


    from fc830bc  Add test case for RuleSchemaMetaData(#6731) (#6819)
     add 40e393d  Add YamlEncryptRuleSpringBootConfiguration
     add 50c27e4  Add YamlMasterSlaveRuleSpringBootConfiguration
     add dd2f6a2  Add YamlShadowRuleSpringBootConfiguration
     add 72a06a6  Add YamlShardingRuleSpringBootConfiguration
     add 7f6a863  Refactor yaml rule config for spring boot (#6937)

No new revisions were added by this update.

Summary of changes:
 .../boot/EncryptRuleSpringBootConfiguration.java   | 23 ++++++++------------
 .../EncryptAlgorithmProvidedBeanRegistry.java      |  2 +-
 .../YamlEncryptRuleSpringBootConfiguration.java    | 13 ++++++-----
 .../MasterSlaveRuleSpringbootConfiguration.java    | 25 ++++++++--------------
 .../MasterSlaveAlgorithmProvidedBeanRegistry.java  |  2 +-
 ...YamlMasterSlaveRuleSpringBootConfiguration.java | 13 ++++++-----
 .../boot/ShadowRuleSpringBootConfiguration.java    | 22 +++++++------------
 .../YamlShadowRuleSpringBootConfiguration.java     | 13 ++++++-----
 .../boot/ShardingRuleSpringBootConfiguration.java  | 24 ++++++++-------------
 .../ShardingAlgorithmProvidedBeanRegistry.java     |  2 +-
 .../YamlShardingRuleSpringBootConfiguration.java   | 13 ++++++-----
 .../prop/SpringBootPropertiesConfiguration.java    |  2 +-
 12 files changed, 63 insertions(+), 91 deletions(-)
 rename shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-spring/shardingsphere-encrypt-spring-boot-starter/src/main/java/org/apache/shardingsphere/encrypt/spring/boot/{ => algorithm}/EncryptAlgorithmProvidedBeanRegistry.java (96%)
 copy shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-core-spring/shardingsphere-jdbc-core-spring-boot-starter/src/main/java/org/apache/shardingsphere/spring/boot/prop/SpringBootPropertiesConfiguration.java => shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-spring/shardingsphere-encrypt-spring-boot-starter/src/main/java/org/apache/shardingsphere/encrypt/spring/boot/rule/YamlEncryptRuleSpringBootConfiguration.java (72%)
 rename shardingsphere-features/shardingsphere-master-slave/shardingsphere-master-slave-spring/shardingsphere-master-slave-spring-boot-starter/src/main/java/org/apache/shardingsphere/masterslave/spring/boot/{ => algorithm}/MasterSlaveAlgorithmProvidedBeanRegistry.java (96%)
 copy shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-core-spring/shardingsphere-jdbc-core-spring-boot-starter/src/main/java/org/apache/shardingsphere/spring/boot/prop/SpringBootPropertiesConfiguration.java => shardingsphere-features/shardingsphere-master-slave/shardingsphere-master-slave-spring/shardingsphere-master-slave-spring-boot-starter/src/main/java/org/apache/shardingsphere/masterslave/spring/boot/rule/YamlMasterSlaveRuleSpringBootConfiguration.java (70%)
 copy shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-core-spring/shardingsphere-jdbc-core-spring-boot-starter/src/main/java/org/apache/shardingsphere/spring/boot/prop/SpringBootPropertiesConfiguration.java => shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-spring/shardingsphere-shadow-spring-boot-starter/src/main/java/org/apache/shardingsphere/shadow/spring/boot/rule/YamlShadowRuleSpringBootConfiguration.java (72%)
 rename shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-spring/shardingsphere-sharding-spring-boot-starter/src/main/java/org/apache/shardingsphere/sharding/spring/boot/{ => algorithm}/ShardingAlgorithmProvidedBeanRegistry.java (96%)
 copy shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-core-spring/shardingsphere-jdbc-core-spring-boot-starter/src/main/java/org/apache/shardingsphere/spring/boot/prop/SpringBootPropertiesConfiguration.java => shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-spring/shardingsphere-sharding-spring-boot-starter/src/main/java/org/apache/shardingsphere/sharding/spring/boot/rule/YamlShardingRuleSpringBootConfiguration.java (72%)