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

jimin pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


    from 800a69c105 test: add unit tests for the `seata-common` module (#7672)
     add 3f86ccd2b9 doc: improve TM module Javadoc (#7462)

No new revisions were added by this update.

Summary of changes:
 changes/en-us/2.x.md                               |   1 +
 changes/zh-cn/2.x.md                               |   1 +
 .../apache/seata/tm/DefaultTransactionManager.java |  39 ++-
 .../seata/tm/api/DefaultGlobalTransaction.java     | 301 ++++++++++++++++++++-
 .../org/apache/seata/tm/api/GlobalTransaction.java | 137 ++++++----
 .../seata/tm/api/GlobalTransactionContext.java     |  93 ++++++-
 .../apache/seata/tm/api/TransactionalExecutor.java |  61 ++++-
 .../apache/seata/tm/api/TransactionalTemplate.java | 139 +++++++++-
 .../seata/tm/api/transaction/Propagation.java      |   2 +-
 .../seata/tm/api/transaction/TransactionInfo.java  |  65 +++++
 10 files changed, 752 insertions(+), 87 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to