This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new c60873e98 update README (#3489)
c60873e98 is described below
commit c60873e98d583f6538e0a82135e23ca5d0c25cd1
Author: liubao68 <[email protected]>
AuthorDate: Mon Nov 21 11:55:04 2022 +0800
update README (#3489)
---
README.md | 16 +++++-----------
README_ZH.md | 16 +++++-----------
2 files changed, 10 insertions(+), 22 deletions(-)
diff --git a/README.md b/README.md
index 137ab891f..63cdd7e08 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# Java Chassis [中文](README_ZH.md) [](https://travis-ci.org/apache/servicecomb-java-chassis?branch=master)
[](https://coveralls.io/github/apache/servicecomb-java-chassis?branch=master)
[ [](http://search.maven.org/#search%7Cga%7C1%7Corg.apache.servicecomb)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
Apache ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid
development of microservices in Java, providing service registration, service
discovery, dynamic routing, and service management features
# releases
-| Release Train | Latest Version | Compiled JDK Version | Tested JDK Version
|
-|---------------|-----------------|----------------------|-------------------------------|
-| 2.x.x | 2.8.0 | OpenJDK 8 | OpenJDK 8, 11, 17 |
-| 1.x.x | 1.3.8 | OpenJDK 8 | OpenJDK 8
|
+| Release Train | Latest Version | Compiled JDK Version | Tested JDK Version
|
+|---------------|----------------|----------------------|-------------------------------|
+| 2.x.x | 2.8.3 | OpenJDK 8 | OpenJDK 8, 11, 17 |
+| 1.x.x | 1.3.10 | OpenJDK 8 | OpenJDK 8 |
# Why use Java Chassis
@@ -83,12 +83,6 @@ The first build may take a longer than expected as Maven
downloads all the depen
mvn clean install -Pdocker -Pit -Pdocker-machine -Pdemo-run-release
-
-# Get The Latest Release
-
-[Download
Java-Chassis](http://servicecomb.apache.org/release/java-chassis-downloads/)
-
-
# Contact
Bugs: [issues](https://issues.apache.org/jira/browse/SCB)
diff --git a/README_ZH.md b/README_ZH.md
index d15ba8389..57d6c25e7 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,4 +1,4 @@
-# Java Chassis | [English](README.md) [](https://travis-ci.org/apache/servicecomb-java-chassis?branch=master)
[](https://coveralls.io/github/apache/servicecomb-java-chassis?branch=master)
[ [](http://search.maven.org/#search%7Cga%7C1%7Corg.apache.servicecomb)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
Apache ServiceComb Java Chassis 给开发者提供一个快速构建微服务的JAVA SDK。它包含如下特性:
@@ -12,10 +12,10 @@ Apache ServiceComb Java Chassis 给开发者提供一个快速构建微服务的
# releases
-| 版本火车 | 最新版本 | 编译的JDK版本 | 支持的JDK版本 |
-|-------|-------|-----------|-------------------|
-| 2.x.x | 2.8.0 | OpenJDK 8 | OpenJDK 8, 11, 17 |
-| 1.x.x | 1.3.8 | OpenJDK 8 | OpenJDK 8 |
+| 版本火车 | 最新版本 | 编译的JDK版本 | 支持的JDK版本 |
+|-------|--------|-----------|-------------------|
+| 2.x.x | 2.8.3 | OpenJDK 8 | OpenJDK 8, 11, 17 |
+| 1.x.x | 1.3.10 | OpenJDK 8 | OpenJDK 8 |
# 为什么使用Java Chassis
@@ -85,18 +85,12 @@ public class HelloWorldConsumer {
mvn clean install -Pdocker -Pit -Pdocker-machine -Pdemo-run-release
-
-# 获取最新版本
-
-[下载链接](http://servicecomb.apache.org/cn/release/java-chassis-downloads/)
-
# 联系我们
报告缺陷: [issues](https://issues.apache.org/jira/browse/SCB)
邮件列表: [subscribe](mailto:[email protected])
[dev](https://lists.apache.org/[email protected])
-
# 参与代码提交
参考 [如何做贡献](http://servicecomb.apache.org/cn/developers/contributing).