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
The following commit(s) were added to refs/heads/master by this push:
new dd3723c Update the README file with latest repo name
dd3723c is described below
commit dd3723cb78b28c900e770e048534e358caa8a72e
Author: Willem Jiang <[email protected]>
AuthorDate: Mon Dec 10 11:08:23 2018 +0800
Update the README file with latest repo name
---
README.md | 14 +++++++-------
README_ZH.md | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index 150e9a1..511fa2b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Saga | [中文](README_ZH.md) [](https://travis-ci.org/apache/servicecomb-saga?branch=master)
[](https://coveralls.io/github/apache/servicecomb-saga?branch=master)[](http://search.maven.org/#search%7Cga%7
[...]
+# Saga | [中文](README_ZH.md) [](https://travis-ci.org/apache/servicecomb-pack?branch=master)
[](https://coveralls.io/github/apache/servicecomb-pack?branch=master)[](http://search.maven.org/#search%7Cga%7
[...]
Apache ServiceComb Saga is an eventually data consistency solution for
micro-service applications.
## Features
@@ -11,15 +11,15 @@ Apache ServiceComb Saga is an eventually data consistency
solution for micro-ser
* Easy to extend other coordination protocol which is based on the Pack.
## Architecture
-Saga Pack is composed of **alpha** and **omega**.
+ServiceComb Pack is composed of **alpha** and **omega**.
* The alpha plays as the coordinator. It is responsible for the management of
transactions.
* The omega plays as an agent inside the micro-service. It intercepts
incoming/outgoing requests and reports transaction events to alpha.
The following diagram shows the relationships among alpha, omega and services.
-
+
-In this way, we can implement different coordination protocols, such as saga
and TCC. See [Saga Pack Design](docs/design.md) for details.
+In this way, we can implement different coordination protocols, such as saga
and TCC. See [ServiceComb Pack Design](docs/design.md) for details.
Now we have different lanaguage implementation of Omega
* Go lang version of Omega here https://github.com/jeremyxu2010/matrix-saga-go
@@ -45,7 +45,7 @@ Now we have different lanaguage implementation of Omega
```bash
$ mvn clean install -DskipTests=true -Pdemo,docker
```
-* Current Saga code supports Spring Boot 1.x and Spring Boot 2.x at the same
time, saga uses Spring Boot 1.x by default, you can use *-Pspring-boot-2* to
switch Spring Boot version to 2.x.
+* Current ServiceComb Pack code supports Spring Boot 1.x and Spring Boot 2.x
at the same time, saga uses Spring Boot 1.x by default, you can use
*-Pspring-boot-2* to switch Spring Boot version to 2.x.
Since Spring Boot supports JDK9 since 2.x, if you want to build and run test
the Saga with JDK9 or JDK10, you need to use the spring-boot-2 profile.
```bash
$ mvn clean install -Pdemo,docker,spring-boot-2
@@ -56,7 +56,7 @@ How to build and use can refer to [User
Guide](docs/user_guide.md).
## Get The Latest Release
-[Download Saga](http://servicecomb.apache.org/release/saga-downloads/)
+[Download Pack](http://servicecomb.apache.org/release/saga-downloads/)
## [FAQ](FAQ.md)
@@ -69,7 +69,7 @@ How to build and use can refer to [User
Guide](docs/user_guide.md).
See [Pull Request
Guide](http://servicecomb.apache.org/developers/submit-codes/) for details.
## Stargazers over time
-[](https://starcharts.herokuapp.com/apache/servicecomb-saga)
+[](https://starcharts.herokuapp.com/apache/servicecomb-pack)
## License
Licensed under an [Apache 2.0
license](https://github.com/apache/servicecomb-saga/blob/master/LICENSE).
diff --git a/README_ZH.md b/README_ZH.md
index 10a85e4..9f7f967 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,4 +1,4 @@
-# Saga | [English](README.md) [](https://travis-ci.org/apache/servicecomb-saga?branch=master)
[](https://coveralls.io/github/apache/servicecomb-saga?branch=master)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[ [](https://travis-ci.org/apache/servicecomb-pack?branch=master)
[](https://coveralls.io/github/apache/servicecomb-pack?branch=master)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[
+
在此架构基础中我们除了实现saga协调协议以外,我们还可以很容易实现TCC协调协议。
-详情可浏览[Saga Pack 设计文档](docs/design_zh.md).
+详情可浏览[ServiceComb Pack 设计文档](docs/design_zh.md).
同时社区也提供了多种语言的Omega实现:
* Go语言版本Omega 可参见 https://github.com/jeremyxu2010/matrix-saga-go
@@ -46,7 +46,7 @@ Saga Pack 架构是由 **alpha** 和 **omega**组成,其中:
```bash
$ mvn clean install -DskipTests=true -Pdemo,docker
```
-* 当前Saga模块同时支持Spring Boot 1.x 以及 Spring Boot 2.x, 在缺省情况下Saga会使用Spring Boot
1.x来进行构建。
+* 当前ServiceComb Pack同时支持Spring Boot 1.x 以及 Spring Boot 2.x, 在缺省情况下ServiceComb
Pack会使用Spring Boot 1.x来进行构建。
你可以使用 *-Pspring-boot-2* 将Spring Boot版本转换到 2.x 上。 由于Spring Boot 只在2.x开始支持
JDK9,如果你想用
JDK9或者JDK10 来编译Saga并运行测试的话,你需要使用 spring-boot-2 profile参数。
```bash
@@ -59,7 +59,7 @@ JDK9或者JDK10 来编译Saga并运行测试的话,你需要使用 spring-boot
## 获取最新发行版本
-[下载Saga](http://servicecomb.apache.org/release/saga-downloads/)
+[下载Pack](http://servicecomb.apache.org/release/saga-downloads/)
## [常见问题](FAQ_ZH.md)
@@ -72,4 +72,4 @@ JDK9或者JDK10 来编译Saga并运行测试的话,你需要使用 spring-boot
详情可浏览[代码提交指南](http://servicecomb.apache.org/cn/developers/submit-codes/)。
## License
-[Apache 2.0
license](https://github.com/apache/servicecomb-saga/blob/master/LICENSE)。
+[Apache 2.0
license](https://github.com/apache/servicecomb-pack/blob/master/LICENSE)。