This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 3076347 Fix ComposedContainer issue (#15318)
add bded547 Make It is easy to use with narayana (#15115)
No new revisions were added by this update.
Summary of changes:
.../transaction/spi/TransactionConfigFacade.java | 21 ++-
.../transaction/spi/TransactionConfigFactory.java | 31 +++--
.../xa/narayana/util/NarayanaConfigFacade.java | 147 +++++++++++++++++++++
...gsphere.transaction.spi.TransactionConfigFacade | 3 +-
.../cluster/ClusterContextManagerBuilder.java | 15 ++-
.../memory/MemoryContextManagerBuilder.java | 9 ++
.../StandaloneContextManagerBuilder.java | 13 +-
.../src/main/resources/conf/server.yaml | 7 +
8 files changed, 214 insertions(+), 32 deletions(-)
copy
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/distsql/update/RALUpdater.java
=>
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-core/src/main/java/org/apache/shardingsphere/transaction/spi/TransactionConfigFacade.java
(68%)
copy
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/datasource/pool/metadata/DataSourcePoolMetaDataFactory.java
=>
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-core/src/main/java/org/apache/shardingsphere/transaction/spi/TransactionConfigFactory.java
(56%)
create mode 100644
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-xa/shardingsphere-transaction-xa-provider/shardingsphere-transaction-xa-narayana/src/main/java/org/apache/shardingsphere/transaction/xa/narayana/util/NarayanaConfigFacade.java
copy examples/docker/shardingsphere-proxy/governance/run.sh =>
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-xa/shardingsphere-transaction-xa-provider/shardingsphere-transaction-xa-narayana/src/main/resources/META-INF/services/org.apache.shardingsphere.transaction.spi.TransactionConfigFacade
(91%)