Skip to content

Commit e01063c

Browse files
herodotus-ecosystemgitee-org
authored andcommitted
!314 ♻️ feat: v3.5.4.2
Merge pull request !314 from 码匠君/develop
2 parents da74f3d + 7e616fd commit e01063c

File tree

30 files changed

+39
-39
lines changed

30 files changed

+39
-39
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
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.4.1-red.svg?logo=spring" alt="Version 3.5.4.1"></a>
17-
<a href="https://www.herodotus.vip" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.5.4.1-red.svg?logo=spring" alt="Dante Engine 3.5.4.1"></a>
18-
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.5.4.1-red.svg?logo=spring" alt="Dante OSS 3.5.4.1"></a>
16+
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.5.4.2-red.svg?logo=spring" alt="Version 3.5.4.2"></a>
17+
<a href="https://www.herodotus.vip" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.5.4.2-red.svg?logo=spring" alt="Dante Engine 3.5.4.2"></a>
18+
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.5.4.2-red.svg?logo=spring" alt="Dante OSS 3.5.4.2"></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>
Binary file not shown.
Binary file not shown.

configurations/backup/yamls/common/dante-cloud-redis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spring:
55
host: ${herodotus.environment.redis.host}
66
password: ${herodotus.environment.redis.password}
77
port: ${herodotus.environment.redis.port}
8-
timeout: 200ms
8+
timeout: 3000ms
99
lettuce:
1010
pool:
1111
enabled: true
@@ -16,7 +16,7 @@ spring:
1616
# 最小空闲连接数 (保持预热连接)。保持预热连接,应对突发流量
1717
min-idle: 8
1818
# 短等待避免线程阻塞,超时快速失败
19-
max-wait: 50ms
19+
max-wait: 5000ms
2020
# 空闲连接检查间隔
2121
time-between-eviction-runs: 30s
2222
shutdown-timeout: 200ms

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.4.1
1+
VERSION=3.5.4.2
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.4.1
1+
VERSION=3.5.4.2
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.4.1</version>
31+
<version>3.5.4.2</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.4.1</version>
35+
<version>3.5.4.2</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.4.1</version>
35+
<version>3.5.4.2</version>
3636
</parent>
3737

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

modules/dante-module-social/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.4.1</version>
35+
<version>3.5.4.2</version>
3636
</parent>
3737

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

0 commit comments

Comments
 (0)