Spring Boot 2.4.4 已經釋出。現在可從 repo.spring.io 和 Maven Central 獲得。
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.4</version>
<relativePath/>
</parent>
這是 v2.4 版本的第四個錯誤修正版本,包括 60 個錯誤修複,增強功能,文檔改進和依賴項更新。
https://blog.didispace.com/spring-boot-2-4-4-release/#Bug-Fixes Bug Fixes
- 使用 jOOQ 當 SQLException 無法翻譯時,會抛出 NPE
- 如果配置了多個 schema 或資料腳本加載路徑,若一個路徑無法解析,報錯無法判斷哪個路徑出錯
- @ConfigurationProperties 預設屬性注入錯誤導緻無法驗證
- EmbeddedDatabaseConnection#h2 不應該指定為 hosts 主機名
- RSocket 的 EmbeddedServerAutoConfiguration 初始化類無法在非 web 環境使用
- 無法從包含同一組屬性的 json 檔案加載 ConfigurationMetadataRepository
- Layertools工具擷取目标路徑資源會加載額外路徑資源
- maven 插件 spring-boot:stop 功能的預設值和描述無法對應
- 無法為Actuator 配置過濾器,導緻應用無法啟動
- @EntityScan 注解無法使用屬性替換
- SpringApplication 支援替換已存在屬性檔案
- spring-boot-devtools 導緻私有類的 getter 方法為空
https://blog.didispace.com/spring-boot-2-4-4-release/#%E8%AF%A6%E6%83%85 詳情
其他 BUG 修複、文檔更新和依賴項更新,詳情檢視: