You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/04/09 11:17:13 UTC

[shardingsphere] branch master updated (9a61c5ac9a5 -> 7df9ab62eeb)

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

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


    from 9a61c5ac9a5 Refactor ScalingEntry to impl StatelessTypedSPI (#16699)
     add 7df9ab62eeb YamlJdbcConfiguration compatible with url and jdbcUrl (#16695)

No new revisions were added by this update.

Summary of changes:
 .../datasource/PostgreSQLDataSourceChecker.java    | 28 ---------
 .../PostgreSQLDataSourceCheckerTest.java           | 68 +---------------------
 .../config/yaml/YamlJdbcConfiguration.java         |  9 +++
 .../config/yaml/YamlJdbcConfigurationTest.java     | 54 +++++++++++++++++
 4 files changed, 66 insertions(+), 93 deletions(-)
 create mode 100644 shardingsphere-test/shardingsphere-pipeline-test/src/test/java/org/apache/shardingsphere/data/pipeline/api/datasource/config/yaml/YamlJdbcConfigurationTest.java