Skip to content

Commit 5609448

Browse files
herodotus-ecosystemgitee-org
authored andcommitted
!288 ⬆️ feat: v3.4.4.0
Merge pull request !288 from 码匠君/develop
2 parents c0ff2ad + 60b7162 commit 5609448

File tree

40 files changed

+751
-52
lines changed

40 files changed

+751
-52
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
<p align="center">
88
<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>
1111
<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>
1212
<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>
1414
</p>
1515
<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>
1919
<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>
2020
<a href="./LICENSE"><img src="https://shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
2121
<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 已通过由第三方进行的软件出厂安全测试以及等保
119119

120120
| 组件 | 版本 |
121121
|-----------------------------|-----------------|
122-
| Spring Boot | 3.4.3 |
123-
| Spring Cloud | 2024.0.0 |
122+
| Spring Boot | 3.4.4 |
123+
| Spring Cloud | 2024.0.1 |
124124
| Spring Cloud Alibaba | 2023.0.1.2 |
125125
| Spring Cloud Tencent | 1.14.0-2023.0.0 |
126126
| Spring Authorization Server | 1.4.2 |
127127
| Spring Boot Admin | 3.4.4 |
128-
| Nacos | 2.5.0 |
128+
| Nacos | 2.5.1 |
129129
| Sentinel | 1.8.8 |
130130
| Seata | 2.2.0 |
131131

@@ -205,8 +205,8 @@ dante-cloud
205205

206206
| 分支名称 | 对应 Spring 生态版本 | 对应 JDK 版本 | 用途 | 现状 |
207207
|:----------------------:|-----------------------------------------|-----------|----------------|-------------------------------------------------------------|
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 分支 |
210210
| 3.2.X-3.3.X | Spring Boot 3.3 和 Spring Cloud 2023.0.X | JDK 17 | 稳定版本分支 | 稳定版本分支 |
211211
| 3.1.X | Spring Boot 3.1 和 Spring Cloud 2022.0.X | JDK 17 | 历史版本,停止维护 | 基于 Spring Boot 3.1 时代开发的代码分支,稳定可用,不再维护 |
212212
| 2.7.X | Spring Boot 2.7 和 Spring Cloud 2021.0.X | JDK 8 | 历史版本,停止维护 | 基于 Spring Boot 2.7 时代开发的代码分支,稳定可用,不再维护 |
@@ -227,7 +227,7 @@ dante-cloud
227227

228228
### Dante Cloud 响应式版本特性
229229

230-
- `Spring Boot` 已升级至 3.4.3
230+
- `Spring Boot` 已升级至 3.4.4
231231
- `Spring Authorization Server` 已升级至 1.4.2
232232
- 全面采用 Java 21,默认开启虚拟线程,以改善阻塞操作的处理降低系统资源的消耗
233233
- 支持传统的 `阻塞式` 微服务与基于 `Reactor``WebFlux``响应式` 微服务同时运行在一套系统之中
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

configurations/docker/docker-compose/linux/herodotus/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=3.4.3.3
1+
VERSION=3.4.4.0
22
SPRING_PROFILES_ACTIVE=alibaba
33
PROFILE=development
44
DATABASE=postgresql

configurations/docker/docker-compose/linux/herodotus/env.base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
nacos:
3-
image: quay.io/herodotus-cloud/nacos-server:v2.5.0
4-
# image: herodotus/nacos-server:v2.5.0
3+
image: quay.io/herodotus-cloud/nacos-server:v2.5.1
4+
# image: herodotus/nacos-server:v2.5.1
55
container_name: nacos
66
hostname: nacos
77
environment:

configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
nacos:
3-
image: quay.io/herodotus-cloud/nacos-server:v2.5.0
4-
# image: herodotus/nacos-server:v2.5.0
3+
image: quay.io/herodotus-cloud/nacos-server:v2.5.1
4+
# image: herodotus/nacos-server:v2.5.1
55
container_name: nacos
66
hostname: nacos
77
restart: always

configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: '3.8'
22
services:
33

44
nacos:
5-
image: quay.io/herodotus-cloud/nacos-server:v2.5.0
6-
# image: herodotus/nacos-server:v2.5.0
5+
image: quay.io/herodotus-cloud/nacos-server:v2.5.1
6+
# image: herodotus/nacos-server:v2.5.1
77
container_name: dante-nacos
88
hostname: dante-nacos
99
environment:

configurations/docker/docker-compose/windows/herodotus/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=3.4.3.3
1+
VERSION=3.4.4.0
22
SPRING_PROFILES_ACTIVE=alibaba
33
PROFILE=development
44
DATABASE=postgresql

configurations/docker/docker-compose/windows/herodotus/env.base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
nacos:
3-
image: quay.io/herodotus-cloud/nacos-server:v2.5.0
4-
# image: herodotus/nacos-server:v2.5.0
3+
image: quay.io/herodotus-cloud/nacos-server:v2.5.1
4+
# image: herodotus/nacos-server:v2.5.1
55
container_name: nacos
66
environment:
77
MODE: standalone

configurations/docker/docker-compose/windows/herodotus/env.full.base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
nacos:
3-
image: quay.io/herodotus-cloud/nacos-server:v2.5.0
4-
# image: herodotus/nacos-server:v2.5.0
3+
image: quay.io/herodotus-cloud/nacos-server:v2.5.1
4+
# image: herodotus/nacos-server:v2.5.1
55
container_name: nacos
66
environment:
77
MODE: standalone

configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
nacos:
3-
image: quay.io/herodotus-cloud/nacos-server:v2.5.0
4-
# image: herodotus/nacos-server:v2.5.0
3+
image: quay.io/herodotus-cloud/nacos-server:v2.5.1
4+
# image: herodotus/nacos-server:v2.5.1
55
container_name: nacos
66
hostname: nacos
77
restart: always

0 commit comments

Comments
 (0)