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 2020/09/09 05:27:19 UTC

[shardingsphere] branch master updated (4fb9c89 -> fe24472)

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

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


    from 4fb9c89  Rename proxy.backend.context package name (#7345)
     add fe24472  Move BackendExecutorContext to context package (#7346)

No new revisions were added by this update.

Summary of changes:
 .../backend/communication/DatabaseCommunicationEngineFactory.java     | 4 ++--
 .../communication/jdbc/execute/engine/jdbc/JDBCExecuteEngine.java     | 2 +-
 .../proxy/backend/{executor => context}/BackendExecutorContext.java   | 3 +--
 .../BackendExecutorContextTest.java}                                  | 4 ++--
 .../org/apache/shardingsphere/proxy/frontend/ShardingSphereProxy.java | 2 +-
 5 files changed, 7 insertions(+), 8 deletions(-)
 rename shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/{executor => context}/BackendExecutorContext.java (92%)
 rename shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/{executor/ExecutorContextTest.java => context/BackendExecutorContextTest.java} (91%)