Skip to content

Commit

Permalink
✨ feat: v3.2.0-RC1
Browse files Browse the repository at this point in the history
- 主要更新
  - [升级] Spring Boot 版本升级至 3.2.0
  - [升级] Spring Cloud 版本升级至 2023.0.0-RC1
  - [升级] Spring Authorization Server 版本升级至 1.2.0
- 其它更新
  - [重构] 重构相关代码,适配 Spring Boot 3.2.0 fix: #I7W5C3
  - [重构] 重构相关代码,适配 Spring Cloud 2023.0.0-RC1 fix: #7W5C6
  - [重构] 重构 Spring Authorization Server 自定义 Provider 代码,适配最新的 Spring Authorization Server 1.2.0 版本。fix: #I7W5BY
  - [重构] 重构 Spring Authorization Server 配置代码,去除过时方法,适配最新代码。
  - [修复] 修复 Emqx 监控数据转 Influxdb2 的 Spring Integration 流程注入配置条件错误。
  - [修复] 修复 docker-compose 文件中,polaris 镜像名称不正确问题。
  - [新增] Spring Cloud Tencent Polaris 配置导入包,方便环境搭建和配置
  - [优化] 调整 Polaris 本地配置缓存目录,防止与新增配置导入包冲突和混淆
  - [修复] 调整 polaris docker-compose 默认端口,适配最新版本 Polarismesh Server。
  - [优化] 优化各个服务中,Spring Cloud Tencent 相关配置,去除无用的或者与默认参数相同的配置。
  - [新增] 新增 Spring Cloud Tencent 读取和使用本地缓存统一化配置。
  - [优化] 临时解决 SAS 1.2.0 不兼容问题,后续根据实际情况进行完善和修改。spring-projects/spring-authorization-server#1435
  - [优化] 删除 dependencies 中重复的或无用的版本控制配置,统一使用 Spring Boot Dependencies 控制依赖版本
  • Loading branch information
herodotus-ecosystem committed Nov 26, 2023
1 parent 7015ec6 commit a6ed2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---

<p align="center">
<a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://shields.io/badge/Spring%20Boot-3.1.6-blue.svg?logo=spring" alt="Spring Boot 3.1.6"></a>
<a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://shields.io/badge/Spring%20Boot-3.2.0-blue.svg?logo=spring" alt="Spring Boot 3.2.0"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-3.2.0-RC1-red.svg?logo=spring" alt="Version 3.2.0-RC1"></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>
Expand Down

0 comments on commit a6ed2ce

Please sign in to comment.