跳至主要內容

Spring Boot 2.4.4 发布

冷冷zzSpring BootSpring Boot前沿资讯大约 1 分钟

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 个错误修复,增强功能,文档改进和依赖项升级。

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 方法为空

详情

其他 BUG 修复、文档更新和依赖项升级,详情查看:

  • https://spring.io/blog/2021/03/18/spring-boot-2-4-4-available-now
  • https://github.com/spring-projects/spring-boot/releases/tag/v2.4.4
上次编辑于:
贡献者: 程序猿DD