This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a change to branch SCB-665
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.
discard 6a70e60 SCB-818 Omega supports of TCC (WIP)
discard 0f167b0 SCB-817 Updated the TCC grpc contract file
discard 4bdb8dc SCB-817 Updated the grpc file of TccEventService
discard d4a9731 SCB-817 Added the License headers
discard cfdd2c9 SCB-817 Updated the pack-contracts protocal for TCC
discard 7620c1e SCB-817 Added TCC events in Omega part (WIP)
discard a9d52d6 SCB-817 Added TCC events in Omega part (WIP)
add db95f8b SCB-855 Support JDK7 in saga-format
add d300e17 SCB-855 Support JDK7 in saga-format test
add 00a6f40 SCB-855 change maven-compiler supported jdk7
add d64f3fc SCB-855 extract an empty map constant
add 84194af SCB-855 fix computeIfAbsent rewrite infinite loop error
add 0e3593e [SCB-745] Applying Builder Pattern on AlphaClusterConfig. -
Extending AlphaClusterConfig by adding MessageHandler, MessageSerializer and
MessageDeserializer property. - Refactoring the constructor of
LoadBalancedClusterMessageSender. - Modifying respective test cases and
references. - Killing some issue detected by SonarLint.
new 95ad81f SCB-817 Added TCC events in Omega part (WIP)
new 35d946c SCB-817 Added TCC events in Omega part (WIP)
new 09cb574 SCB-817 Updated the pack-contracts protocal for TCC
new 8c0a63c SCB-817 Added the License headers
new b70984a SCB-817 Updated the grpc file of TccEventService
new eae940b SCB-817 Updated the TCC grpc contract file
new 7718071 SCB-818 Omega supports of TCC (WIP)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6a70e60)
\
N -- N -- N refs/heads/SCB-665 (7718071)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 7 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:
.../omega/connector/grpc/AlphaClusterConfig.java | 122 ++++++++++++++++++++-
.../grpc/LoadBalancedClusterMessageSender.java | 22 ++--
...LoadBalanceClusterMessageSenderWithTLSTest.java | 38 ++++---
.../grpc/LoadBalancedClusterMessageSenderTest.java | 40 ++-----
.../saga/omega/spring/OmegaSpringConfig.java | 22 ++--
saga-format/pom.xml | 18 ++-
.../servicecomb/saga/format/ChildrenExtractor.java | 8 +-
.../saga/format/JacksonRestOperation.java | 6 +-
.../saga/format/JacksonSagaEventFormat.java | 47 ++++++--
.../saga/format/JsonSagaDefinition.java | 5 +-
.../saga/format/JacksonFromJsonFormatTest.java | 82 ++++++++++----
.../saga/format/JacksonRestOperationTest.java | 11 +-
.../saga/format/JsonRestSagaRequestTest.java | 8 +-
.../saga/format/SagaEventFormatTest.java | 10 +-
14 files changed, 324 insertions(+), 115 deletions(-)