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/05/28 09:05:17 UTC

[servicecomb-pack] 01/01: SCB-1298 Merge pull request #470 from cmonkey/feature/acceptance-pack-spring-demo-with-zookeeper

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit e49b9e58e0bf9fdf796df24914ce72e493fa5a68
Merge: d6b16c9 196c35b
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Tue May 28 17:05:03 2019 +0800

    SCB-1298 Merge pull request #470 from cmonkey/feature/acceptance-pack-spring-demo-with-zookeeper
    
    SCB-1298 Feature/acceptance pack spring demo with zookeeper

 .../pom.xml                                        | 416 +++++++++++++++++++++
 .../org/apache/servicecomb/pack/PackStepdefs.java  | 211 +++++++++++
 .../org/apache/servicecomb/pack/RunCucumberIT.java |  29 ++
 .../src/test/resources/booking_exception.btm       |  28 ++
 .../src/test/resources/booking_timeout.btm         |  36 ++
 .../src/test/resources/log4j2-test.xml             |  30 ++
 .../resources/pack_compensation_scenario.feature   |  42 +++
 .../pack_post_car_exception_scenario.feature       |  43 +++
 .../test/resources/pack_success_scenario.feature   |  41 ++
 .../test/resources/pack_timeout_scenario.feature   |  48 +++
 acceptance-tests/pom.xml                           |   1 +
 alpha/alpha-server/pom.xml                         |  19 +
 .../alpha-server/src/main/resources/bootstrap.yaml |   4 +-
 .../alpha-spring-cloud-starter-zookeeper}/pom.xml  |  72 ++--
 .../GrpcStartableStartedEventListener.java         |  74 ++++
 alpha/pom.xml                                      |   1 +
 demo/saga-spring-demo/booking/pom.xml              |   4 +
 .../booking/src/main/resources/application.yaml    |   2 +
 demo/saga-spring-demo/car/pom.xml                  |   4 +
 .../car/src/main/resources/application.yaml        |   2 +
 demo/saga-spring-demo/hotel/pom.xml                |   4 +
 .../hotel/src/main/resources/application.yaml      |   2 +
 .../connector/grpc/AlphaClusterDiscovery.java      |   2 +-
 .../omega-spring-cloud-zookeeper-starter}/pom.xml  |  51 +--
 .../OmegaSpringZookeeperAutoConfiguration.java     |  28 ++
 .../spring/cloud/OmegaSpringZookeeperConfig.java   | 101 +++++
 .../src/main/resources/META-INF/spring.factories   |  10 +-
 omega/pom.xml                                      |   1 +
 pom.xml                                            |  34 +-
 29 files changed, 1267 insertions(+), 73 deletions(-)