Skip to content

Commit

Permalink
🍻 feat: v3.4.0.1
Browse files Browse the repository at this point in the history
- 主要更新
  - [新增] 新增 Reactive 环境下 Indexed 模式的 Spring Session 的配置。
  - [新增] 新增 Rest 接口审计功能,可以通过配置开启。为减少不必要的性能损耗,默认为关闭状态。
  - [重构] 使用 Spring Boot 标准的方式和标准的信息输出结构,重构自定义条件注解,以简化相关条件注解数量以及条件类定义。
- 其它更新
  - [修复] 修复响应式服务不支持 Indexed 模式 Session,导致 与阻塞式服务 Session 不统一问题。
  - [修复] 修复 WebSocket 多实例配置仅能支持 Servlet 环境,以及配置属性不合理问题。
  - [修复] 修复开启 Rest 接口审计配置不生效问题
  - [修复] 修复单体版开启和关闭 Swagger 不生效问题。
  - [修复] 修复前端 package.json 配置未更新导致在最新 Vite 版本下编译组件会打印告警信息问题。
  - [修复] 修复响应式服务权限校验逻辑异常抛错问题。
  - [修复] 修复使用 Jackson @jsonformat 注解序列化时间差8小时问题。
  - [修复] 修复数据库初始化脚本,去除无用的菜单数据。
  - [重构] 重构数据库审计核心代码逻辑,去除原有多重判断繁琐实现。
  - [重构] 调整 Conditional 判断实现类访问权限,避免不必要的引用。
  - [重构] 提取以枚举作为配置属性的条件注解的通用抽象方法,方便和简化枚举值类型条件注解的编写。
  - [重构] 系统核心类 RequestMapping 重名为 RestMapping,以减少与 Spring 核心注解 @RequestMapping 不必要的冲突
  - [重构] 重构用户登录审计功能相关存储信息,减少不必要的字段,以综合性的字段显示信息。
  - [优化] 优化响应式 Opaque Token Introspector 实现定义,使用最新代码替换已经被标记为过时的方法
  - [优化] 改用 Spring Authorization Server 新版本标准方式优化自定义扩展授权码模式 Provider
  - [优化] 优化部分条件注解的检测逻辑,尽可能使用 Spring Boot 标准方式,减少额外的扩展定义类。
  - [优化] 删除无用的 ComponentScan 包扫描配置
  - [升级] zipkin 镜像版本升级至 3.4.3
  - [升级] grafana 镜像版本升级至 11.4.0
  - [升级] loki 镜像版本升级至 3.3.1
  - [升级] promtail 镜像版本升级至 3.3.1
  - [升级] emqx 镜像版本升级至 5.8.3
  - [升级] tdengine 镜像版本升级至 3.3.4.8
- 依赖升级
  - [升级] aliyun-java-sdk-core 版本升级至 4.7.3
  - [升级] commons-text 版本升级至 1.13.0
  - [升级] justauth 版本升级至 1.16.7
  - [升级] redisson 版本升级至 3.40.2
  - [升级] software.amazon.awssdk 版本升级至 2.29.34
  - [升级] software.amazon.awssdk.crt 版本升级至 0.33.7
  - [升级] weixin-java 版本升级至 4.6.9.B
  • Loading branch information
herodotus-ecosystem committed Dec 14, 2024
1 parent 9e0a7f9 commit da1a524
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<p align="center">
<a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://shields.io/badge/Spring%20Boot-3.4.0-blue.svg?logo=spring" alt="Spring Boot 3.4.0"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-3.4.0.0-red.svg?logo=spring" alt="Version 3.4.0.0"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-3.4.0.1-red.svg?logo=spring" alt="Version 3.4.0.1"></a>
<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>
<a href="./LICENSE"><img src="https://shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
<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>
Expand Down
2 changes: 1 addition & 1 deletion oss-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>cn.herodotus.engine</groupId>
<artifactId>dependencies</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oss-dialect/dialect-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-dialect</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>dialect-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-dialect/dialect-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-dialect</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>dialect-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-dialect/dialect-sdk-aliyun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-dialect</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>dialect-sdk-aliyun</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-dialect/dialect-sdk-minio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-dialect</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>dialect-sdk-minio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-dialect/dialect-sdk-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-dialect</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>dialect-sdk-s3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>dante-oss</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>oss-dialect</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>dante-oss</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>oss-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-rest/rest-sdk-minio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-rest</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>rest-sdk-minio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-rest/rest-sdk-specification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-rest</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>rest-sdk-specification</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>dante-oss</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>oss-solution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-specification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>dante-oss</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>oss-specification</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-starter/oss-aliyun-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-starter</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>oss-aliyun-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-starter/oss-minio-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-starter</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>oss-minio-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-starter/oss-s3-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-starter</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>oss-s3-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-starter/oss-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-starter</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>oss-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>dante-oss</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
</parent>

<artifactId>oss-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-bom</artifactId>
<version>3.4.0.0</version>
<version>3.4.0.1</version>
<relativePath>oss-bom/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit da1a524

Please sign in to comment.