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 0ee4c59 SCB-817 Fixed typo of the GrpcTccEvent.proto
new 3a0cdf4 SCB-866 generalize TransportFactory to extend Transport
new e8b46be SCB-867 Adapting Rest json to the generalization of
TransportFactory
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:
.../org/apache/servicecomb/saga/transports/TransportFactory.java | 6 ++++--
.../java/org/apache/servicecomb/saga/format/JacksonFallback.java | 3 ++-
.../org/apache/servicecomb/saga/format/JacksonRestFallback.java | 4 +++-
.../org/apache/servicecomb/saga/format/JacksonRestOperation.java | 6 +++---
.../org/apache/servicecomb/saga/format/JsonRestSagaRequest.java | 3 ++-
.../java/org/apache/servicecomb/saga/format/JsonSagaRequest.java | 3 ++-
.../java/org/apache/servicecomb/saga/format/TransportAware.java | 5 +++--
.../apache/servicecomb/saga/format/JacksonFromJsonFormatTest.java | 2 +-
.../apache/servicecomb/saga/format/JacksonRestOperationTest.java | 2 +-
.../org/apache/servicecomb/saga/format/JsonRestSagaRequestTest.java | 2 +-
.../org/apache/servicecomb/saga/format/SagaEventFormatTest.java | 4 ++--
11 files changed, 24 insertions(+), 16 deletions(-)