1. 16 5月, 2020 7 次提交
    • L
      Rename sharding-spring to shardingsphere-jdbc-spring (#5642) · c1f91fbd
      Liang Zhang 提交于
      * rename sharding-jdbc-spring to shardingsphere-jdbc-core-spring
      
      * rename sharding-jdbc-orchestration-spring to shardingsphere-jdbc-orchestration-spring
      
      * rename sharding-transaction-spring to shardingsphere-jdbc-transaction-spring
      
      * rename sharding-spring-boot-util to shardingsphere-jdbc-spring-boot-util
      
      * rename sharding-spring to shardingsphere-jdbc-spring
      
      * for code style
      
      * rename package names of spring boot starter
      
      * rename package names of spring namespace
      
      * rename package names of shardingsphere-jdbc-spring-boot-util
      
      * rename package names of shardingsphere-jdbc-transaction-spring
      c1f91fbd
    • L
      Rename sharding-jdbc to shardingsphere-jdbc (#5641) · 468e4540
      Liang Zhang 提交于
      * Rename sharding-jdbc to shardingsphere-jdbc
      
      * rename org.apache.shardingsphere.shardingjdbc to org.apache.shardingsphere.driver
      
      * rename org.apache.shardingsphere.shardingjdbc to org.apache.shardingsphere.driver
      468e4540
    • L
      Rename shardingsphere-underlying to shardingsphere-infra (#5638) · 60b82df2
      Liang Zhang 提交于
      * Rename shardingsphere-underlying to shardingsphere-infra
      
      * Rename shardingsphere-infra's subprojects
      
      * Rename shardingsphere-infra's subprojects
      
      * rename package from org.apache.shardingsphere.underlying.common to org.apache.shardingsphere.infra
      
      * rename package from org.apache.shardingsphere.underlying.executor to org.apache.shardingsphere.infra.executor
      
      * rename package from org.apache.shardingsphere.underlying.merge to org.apache.shardingsphere.infra.merge
      
      * rename package from org.apache.shardingsphere.underlying.route to org.apache.shardingsphere.infra.route
      
      * rename package from org.apache.shardingsphere.underlying.rewrite to org.apache.shardingsphere.infra.rewrite
      60b82df2
    • L
      Rename shardingsphere-database-protocol to shardingsphere-db-protocol (#5637) · d928165e
      Liang Zhang 提交于
      * rename shardingsphere-database-protocol to shardingsphere-db-protocol
      
      * rename package org.apache.shardingsphere.database to org.apache.shardingsphere.db
      d928165e
    • L
      Merge shardingsphere-spi into shardingsphere-common (#5635) · 26702209
      Liang Zhang 提交于
      * Move shardingsphere-spi into shardingsphere-common
      
      * remove shardingsphere-spi
      26702209
    • K
      Defect more when concurrently registering services (#5634) · 0e30f587
      kezhenxu94 提交于
      * Defect more when concurrently registering services
      
      This pull request follows up #5618.
      
      `ConcurrentHashMap` is thread safe, but `get-and-check-and-put` are composite operations and are thus not atomic, this patch replaces the former with `computeIfAbsent`, which is atomic now.
      
      * Revert some indentations
      0e30f587
    • L
      Decouple ShardingSphereServiceLoader and SQL parser module (#5633) · 459cdda6
      Liang Zhang 提交于
      * rename ParsingHookRegistry to SPIParsingHook
      
      * rename ParsingHookRegistry to SPIParsingHook
      
      * decouple ShardingSphereServiceLoader and SQL parser module
      
      * remove dependency of shardingsphere-spi
      459cdda6
  2. 15 5月, 2020 16 次提交
  3. 14 5月, 2020 17 次提交