Skip to content

Commit 43d9c13

Browse files
herodotus-ecosystemgitee-org
authored andcommitted
!312 feat: v3.5.4.0
Merge pull request !312 from 码匠君/develop
2 parents a21b772 + ce4596e commit 43d9c13

File tree

32 files changed

+36
-36
lines changed

32 files changed

+36
-36
lines changed

README.md

Lines changed: 6 additions & 6 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.5.1-blue.svg?logo=spring" alt="Spring Authorization Server 1.5.1"></a>
9-
<a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://img.shields.io/badge/Spring%20Boot-3.5.3-blue.svg?logo=spring" alt="Spring Boot 3.5.3"></a>
9+
<a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://img.shields.io/badge/Spring%20Boot-3.5.4-blue.svg?logo=spring" alt="Spring Boot 3.5.4"></a>
1010
<a href="https://spring.io/projects/spring-cloud" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud-2025.0.0-blue.svg?logo=spring" alt="Spring Cloud 2025.0.0"></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.3.3-blue.svg?logo=alibabadotcom" alt="Spring Cloud Alibaba 2023.0.3.3"></a>
12-
<a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Tencent-2.0.1.0--2023.0.3-blue.svg?logo=qq" alt="Spring Cloud Tencent 2.0.1.0--2023.0.3"></a>
12+
<a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Tencent-2.0.2.2--2024.0.1-blue.svg?logo=qq" alt="Spring Cloud Tencent 2.0.2.2--2024.0.1"></a>
1313
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-3.0.2-brightgreen.svg?logo=alibabadotcom" alt="Nacos 3.0.2"></a>
1414
</p>
1515
<p align="center">
16-
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.5.3.2-red.svg?logo=spring" alt="Version 3.5.3.2"></a>
17-
<a href="https://www.herodotus.vip" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.5.3.2-red.svg?logo=spring" alt="Dante Engine 3.5.3.2"></a>
18-
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.5.3.2-red.svg?logo=spring" alt="Dante OSS 3.5.3.2"></a>
16+
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.5.4.0-red.svg?logo=spring" alt="Version 3.5.4.0"></a>
17+
<a href="https://www.herodotus.vip" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.5.4.0-red.svg?logo=spring" alt="Dante Engine 3.5.4.0"></a>
18+
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.5.4.0-red.svg?logo=spring" alt="Dante OSS 3.5.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://blog.csdn.net/Pointer_v" target="_blank"><img src="https://img.shields.io/badge/Author-%E7%A0%81%E5%8C%A0%E5%90%9B-orange" alt="码匠君"></a>
@@ -222,7 +222,7 @@ dante-cloud
222222

223223
### Dante Cloud 响应式版本特性
224224

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

configurations/backup/alibaba/3.5.3.0/nacos_config_export_20250618175225.zip renamed to configurations/backup/alibaba/3.5.4.0/nacos_config_export_20250704224541.zip

13 KB
Binary file not shown.
Binary file not shown.

configurations/backup/tencent/3.5.3.0/polaris_config_202405311904.zip renamed to configurations/backup/tencent/3.5.4.0/polaris_config_202405311904.zip

File renamed without changes.

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.5.3.2
1+
VERSION=3.5.4.0
22
SPRING_PROFILES_ACTIVE=alibaba
33
PROFILE=development
44
DATABASE=postgresql

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.5.3.2
1+
VERSION=3.5.4.0
22
SPRING_PROFILES_ACTIVE=alibaba
33
PROFILE=development
44
DATABASE=postgresql

dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>cn.herodotus.engine</groupId>
3030
<artifactId>dependencies</artifactId>
31-
<version>3.5.3.2</version>
31+
<version>3.5.4.0</version>
3232
<relativePath/>
3333
</parent>
3434

modules/dante-module-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<artifactId>modules</artifactId>
3434
<groupId>org.dromara.dante</groupId>
35-
<version>3.5.3.2</version>
35+
<version>3.5.4.0</version>
3636
</parent>
3737

3838
<artifactId>dante-module-common</artifactId>

modules/dante-module-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<artifactId>modules</artifactId>
3434
<groupId>org.dromara.dante</groupId>
35-
<version>3.5.3.2</version>
35+
<version>3.5.4.0</version>
3636
</parent>
3737

3838
<artifactId>dante-module-metadata</artifactId>

0 commit comments

Comments
 (0)