• L
    Use init method to process props with ShardingSphereAlgorithm to avoid... · 010567d3
    Liang Zhang 提交于
     Use init method to process props with ShardingSphereAlgorithm to avoid getProperties with in sync codes (#6080)
    
    * move org.apache.shardingsphere.sharding.algorithm
    
    * move org.apache.shardingsphere.sharding.algorithm.config
    
    * Add ShardingSphereAlgorithmPostProcessor for KeyGenerateAlgorithm
    
    * Use init to process props with InlineShardingAlgorithm
    
    * Use init to process props with HashModShardingAlgorithm
    
    * Use init to process props with ModShardingAlgorithm
    
    * Use init to process props with RangeShardingAlgorithm
    
    * Use init to process props with FixedIntervalShardingAlgorithm
    
    * Use init to process props with MutableIntervalShardingAlgorithm
    
    * Use init to process props with AESEncryptAlgorithm
    
    * Use init to process props with RC4EncryptAlgorithm
    
    * fix test cases
    010567d3
ShardingRuleTest.java 19.7 KB