You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/09/14 11:08:31 UTC

[shardingsphere] branch master updated (1353f7c -> c294ecf)

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 1353f7c  Merge pull request #7438 from happybyr/master
     new 6304d38  Remove ConnectionStatus
     new dc3d20d  Move ConnectionStatusManager
     new c294ecf  Merge pull request #7443 from terrymanu/dev

The 26912 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:
 .../jdbc/connection/BackendConnection.java         |  1 -
 .../{status => }/ConnectionStatusManager.java      | 20 +++++++----------
 .../jdbc/connection/status/ConnectionStatus.java   | 26 ----------------------
 .../frontend/command/CommandExecutorTask.java      |  2 +-
 .../frontend/command/CommandExecutorTaskTest.java  |  2 +-
 5 files changed, 10 insertions(+), 41 deletions(-)
 rename shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/connection/{status => }/ConnectionStatusManager.java (70%)
 delete mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/connection/status/ConnectionStatus.java