From a7b693de10322aea576124353e11411d25dcffe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Tue, 4 Jun 2024 22:04:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20feat:=20v3.3.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 主要更新 - [升级] Spring Boot Admin 版本升级至 3.3.1 - 其它更新 - [优化] 优化 JetCache 改为 Bom Import 模式 - [优化] 优化 Hutool 改为 Bom Import 模式 - [优化] 优化全局错误输出,在存在异常时,日志中输出错误信息 - [优化] 补充 Spring Authorization Server 新增认证模式以及客户端授权方法 - [修复] 修复系统架构参数条件注解默认值设置错误 - [修复] 修复在新版本环境下,自定义数组转字符串反序列化错误,导致 OAuth2Application 管理操作失败。 - 依赖更新 - [升级] guava 版本升级至 33.2.1-jre - [升级] jetcache 版本升级至 2.7.6 - [升级] aws-java-sdk-s3 版本升级至 1.12.735 - [升级] software.amazon.awssdk 版本升级至 2.25.65 - [升级] fastjson2 版本升级至 2.0.51 - [升级] alipay-sdk-java 版本升级至 4.39.95.ALL - [升级] checker-qual 版本升级至 3.44.0 --- README.md | 2 +- oss-bom/pom.xml | 2 +- oss-core/pom.xml | 2 +- oss-dialect/dialect-autoconfigure/pom.xml | 2 +- oss-dialect/dialect-core-minio/pom.xml | 2 +- oss-dialect/dialect-core-s3/pom.xml | 2 +- oss-dialect/dialect-core/pom.xml | 2 +- oss-dialect/dialect-module-aliyun/pom.xml | 2 +- oss-dialect/dialect-module-minio-reactive/pom.xml | 2 +- oss-dialect/dialect-module-minio/pom.xml | 2 +- oss-dialect/dialect-module-s3-reactive/pom.xml | 2 +- oss-dialect/dialect-module-s3/pom.xml | 2 +- oss-dialect/pom.xml | 2 +- oss-rest/pom.xml | 2 +- oss-rest/rest-module-minio-reactive/pom.xml | 2 +- oss-rest/rest-module-minio/pom.xml | 2 +- oss-rest/rest-sdk-specification/pom.xml | 2 +- oss-solution/pom.xml | 2 +- oss-starter/oss-aliyun-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-minio-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-s3-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-spring-boot-starter/pom.xml | 2 +- oss-starter/pom.xml | 2 +- pom.xml | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index b3e41ed5..ea06a576 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Spring Boot 3.3.0 - Version 3.3.0.2 + Version 3.3.0.3 Java 17 License Apache 2.0 Total Visits diff --git a/oss-bom/pom.xml b/oss-bom/pom.xml index 51a2a7d0..1179877d 100644 --- a/oss-bom/pom.xml +++ b/oss-bom/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.stirrup dependencies - 3.3.0.2 + 3.3.0.3 diff --git a/oss-core/pom.xml b/oss-core/pom.xml index 056563f3..1f65a575 100644 --- a/oss-core/pom.xml +++ b/oss-core/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis dante-oss - 3.3.0.2 + 3.3.0.3 oss-core diff --git a/oss-dialect/dialect-autoconfigure/pom.xml b/oss-dialect/dialect-autoconfigure/pom.xml index 1291af87..f5f1f0ed 100644 --- a/oss-dialect/dialect-autoconfigure/pom.xml +++ b/oss-dialect/dialect-autoconfigure/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-dialect - 3.3.0.2 + 3.3.0.3 dialect-autoconfigure diff --git a/oss-dialect/dialect-core-minio/pom.xml b/oss-dialect/dialect-core-minio/pom.xml index 93f05fa7..e07fe3e2 100644 --- a/oss-dialect/dialect-core-minio/pom.xml +++ b/oss-dialect/dialect-core-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-dialect - 3.3.0.2 + 3.3.0.3 dialect-core-minio diff --git a/oss-dialect/dialect-core-s3/pom.xml b/oss-dialect/dialect-core-s3/pom.xml index 06e13e9e..ed0698a0 100644 --- a/oss-dialect/dialect-core-s3/pom.xml +++ b/oss-dialect/dialect-core-s3/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-dialect - 3.3.0.2 + 3.3.0.3 dialect-core-s3 diff --git a/oss-dialect/dialect-core/pom.xml b/oss-dialect/dialect-core/pom.xml index 5cf2068a..39aceb9a 100644 --- a/oss-dialect/dialect-core/pom.xml +++ b/oss-dialect/dialect-core/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-dialect - 3.3.0.2 + 3.3.0.3 dialect-core diff --git a/oss-dialect/dialect-module-aliyun/pom.xml b/oss-dialect/dialect-module-aliyun/pom.xml index de1cc457..2f3ecf93 100644 --- a/oss-dialect/dialect-module-aliyun/pom.xml +++ b/oss-dialect/dialect-module-aliyun/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.artemis oss-dialect - 3.3.0.2 + 3.3.0.3 dialect-module-aliyun diff --git a/oss-dialect/dialect-module-minio-reactive/pom.xml b/oss-dialect/dialect-module-minio-reactive/pom.xml index a72a3d4f..6e521857 100644 --- a/oss-dialect/dialect-module-minio-reactive/pom.xml +++ b/oss-dialect/dialect-module-minio-reactive/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-dialect - 3.3.0.2 + 3.3.0.3 dialect-module-minio-reactive diff --git a/oss-dialect/dialect-module-minio/pom.xml b/oss-dialect/dialect-module-minio/pom.xml index 821e1b6a..1dad9fa8 100644 --- a/oss-dialect/dialect-module-minio/pom.xml +++ b/oss-dialect/dialect-module-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-dialect - 3.3.0.2 + 3.3.0.3 dialect-module-minio diff --git a/oss-dialect/dialect-module-s3-reactive/pom.xml b/oss-dialect/dialect-module-s3-reactive/pom.xml index dd486bd2..2b21dddb 100644 --- a/oss-dialect/dialect-module-s3-reactive/pom.xml +++ b/oss-dialect/dialect-module-s3-reactive/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-dialect - 3.3.0.2 + 3.3.0.3 dialect-module-s3-reactive diff --git a/oss-dialect/dialect-module-s3/pom.xml b/oss-dialect/dialect-module-s3/pom.xml index ce2a99fd..c16f4a78 100644 --- a/oss-dialect/dialect-module-s3/pom.xml +++ b/oss-dialect/dialect-module-s3/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-dialect - 3.3.0.2 + 3.3.0.3 dialect-module-s3 diff --git a/oss-dialect/pom.xml b/oss-dialect/pom.xml index d8aca7bf..6068e4d5 100644 --- a/oss-dialect/pom.xml +++ b/oss-dialect/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis dante-oss - 3.3.0.2 + 3.3.0.3 oss-dialect diff --git a/oss-rest/pom.xml b/oss-rest/pom.xml index e50d8f9c..6b346d5d 100644 --- a/oss-rest/pom.xml +++ b/oss-rest/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis dante-oss - 3.3.0.2 + 3.3.0.3 oss-rest diff --git a/oss-rest/rest-module-minio-reactive/pom.xml b/oss-rest/rest-module-minio-reactive/pom.xml index 5056d84f..10489919 100644 --- a/oss-rest/rest-module-minio-reactive/pom.xml +++ b/oss-rest/rest-module-minio-reactive/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-rest - 3.3.0.2 + 3.3.0.3 rest-module-minio-reactive diff --git a/oss-rest/rest-module-minio/pom.xml b/oss-rest/rest-module-minio/pom.xml index 028f5dd1..d44e1552 100644 --- a/oss-rest/rest-module-minio/pom.xml +++ b/oss-rest/rest-module-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-rest - 3.3.0.2 + 3.3.0.3 rest-module-minio diff --git a/oss-rest/rest-sdk-specification/pom.xml b/oss-rest/rest-sdk-specification/pom.xml index a3ecf35c..4b9881ec 100644 --- a/oss-rest/rest-sdk-specification/pom.xml +++ b/oss-rest/rest-sdk-specification/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-rest - 3.3.0.2 + 3.3.0.3 rest-sdk-specification diff --git a/oss-solution/pom.xml b/oss-solution/pom.xml index e8288bf9..ce7f8369 100644 --- a/oss-solution/pom.xml +++ b/oss-solution/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis dante-oss - 3.3.0.2 + 3.3.0.3 oss-solution diff --git a/oss-starter/oss-aliyun-spring-boot-starter/pom.xml b/oss-starter/oss-aliyun-spring-boot-starter/pom.xml index 36c58f7b..29e5e254 100644 --- a/oss-starter/oss-aliyun-spring-boot-starter/pom.xml +++ b/oss-starter/oss-aliyun-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-starter - 3.3.0.2 + 3.3.0.3 oss-aliyun-spring-boot-starter diff --git a/oss-starter/oss-minio-spring-boot-starter/pom.xml b/oss-starter/oss-minio-spring-boot-starter/pom.xml index 19c605bc..f5e4c464 100644 --- a/oss-starter/oss-minio-spring-boot-starter/pom.xml +++ b/oss-starter/oss-minio-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-starter - 3.3.0.2 + 3.3.0.3 oss-minio-spring-boot-starter diff --git a/oss-starter/oss-s3-spring-boot-starter/pom.xml b/oss-starter/oss-s3-spring-boot-starter/pom.xml index fc23d83b..e30ad5f9 100644 --- a/oss-starter/oss-s3-spring-boot-starter/pom.xml +++ b/oss-starter/oss-s3-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-starter - 3.3.0.2 + 3.3.0.3 oss-s3-spring-boot-starter diff --git a/oss-starter/oss-spring-boot-starter/pom.xml b/oss-starter/oss-spring-boot-starter/pom.xml index ee0af1c9..a12a42d8 100644 --- a/oss-starter/oss-spring-boot-starter/pom.xml +++ b/oss-starter/oss-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis oss-starter - 3.3.0.2 + 3.3.0.3 oss-spring-boot-starter diff --git a/oss-starter/pom.xml b/oss-starter/pom.xml index d783da22..5d96a9e6 100644 --- a/oss-starter/pom.xml +++ b/oss-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.artemis dante-oss - 3.3.0.2 + 3.3.0.3 oss-starter diff --git a/pom.xml b/pom.xml index 710dbb0f..fe10addd 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.artemis oss-bom - 3.3.0.2 + 3.3.0.3 oss-bom/pom.xml