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/servicecomb-pack.git.
from 40d6e07 SCB-1690 omega-transport-resttemplate does not use
RestTemplateBuilder
new b41bbb5 SCB-1695 Use org.mockito.Mockito.any instead of deprecated
org.mockito.Matchers.any
new 898e1ee SCB-1695 Add attribute mode to @Compensable annotation
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:
docs/upgrade_guide/0.6.0-upgrade-guide.md | 5 +++++
docs/upgrade_guide/0.6.0-upgrade-guide_zh.md | 6 ++++++
.../integration/tests/explicitcontext/GreetingService.java | 3 ++-
.../pack/integration/tests/resttemplate/GreetingService.java | 3 ++-
.../transaction/spring/MisconfiguredRetriesService.java | 3 ++-
.../omega/transaction/spring/TransactionalUserService.java | 3 ++-
.../pack/omega/transaction/RecoveryPolicyFactory.java | 12 +++++++-----
.../pack/omega/transaction/TransactionAspect.java | 5 ++---
.../pack/omega/transaction/annotations/Compensable.java | 9 +++++++++
.../pack/omega/transaction/annotations/CompensableMode.java | 6 +++---
.../pack/omega/transaction/DefaultRecoveryTest.java | 2 +-
.../pack/omega/transaction/ForwardRecoveryTest.java | 5 ++++-
.../pack/omega/transaction/TransactionAspectTest.java | 3 +++
13 files changed, 48 insertions(+), 17 deletions(-)
copy
alpha/alpha-core/src/main/java/org/apache/servicecomb/pack/alpha/core/fsm/TransactionType.java
=>
omega/omega-transaction/src/main/java/org/apache/servicecomb/pack/omega/transaction/annotations/CompensableMode.java
(86%)