-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 主要更新 - [升级] Spring Boot 版本升级至 3.3.3 - [升级] Spring Authorization Server 版本升级至 1.3.2 - [升级] Nacos 版本升级至 2.4.1 - [升级] 基于 Postgresql 作为存储的自主封装 Nacos 镜像升级至 2.4.1 并发布至 Docker Hub 和 Quay IO - 其它更新 - [新增] 新增物联网相关页面初始化数据 - [修复] 修复前端因升级 Sass 版本,运行时出现 Sass’s behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. 告警问题 fix: #IAKN93 - [修复] 修复包含占位符 {} 的接口,例如:/iot/product/{id},在线动态修改权限始终不会生效,一直报没有权限错误。 - [修复] 修复涉及分页的 REST 接口,数字类型参数使用的 validation 校验注解错误。 - [修复] 修复仅分布式环境使用的 Bus 消息代码,在单体式环境仍旧会配置问题 - [重构] 重构前端组件代码放置目录和位置,提升代码放置合理性以及可快速定位性 - [重构] 将 message-module-ability 模块合并至 message-core 模块。 - [重构] 将基础消息 Starter 从核心库组件依赖迁移至主工程,方便用户根据实际切换消息队列以及相关组件。 - [重构] 提取 OAuth2 相关公共消息组件 oauth2-module-message,提升消息相关代码在更多场景的适应性和使用便捷性。 - [重构] 提取物联网相关代码和模块至独立工程,减少代码间相互干扰,保持主工程及核心代码库的独立性 - [升级] minio docker 镜像版本升级至 RELEASE.2024-08-17T01-24-54Z - 依赖更新 - [升级] guava 版本升级至 33.3.0 - [升级] software.amazon.awssdk 版本升级至 2.27.10 - [升级] software.amazon.awssdk.crt 版本升级至 0.30.8 - [升级] sqlite-jdbc 版本升级至 3.46.1.0 - [升级] vue webjars 版本升级至 3.4.38 - [升级] quasar webjars 版本升级至 2.16.9 - [升级] minio 版本升级至 8.5.12 - [升级] aws-java-sdk-s3 版本升级至 1.12.770 - [升级] alipay-sdk-java 版本升级至 4.39.183.ALL
- Loading branch information
1 parent
4a53d20
commit c3922fb
Showing
34 changed files
with
905 additions
and
47 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
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.2.2 | ||
VERSION=3.3.3.0 | ||
SPRING_PROFILES_ACTIVE=alibaba | ||
PROFILE=development | ||
DATABASE=postgresql | ||
|
3 changes: 2 additions & 1 deletion
3
configurations/docker/docker-compose/linux/herodotus/env.base.yml
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
3 changes: 2 additions & 1 deletion
3
configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml
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
2 changes: 1 addition & 1 deletion
2
configurations/docker/docker-compose/linux/herodotus/env.oss.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION=3.3.2.2 | ||
VERSION=3.3.3.0 | ||
SPRING_PROFILES_ACTIVE=alibaba | ||
PROFILE=development | ||
DATABASE=postgresql | ||
|
3 changes: 2 additions & 1 deletion
3
configurations/docker/docker-compose/windows/herodotus/env.base.yml
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
3 changes: 2 additions & 1 deletion
3
configurations/docker/docker-compose/windows/herodotus/env.full.base.yml
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
3 changes: 2 additions & 1 deletion
3
configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml
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
2 changes: 1 addition & 1 deletion
2
configurations/docker/docker-compose/windows/herodotus/env.oss.yml
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
Oops, something went wrong.