Spring Boot 2.4.2 、2.3.8 发布
小于 1 分钟
2021年首发,Spring Boot 2.4.2 、2.3.8.RELEASE 两个常规错误修正版本发布。现在可以从 maven 仓库获取,坐标如下:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
<relativePath/>
</parent>
New Features
- 新增 PropertySource 资源检索 API
Bug Fixes
HikariDataSourceMetricsRegistry 调用 Wrapper.isWrapperFor 失败
当多个 web 应用时,日志格式错误
configprops 端点不包含 @Name 参数标识的属性
无法使用 Gradle 插件构建 War 形式的镜像
在特殊配置文件中 spring.profiles.include 无效
configtree 无法使用 Kubernetes volume
Spring Boot Netty Server 不支持 Unix Sock
执行单元测试时 test/application.properties 会被应用的 application.yaml 覆盖
完善 spring boot plugin 构建镜像身份校验机制
maven-resources-plugin 构建提示警告信息
支持 JSR-305 @Nullable 注解作用的端点方法
exceptiontranslation = false 异常转换开关失效
...
由于 2.4.2 更新日志较多,大多涉及配置文件加载变更部分,更多内容请阅读官方 releases log
https://github.com/spring-projects/spring-boot/releases/tag/v2.4.2
https://github.com/spring-projects/spring-boot/releases/tag/v2.3.8.RELEASE