This is an automated email from the ASF dual-hosted git repository.
seanyinx pushed a change to branch SCB-100_async_support
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.
from a5abb41 SCB-100 cleaned up context after each test
new 1c5d313 SCB-100 delegated executors to proxy
new 73e0cd2 SCB-100 more test coverage on executor proxy
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../spring/CompensableAnnotationProcessor.java | 5 +
.../transaction/spring/ExecutorFieldCallback.java | 163 +++++++++++++++++++++
.../spring/annotations/OmegaContextAware.java} | 15 +-
.../spring/CompensableAnnotationCheckingTest.java | 15 ++
...edService.java => MisconfiguredAnnotation.java} | 16 +-
.../spring/TransactionInterceptionTest.java | 61 +++++---
6 files changed, 236 insertions(+), 39 deletions(-)
create mode 100644
omega/omega-spring-tx/src/main/java/org/apache/servicecomb/saga/omega/transaction/spring/ExecutorFieldCallback.java
copy
omega/{omega-transaction/src/main/java/org/apache/servicecomb/saga/omega/transaction/annotations/Compensable.java
=>
omega-spring-tx/src/main/java/org/apache/servicecomb/saga/omega/transaction/spring/annotations/OmegaContextAware.java}
(72%)
copy
omega/omega-spring-tx/src/test/java/org/apache/servicecomb/saga/omega/transaction/spring/{MisconfiguredService.java
=> MisconfiguredAnnotation.java} (75%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].