You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2022/01/14 14:45:12 UTC

[shardingsphere] branch master updated (e0f48e3 -> 6de3042)

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

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


    from e0f48e3  Remove unnecessary methods in CommandExecuteEngine (#14788)
     add 6de3042  Rename DataSourcePoolCreator.createDataSource() to create() (#14789)

No new revisions were added by this update.

Summary of changes:
 .../pool/creator/DataSourcePoolCreator.java        |  6 ++--
 .../pool/creator/DataSourcePoolCreatorUtil.java    |  4 +--
 .../props/DataSourcePropertiesValidator.java       |  2 +-
 .../creator/DataSourcePoolCreatorUtilTest.java     |  8 ++---
 .../impl/DefaultDataSourcePoolCreatorTest.java     |  4 +--
 .../impl/HikariDataSourcePoolCreatorTest.java      | 42 +++++++++++-----------
 .../datasource/props/DataSourcePropertiesTest.java | 27 +-------------
 .../impl/StandardPipelineDataSourceCreator.java    |  2 +-
 .../cluster/ClusterContextManagerBuilder.java      |  2 +-
 .../StandaloneContextManagerBuilder.java           |  2 +-
 10 files changed, 37 insertions(+), 62 deletions(-)