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

[shardingsphere] branch master updated (5e18cc3 -> a4c3a7d)

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

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


    from 5e18cc3  Optimize RepositoryResumeBreakPointManager (#7412)
     add a4c3a7d  Simplify ConnectionStatus's enum (#7413)

No new revisions were added by this update.

Summary of changes:
 .../jdbc/connection/BackendTransactionManager.java |  4 +--
 .../jdbc/connection/ConnectionStatus.java          |  2 +-
 .../jdbc/connection/ConnectionStatusHandler.java   | 30 ++++++++--------------
 .../jdbc/connection/BackendConnectionTest.java     |  4 +--
 .../connection/BackendTransactionManagerTest.java  | 12 ++++-----
 .../connection/ConnectionStatusHandlerTest.java    |  2 +-
 .../frontend/command/CommandExecutorTask.java      |  2 +-
 .../frontend/command/CommandExecutorTaskTest.java  |  6 ++---
 8 files changed, 26 insertions(+), 36 deletions(-)