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 2021/09/01 10:47:50 UTC

[shardingsphere] branch master updated (a84a44e -> 9e1c16e)

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 a84a44e  Fix `SHOW RESOURCES` DistSQL, add `customPoolProps` in result, and add unit test. (#12144)
     add 9e1c16e  Move TransactionHolder into transaction-core module (#12154)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere-readwrite-splitting-core/pom.xml                 | 5 +++++
 .../route/impl/ReadwriteSplittingDataSourceRouter.java              | 2 +-
 .../driver/jdbc/core/connection/ShardingSphereConnection.java       | 2 +-
 .../org/apache/shardingsphere}/transaction/TransactionHolder.java   | 4 ++--
 .../apache/shardingsphere}/transaction/TransactionHolderTest.java   | 6 +++---
 .../communication/jdbc/transaction/BackendTransactionManager.java   | 2 +-
 6 files changed, 13 insertions(+), 8 deletions(-)
 rename {shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra => shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-core/src/main/java/org/apache/shardingsphere}/transaction/TransactionHolder.java (96%)
 rename {shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra => shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-core/src/test/java/org/apache/shardingsphere}/transaction/TransactionHolderTest.java (96%)