Skip to content

Commit

Permalink
🚑 fix: v3.3.0.0-RC5
Browse files Browse the repository at this point in the history
- 主要更新
  - [修复] 修复 Spring Authorization Server 自定义登录页面静态内容 webjars 加载错误
  - [修复] 修复 p6spy 消息模型类配置错误
  - [修复] 修复内置授权码登录页面,控制台抛错错误问题
  - [修复] 修复内置授权码登录页面脚本依赖模块丢失问题
  - [修复] 修复接口扫描条件配置默认值错误导致系统登录没有权
  - [优化] 优化数据加解密逻辑,在 session 不统一环境,加解密逻辑不执行直接返回原文。
  - [优化] 明确抛错错误类型。新增 PlatformException 主要用于非 RuntimeException,确保 Exception 使用合理规范。
  - [优化] 优化 Stamp Exception,统一修改为 Exception 类型。
  - [优化] 优化 ServiceContextHolderBuilder 配置,减少在为必要环境必须要注入配置问题。
  - [优化] 优化 oauth2-core 模块依赖,减少模块的过度依赖引起 core-autoconfigure 比必要的自动配置。
- 依赖更新
  - [升级] software.amazon.awssdk 版本升级至 2.25.55
  - [升级] camunda 版本升级至 7.22.0-alpha1
  - [升级] aws-java-sdk-s3 版本升级至 1.12.725
  - [升级] influxdb-client 版本升级至 7.1.0
  - [升级] fastjson2 版本升级至 2.0.50
  - [升级] quasar webjars 版本升级至 2.16.4
  - [升级] alipay-sdk-java 版本升级至 4.39.74.ALL
  • Loading branch information
herodotus-ecosystem committed May 19, 2024
1 parent 9ee6273 commit f7d6d87
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion configurations/docker/docker-compose/linux/herodotus/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.3.0.0-RC4
VERSION=3.3.0.0-RC5
GATEWAY_SERVICE_NAME=herodotus-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=herodotus-cloud-uaa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.3.0.0-RC4
VERSION=3.3.0.0-RC5
GATEWAY_SERVICE_NAME=herodotus-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=herodotus-cloud-uaa
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>cn.herodotus.stirrup</groupId>
<artifactId>dependencies</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/herodotus-module-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-module-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/herodotus-module-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-module-metadata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/herodotus-module-social/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-module-social</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>herodotus-cloud</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>authentication-spring-boot-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.cloud</groupId>
<artifactId>packages</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>authorization-reactive-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/authorization-servlet-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>authorization-servlet-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/facility-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>facility-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>herodotus-cloud</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>packages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-client-uaa-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.cloud</groupId>
<artifactId>packages</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>rpc-client-uaa-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-server-upms-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.cloud</groupId>
<artifactId>packages</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>rpc-server-upms-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform/herodotus-cloud-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-cloud-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform/herodotus-cloud-message/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.cloud</groupId>
<artifactId>platform</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-cloud-message</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions platform/herodotus-cloud-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-cloud-monitor</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
<name>herodotus-cloud-monitor</name>
<description>herodotus-cloud-monitor</description>

Expand Down
2 changes: 1 addition & 1 deletion platform/herodotus-cloud-uaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-cloud-uaa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform/herodotus-cloud-upms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-cloud-upms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>herodotus-cloud</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>platform</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.cloud</groupId>
<artifactId>dependencies</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
<relativePath>dependencies/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions services/herodotus-cloud-bpmn-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<parent>
<artifactId>services</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-cloud-bpmn-ability</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
<name>herodotus-cloud-bpmn-ability</name>
<description>herodotus-cloud-bpmn-ability</description>

Expand Down
2 changes: 1 addition & 1 deletion services/herodotus-cloud-manage-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.cloud</groupId>
<artifactId>services</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-cloud-manage-ability</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/herodotus-cloud-oss-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>cn.herodotus.cloud</groupId>
<artifactId>services</artifactId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>herodotus-cloud-oss-ability</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>herodotus-cloud</artifactId>
<groupId>cn.herodotus.cloud</groupId>
<version>3.3.0.0-RC4</version>
<version>3.3.0.0-RC5</version>
</parent>

<artifactId>services</artifactId>
Expand Down

0 comments on commit f7d6d87

Please sign in to comment.