You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2021/08/05 03:35:44 UTC

[shardingsphere] branch master updated (8e7b96a -> 859d025)

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

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


    from 8e7b96a  Remove unused class (#11652)
     add 859d025  shardingsphere-jdbc-core yml config add schemaName (#11633)

No new revisions were added by this update.

Summary of changes:
 .../config/pojo/YamlRootRuleConfigurations.java    |  2 ++
 .../api/ShardingSphereDataSourceFactory.java       | 36 ++++++++++++++++++++--
 .../yaml/YamlShardingSphereDataSourceFactory.java  | 18 ++++++-----
 .../core/datasource/ShardingSphereDataSource.java  | 18 +++++++++++
 .../api/ShardingSphereDataSourceFactoryTest.java   | 16 ++++++++++
 .../config/config-encrypt-query-with-cipher.yaml   |  2 ++
 .../config/config-encrypt-query-with-plain.yaml    |  2 ++
 .../src/test/resources/config/config-federate.yaml |  2 ++
 .../config/config-readwrite-splitting.yaml         |  2 ++
 .../src/test/resources/config/config-shadow.yaml   |  2 ++
 .../src/test/resources/config/config-sharding.yaml |  2 ++
 .../boot/ShardingSphereAutoConfiguration.java      |  4 ++-
 .../ShardingSphereJDBCDataSourceConfiguration.java |  3 +-
 .../config_sharding_sphere_jdbc_source.yaml        |  2 ++
 14 files changed, 100 insertions(+), 11 deletions(-)