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

ningjiang pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.


    from b862131  SCB-138 observer maintains its own services instead of using 
an extra map
     new e2e63f3  SCB-100 async support for omega context
     new 22f2150  SCB-100 added context checking on reactive
     new 13bbe7b  SCB-100 ensured context passing through akka actors
     new 8428f35  SCB-100 cleaned up context after each test
     new 887b6d8  SCB-100 delegated executors to proxy
     new ece5ed6  SCB-100 more test coverage on executor proxy
     new c74d8e7  SCB-100 extended timeout to avoid test failure
     new d38641a  SCB-100 minor refactoring

The 8 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:
 .../saga/omega/context/OmegaContext.java           |  12 +-
 omega/omega-spring-tx/pom.xml                      |  30 ++++
 .../spring/CompensableAnnotationProcessor.java     |   5 +
 .../transaction/spring/ExecutorFieldCallback.java  | 167 ++++++++++++++++++++
 .../spring/annotations/OmegaContextAware.java}     |  15 +-
 .../spring/CompensableAnnotationCheckingTest.java  |  15 ++
 ...edService.java => MisconfiguredAnnotation.java} |  16 +-
 .../spring/TransactionInterceptionTest.java        | 170 ++++++++++++++++++---
 .../omega/transaction/spring/UserRepository.java   |   1 +
 9 files changed, 389 insertions(+), 42 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
['"commits@servicecomb.apache.org" <commits@servicecomb.apache.org>'].

Reply via email to