Skip to content

Commit

Permalink
[#1267] update introduction to homepage version relationships (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyouling committed May 6, 2024
1 parent 3606391 commit 744b4a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:

timeout-minutes: 60
runs-on: ubuntu-latest

steps:
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Spring Cloud Huawei provides a large number of out-of-the-box service governance

| Branch | Spring Cloud Huawei Latest Version | Compiled Spring Cloud Version | Compiled Spring Boot Version | Tested JDK Version | Notes |
|-----------|------------------------------------|-------------------------------|------------------------------|--------------------|-----------------|
| master | 1.11.6-2023.0.x | 2023.0.0 | 3.2.2 | OpenJDK 17 | |
| 2022.0.x | 1.11.6-2022.0.x | 2022.0.4 | 3.1.8 | OpenJDK 17 | |
| 2021.0.x | 1.11.6-2021.0.x | 2021.0.9 | 2.7.18 | OpenJDK 8 | |
| master | 1.11.7-2023.0.x | 2023.0.11 | 3.2.4 | OpenJDK 17 | |
| 2022.0.x | 1.11.7-2022.0.x | 2022.0.5 | 3.1.9 | OpenJDK 17 | |
| 2021.0.x | 1.11.7-2021.0.x | 2021.0.9 | 2.7.18 | OpenJDK 8 | |
| 2020.0.x | 1.10.8-2020.0.x | 2020.0.6 | 2.5.14 | OpenJDK 8 | End of Support |
| Hoxton | 1.9.4-Hoxton | Hoxton.SR9 | 2.3.5.RELEASE | OpenJDK 8 | End of Support |
| Greenwich | 1.6.4-Greenwich | Greenwich.SR6 | 2.1.6-RELEASE | OpenJDK 8 | End of Support |
Expand All @@ -39,6 +39,7 @@ Spring Cloud Huawei provides a large number of out-of-the-box service governance
* Before 2020.0.x(include), springfox is used for swagger generation. After 2021.0.x(include),
springdoc is used for swagger generation.
* After 2022.0.x(include), JDK 17+ is needed to run.
* Spring Cloud Huawei historical versions Spring Boot, Spring Cloud dependency description reference [version description][Spring Cloud Huawei Releases].

## How to use

Expand All @@ -58,3 +59,5 @@ Spring Cloud Huawei provides a large number of out-of-the-box service governance
[Canary release features]: https://support.huaweicloud.com/devg-servicestage/ss-devg-0023.html
[Profile encryption scheme]: https://support.huaweicloud.com/bestpractice-cse/cse_bestpractice_0007.html
[Spring Cloud Releases]: https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions
[Spring Cloud Huawei Releases]: https://github.com/huaweicloud/spring-cloud-huawei/wiki/third-version-support-descriptions

9 changes: 6 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Spring Cloud Huawei提供了大量开箱即用的服务治理能力,让开发

| 分支 | 最新版本 | 编译使用 Spring Cloud版本 | 编译使用 Spring Boot版本 | 支持的JDK版本 | 备注 |
|-----------|-----------------|---------------------|--------------------|------------|------|
| master | 1.11.6-2023.0.x | 2023.0.0 | 3.2.2 | OpenJDK 17 | |
| 2022.0.x | 1.11.6-2022.0.x | 2022.0.4 | 3.1.8 | OpenJDK 17 | |
| 2021.0.x | 1.11.6-2021.0.x | 2021.0.9 | 2.7.18 | OpenJDK 8 | |
| master | 1.11.7-2023.0.x | 2023.0.1 | 3.2.4 | OpenJDK 17 | |
| 2022.0.x | 1.11.7-2022.0.x | 2022.0.5 | 3.1.9 | OpenJDK 17 | |
| 2021.0.x | 1.11.7-2021.0.x | 2021.0.9 | 2.7.18 | OpenJDK 8 | |
| 2020.0.x | 1.10.8-2020.0.x | 2020.0.6 | 2.5.14 | OpenJDK 8 | 停止更新 |
| Hoxton | 1.9.4-Hoxton | Hoxton.SR9 | 2.3.5.RELEASE | OpenJDK 8 | 停止更新 |
| Greenwich | 1.6.4-Greenwich | Greenwich.SR6 | 2.1.6-RELEASE | OpenJDK 8 | 停止更新 |
Expand All @@ -37,6 +37,7 @@ Spring Cloud Huawei提供了大量开箱即用的服务治理能力,让开发
Spring Cloud Loadbalancer.
* 2020.0.x(包括)之前的版本使用springfox生成swagger. 2021.0.x(包括)之后的版本使用springdoc生成swagger.
* 2022.0.x(包括)需要JDK 17+版本运行.
* Spring Cloud Huawei历史版本Spring Boot、Spring Cloud依赖说明参考 [版本说明][Spring Cloud Huawei Releases].

## 如何使用

Expand Down Expand Up @@ -66,3 +67,5 @@ Spring Cloud Huawei提供了大量开箱即用的服务治理能力,让开发
[Profile encryption scheme]: https://support.huaweicloud.com/bestpractice-cse/cse_bestpractice_0007.html

[Spring Cloud Releases]: https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions

[Spring Cloud Huawei Releases]: https://github.com/huaweicloud/spring-cloud-huawei/wiki/third-version-support-descriptions

0 comments on commit 744b4a3

Please sign in to comment.