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

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


    from e49780a  Merge pull request #7319 from terrymanu/dev
     new 0adda5f  Refactor ProxySchemaContexts's constructor
     new 02e76ec  Refactor JDBCBackendDataSource as independent class
     new c86bb47  Refactor ProxyDataSourceContextTest
     new 21cb25c  Fix test case
     new 55d0ee6  Merge pull request #7322 from terrymanu/dev

The 26697 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../proxy/backend/schema/ProxySchemaContexts.java  | 103 ++----------------
 .../{ => schema/datasource}/BackendDataSource.java |   2 +-
 .../datasource/impl/JDBCBackendDataSource.java     | 116 +++++++++++++++++++++
 .../jdbc/connection/BackendConnectionTest.java     |  18 ++--
 .../backend/schema/ProxyDataSourceContextTest.java |  77 ++++++++------
 5 files changed, 180 insertions(+), 136 deletions(-)
 rename 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/{
 => schema/datasource}/BackendDataSource.java (92%)
 create mode 100644 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/schema/datasource/impl/JDBCBackendDataSource.java

Reply via email to