This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from fed9cbf Refactor MySQLXAConnectionWrapper (#16179)
add 7c843d3 Use SPI to introduce XAConnectionWrapper (#16181)
No new revisions were added by this update.
Summary of changes:
.../xa/jta/connection/XAConnectionFactory.java | 30 ++++----------
.../xa/jta/connection/XAConnectionWrapper.java | 4 +-
.../connection/dialect/H2XAConnectionWrapper.java | 48 +++++++++++++++-------
.../dialect/MariaDBXAConnectionWrapper.java | 36 +++++++++++-----
.../dialect/MySQLXAConnectionWrapper.java | 38 ++++++++++++-----
.../dialect/OpenGaussXAConnectionWrapper.java | 36 +++++++++++-----
.../dialect/OracleXAConnectionWrapper.java | 36 +++++++++++-----
.../dialect/PostgreSQLXAConnectionWrapper.java | 36 +++++++++++-----
.../xa/jta/connection/XAConnectionFactoryTest.java | 5 ++-
...ansaction.xa.jta.connection.XAConnectionWrapper | 8 +++-
10 files changed, 184 insertions(+), 93 deletions(-)
copy examples/docker/shardingsphere-proxy/governance/run.sh =>
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-xa/shardingsphere-transaction-xa-core/src/test/resources/META-INF/services/org.apache.shardingsphere.transaction.xa.jta.connection.XAConnectionWrapper
(59%)