6
6
7
7
<p align =" center " >
8
8
<a href="https://github.com/spring-projects/spring-authorization-server" target="_blank"><img src="https://img.shields.io/badge/Spring%20Authorization%20Server-1.4.2-blue.svg?logo=spring" alt="Spring Authorization Server 1.4.2"></a>
9
- <a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://img.shields.io/badge/Spring%20Boot-3.4.3 -blue.svg?logo=spring" alt="Spring Boot 3.4.3 "></a>
10
- <a href="https://spring.io/projects/spring-cloud" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud-2024.0.0 -blue.svg?logo=spring" alt="Spring Cloud 2024.0.0 "></a>
9
+ <a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://img.shields.io/badge/Spring%20Boot-3.4.4 -blue.svg?logo=spring" alt="Spring Boot 3.4.4 "></a>
10
+ <a href="https://spring.io/projects/spring-cloud" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud-2024.0.1 -blue.svg?logo=spring" alt="Spring Cloud 2024.0.1 "></a>
11
11
<a href="https://github.com/alibaba/spring-cloud-alibaba" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Alibaba-2023.0.1.2-blue.svg?logo=alibabadotcom" alt="Spring Cloud Alibaba 2023.0.1.2"></a>
12
12
<a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Tencent-1.14.0--2023.0.0-blue.svg?logo=tencentqq" alt="Spring Cloud Tencent 1.14.0--2023.0.0-SNAPSHOT"></a>
13
- <a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.5.0 -brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.5.0 "></a>
13
+ <a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.5.1 -brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.5.1 "></a>
14
14
</p >
15
15
<p align =" center " >
16
- <a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.4.3.3 -red.svg?logo=spring" alt="Version 3.4.3.3 "></a>
17
- <a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.4.3.3 -red.svg?logo=spring" alt="Dante Engine 3.4.3.3 "></a>
18
- <a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.4.3.3 -red.svg?logo=spring" alt="Dante OSS 3.4.3.3 "></a>
16
+ <a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.4.4.0 -red.svg?logo=spring" alt="Version 3.4.4.0 "></a>
17
+ <a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.4.4.0 -red.svg?logo=spring" alt="Dante Engine 3.4.4.0 "></a>
18
+ <a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.4.4.0 -red.svg?logo=spring" alt="Dante OSS 3.4.4.0 "></a>
19
19
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
20
20
<a href="./LICENSE"><img src="https://shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
21
21
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
@@ -119,13 +119,13 @@ Dante Cloud 已通过由第三方进行的软件出厂安全测试以及等保
119
119
120
120
| 组件 | 版本 |
121
121
| -----------------------------| -----------------|
122
- | Spring Boot | 3.4.3 |
123
- | Spring Cloud | 2024.0.0 |
122
+ | Spring Boot | 3.4.4 |
123
+ | Spring Cloud | 2024.0.1 |
124
124
| Spring Cloud Alibaba | 2023.0.1.2 |
125
125
| Spring Cloud Tencent | 1.14.0-2023.0.0 |
126
126
| Spring Authorization Server | 1.4.2 |
127
127
| Spring Boot Admin | 3.4.4 |
128
- | Nacos | 2.5.0 |
128
+ | Nacos | 2.5.1 |
129
129
| Sentinel | 1.8.8 |
130
130
| Seata | 2.2.0 |
131
131
@@ -205,8 +205,8 @@ dante-cloud
205
205
206
206
| 分支名称 | 对应 Spring 生态版本 | 对应 JDK 版本 | 用途 | 现状 |
207
207
| :----------------------:| -----------------------------------------| -----------| ----------------| -------------------------------------------------------------|
208
- | master | Spring Boot 3.4 和 Spring Cloud 2024.0.0 | JDK 17 | 主要发布分支 | 推荐使用代码分支 |
209
- | develop | Spring Boot 3.4 和 Spring Cloud 2024.0.0 | JDK 17 | Development 分支 | 新功能、ISSUE 均以此分支作为开发,发布后会 PR 至 master 分支 |
208
+ | master | Spring Boot 3.4 和 Spring Cloud 2024.0.1 | JDK 17 | 主要发布分支 | 推荐使用代码分支 |
209
+ | develop | Spring Boot 3.4 和 Spring Cloud 2024.0.1 | JDK 17 | Development 分支 | 新功能、ISSUE 均以此分支作为开发,发布后会 PR 至 master 分支 |
210
210
| 3.2.X-3.3.X | Spring Boot 3.3 和 Spring Cloud 2023.0.X | JDK 17 | 稳定版本分支 | 稳定版本分支 |
211
211
| 3.1.X | Spring Boot 3.1 和 Spring Cloud 2022.0.X | JDK 17 | 历史版本,停止维护 | 基于 Spring Boot 3.1 时代开发的代码分支,稳定可用,不再维护 |
212
212
| 2.7.X | Spring Boot 2.7 和 Spring Cloud 2021.0.X | JDK 8 | 历史版本,停止维护 | 基于 Spring Boot 2.7 时代开发的代码分支,稳定可用,不再维护 |
@@ -227,7 +227,7 @@ dante-cloud
227
227
228
228
### Dante Cloud 响应式版本特性
229
229
230
- - ` Spring Boot ` 已升级至 3.4.3
230
+ - ` Spring Boot ` 已升级至 3.4.4
231
231
- ` Spring Authorization Server ` 已升级至 1.4.2
232
232
- 全面采用 Java 21,默认开启虚拟线程,以改善阻塞操作的处理降低系统资源的消耗
233
233
- 支持传统的 ` 阻塞式 ` 微服务与基于 ` Reactor ` 和 ` WebFlux ` 的 ` 响应式 ` 微服务同时运行在一套系统之中
0 commit comments