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/02/27 08:14:40 UTC

[servicecomb-pack] branch master updated (d40a408 -> 3297b3e)

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 d40a408  Fixed the distribution build error
     new e938b59  [SCB-1155] Add random port propertie configuration
     new 82df7bc  [SCB-1155] Support for initializing random ports
     new 0a8d7e7  [SCB-1155] Add integration test for random ports
     new bb0c68d  [SCB-1155] Add GrpcStartableStartedEvent based on Spring Event
     new 3297b3e  [SCB-1155] Fixed Unit Test random port config

The 986 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:
 .../servicecomb/pack/alpha/server/AlphaConfig.java |  10 +-
 .../pack/alpha/server/GrpcServerConfig.java        |  30 +++++-
 .../pack/alpha/server/GrpcStartable.java           | 111 ++++++++++++++++++---
 .../pack/alpha/server/ServerStartable.java         |   2 +
 .../server/event/GrpcStartableStartedEvent.java    |  16 +--
 ...ava => AlphaIntegrationWithRandomPortTest.java} |  87 ++++++++--------
 .../pack/alpha/server/tcc/TccConfiguration.java    |   4 +-
 7 files changed, 185 insertions(+), 75 deletions(-)
 copy omega/omega-transaction/src/main/java/org/apache/servicecomb/pack/omega/transaction/AlphaResponse.java => alpha/alpha-server/src/main/java/org/apache/servicecomb/pack/alpha/server/event/GrpcStartableStartedEvent.java (70%)
 copy alpha/alpha-server/src/test/java/org/apache/servicecomb/pack/alpha/server/{AlphaIntegrationTest.java => AlphaIntegrationWithRandomPortTest.java} (93%)