-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 主要更新 - [升级] Spring Boot Admin 版本升级至 3.3.4 - [升级] Debezium 版本升级至 3.0 - [升级] Camunda 版本升级至 7.22.0 - [升级] Nacos 版本升级至 2.4.3 - [重构] 单体版系统合并至微服务版本工程中。可以在同一工程启动单体版本或者微服务版。解决原有模式下,需要单独编译微服务版,再在另一个工程中启动单体版。提升开发和使用的便捷性。 - 其它更新 - [新增] 新增服务本地常用文件管理机制 - [新增] 新增跨模块跨服务认证开启或关闭控制单元 - [修复] 重新构建支持 Postgresql 的 Nacos Server 镜像。修复创建命名空间失败问题。 - [修复] 修复数据加密策略配置未生效问题 - [重构] 重构部分 OAuth2 核心代码,提升代码模块的内聚性降低代码耦合 - [重构] 重构物联网设备动态开启和关闭认证逻辑,简化和去除原有采用的多重事件跳转方式。 - [优化] 合并部分系统配置参数类定义,增强配置参数划分和归类的合理性 - [优化] 删除无用重复的常量定义 - [优化] 提取通用 Spring ParameterizedTypeReference 定义 - [优化] 自定义函数式接口 ListConverter 代码逻辑,去除 IDE 空值警告 - [升级] minio docker 镜像版本升级至 RELEASE.2024-10-02T17-50-41Z - [升级] loki docker 镜像版本升级至 3.2.0 - [升级] promtail docker 镜像版本升级至 3.2.0 - [升级] grafana docker 镜像版本升级至 11.2.2 - [升级] zipkin docker 镜像版本升级至 3.4.2 - 依赖更新 - [升级] redisson 版本升级至 3.37.0 - [升级] aws-java-sdk-s3 版本升级至 1.12.773 - [升级] software.amazon.awssdk 版本升级至 2.28.21 - [升级] software.amazon.awssdk.crt 版本升级至 0.31.3 - [升级] hutool 版本升级至 6.0.0-M17 - [升级] alipay-sdk-java 版本升级至 4.39.218.ALL - [升级] checker-qual 版本升级至 3.48.1 - [升级] nacos-client 版本升级至 2.4.3 - [升级] opengauss-jdbc 版本升级至 6.0.0-og - [升级] sweetalert2 版本升级至 11.14.2 - [升级] vue webjars 版本升级至 3.5.12 - [升级] alipay-sdk-java 版本升级至 4.39.223.ALL
- Loading branch information
1 parent
4051cbe
commit 644f526
Showing
29 changed files
with
33 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+12.3 KB
configurations/backup/alibaba/3.3.4.2/nacos_config_export_20240531173140.zip
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION=3.3.4.1 | ||
VERSION=3.3.4.2 | ||
SPRING_PROFILES_ACTIVE=alibaba | ||
PROFILE=development | ||
DATABASE=postgresql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION=3.3.4.1 | ||
VERSION=3.3.4.2 | ||
SPRING_PROFILES_ACTIVE=alibaba | ||
PROFILE=development | ||
DATABASE=postgresql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters