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 2022/02/09 12:40:46 UTC

[shardingsphere] branch master updated (eab388f -> 21c1e31)

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 eab388f  Fix : fix the SingleSpaceSeparator (#15323)
     add 21c1e31  Add ShardingSphereContainers (#15324)

No new revisions were added by this update.

Summary of changes:
 .../framework/compose/ComposedContainer.java       | 109 +++++----------------
 .../compose/ComposedContainerManager.java          |   4 +-
 .../compose/mode/ClusterComposedContainer.java     |  17 ++--
 .../compose/mode/MemoryComposedContainer.java      |   7 +-
 .../container/ShardingSphereContainers.java        |  96 ++++++++++++++++++
 .../container/adapter/AdapterContainerFactory.java |  19 +---
 .../container/storage/StorageContainerFactory.java |  27 ++---
 7 files changed, 142 insertions(+), 137 deletions(-)
 create mode 100644 shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/container/ShardingSphereContainers.java