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 1611fbe Merge pull request #744 from apache/SCB-2397
new 77de331 SCB-2421 Upgrade Spring Boot and Spring Cloud
new afb7518 Removed Unused code
new 6f31e7e SCB-2421 Fix test case timeout on CI
new 20cda50 SCB-2421 Close RabbitMQ's health check
new 0cea928 SCB-2421 Spring Cloud Starter Alibaba Nacos Discovery
2.2.6.RELEASE is compatible with Nacos 1.4.2
new 7767e43 SCB-2421 Fix Nacos docker startup wait for log
new f8635a1 SCB-2421 Compatible with Elasticsearch 7.X
new 52cab3b SCB-2421 Management Alpha UI module dependencies
new d5419ce SCB-2421 Update documents
new 58ab961 SCB-2421 Fix test case for slow CI
The 10 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:
.../acceptance-pack-akka-spring-demo/pom.xml | 10 +-
.../acceptance-pack-spring-demo-with-nacos/pom.xml | 4 +-
.../pack/alpha/fsm/FsmAutoConfiguration.java | 4 +-
.../ElasticsearchTransactionRepository.java | 161 +++++++--------------
.../servicecomb/pack/alpha/fsm/SagaActorTest.java | 14 +-
.../pack/alpha/fsm/SagaIntegrationTest.java | 40 +++--
.../ElasticsearchTransactionRepositoryTest.java | 11 +-
.../src/main/resources/application.yaml | 2 +
.../alpha/server/AlphaEventControllerTest.java | 6 +-
.../alpha/server/AlphaIntegrationWithSSLTest.java | 5 +-
.../pack/alpha/server/api/APIv1ControllerTest.java | 14 +-
.../cluster/master/ClusterLockServiceTest.java | 5 +-
.../alpha/server/fsm/AlphaIntegrationFsmTest.java | 4 +-
.../server/tcc/AlphaTccEventControllerTest.java | 6 +-
.../alpha/server/tcc/MemoryAlphaTccServerTest.java | 5 +-
.../alpha/server/tcc/RdbAlphaTccServerTest.java | 5 +-
.../pack/alpha/server/tcc/TccApplication.java | 1 -
.../alpha/server/tcc/TccCallbackEngineTest.java | 5 +-
.../server/tcc/service/TccTxEventServiceTest.java | 13 +-
.../service/TccTxEventServiceTransactionTest.java | 14 +-
.../consul/AlphaConsulAutoConfiguration.java | 4 +-
alpha/alpha-spring-cloud-starter-nacos/pom.xml | 2 +-
.../nacos/GrpcStartableStartedEventListener.java | 5 +-
alpha/alpha-ui/pom.xml | 13 +-
.../pack/demo/inventory/InventoryServiceTest.java | 8 +-
.../pack/demo/payment/PaymentServiceTest.java | 8 +-
docs/fsm/fsm_manual.md | 13 +-
docs/fsm/fsm_manual_zh.md | 13 +-
docs/fsm/persistence_zh.md | 15 +-
docs/user_guide.md | 32 ++--
docs/user_guide_zh.md | 28 ++--
omega/omega-spring-cloud-nacos-starter/pom.xml | 2 +-
.../omega/spring/cloud/OmegaSpringNacosConfig.java | 2 +-
.../spring/CompensableAnnotationCheckingTest.java | 9 ++
.../transaction/spring/TccInterceptorTest.java | 6 +-
.../spring/TransactionInterceptionTest.java | 6 +-
pack-dependencies/pom.xml | 114 +++++++++++++--
.../jpa/EclipseLinkJpaConfiguration.java | 7 +-
38 files changed, 334 insertions(+), 282 deletions(-)