You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/04/30 13:53:09 UTC

[servicecomb-pack] branch master updated (5a9d406 -> 9064e55)

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 5a9d406  SCB-1264  fix lost consul metadata, such as 'secure=false'
     new 7cec1f0  SCB-1272 Add RecoveryPolicy object timeout wrapper
     new ac8b57f  SCB-1272 Add RecoveryPolicy execution template
     new 7892acd  SCB-1272 Add RecoveryPolicyTimeoutWrapper test case
     new dd6cd3a  SCB-1272 Fix test cases about SecurityManager
     new 72d5149  SCB-1272 Add more exception log information
     new 9064e55  SCB-1272 Improved SecurityException exception catch

The 1057 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:
 ...veryPolicy.java => AbstractRecoveryPolicy.java} |  20 +-
 .../pack/omega/transaction/DefaultRecovery.java    |   4 +-
 .../pack/omega/transaction/ForwardRecovery.java    |   4 +-
 .../pack/omega/transaction/OmegaException.java     |   4 +
 .../transaction/RecoveryPolicyTimeoutWrapper.java  | 226 +++++++++++++++++++++
 ...lizer.java => TransactionTimeoutException.java} |   9 +-
 .../omega/transaction/TransactionAspectTest.java   | 139 ++++++++++++-
 7 files changed, 393 insertions(+), 13 deletions(-)
 copy omega/omega-transaction/src/main/java/org/apache/servicecomb/pack/omega/transaction/{RecoveryPolicy.java => AbstractRecoveryPolicy.java} (56%)
 create mode 100644 omega/omega-transaction/src/main/java/org/apache/servicecomb/pack/omega/transaction/RecoveryPolicyTimeoutWrapper.java
 copy omega/omega-transaction/src/main/java/org/apache/servicecomb/pack/omega/transaction/{MessageDeserializer.java => TransactionTimeoutException.java} (78%)