Spring Boot v3.0.1 现已发布,具体更新内容如下:
Bug 修复
- 修复 LocalDevToolsAutoConfiguration logging 中的拼写错误#33615
- 当<springProfile>被用于Logback <root>块时,没有给出警告 #33610
- 自动配置 PropagationWebGraphQlInterceptor 以跟踪传播#33542
- 在适应 WebClientExchangeTagsProvider 时,WebClient 检测失败并出现 IllegalArgumentException #33483
- 反应式观察自动配置不声明 WebFilter 的顺序#33444
- 尝试使用 PKCS 11 KeyStore 时,Web 服务器由于“Resource location must not be null”而无法启动#33433
- neo4j 的执行器运行状况端点抛出 NoSuchElementException 并始终返回 Status.DOWN #33428
- YAML 配置文件中的 anchors 抛出 UnsupportedOperationException #33404
- ZipkinRestTemplateSender 不可自定义 #33399
- AOT 不适用于 Logstash Logback 编码器 #33387
- 在 Maven 编译器插件中设置发布版本时,Maven process-aot goal 失败 #33382
DependsOnDatabaseInitializationPostProcessor
在 native image runtime 重新声明 bean 依赖项 #33374- 当未找到@SpringBootConfiguration时,@SpringBootTest现在会抛出一个NullPointerException,而不是一个有用的IllegalStateException #33371
- 由于 bootJar 总是将 META-INF/native-image/argfile 添加到 jar,bootBuildImage 总是尝试创建一个 native image #33363
文档
- 改进 gradle plugin tags 文档 #33617
- 改进 maven plugin tags 文档 #33616
- 修复 tomcat accesslog checkExists 文档中的拼写错误 #33512
- Documented Java compiler level 错误 #33505
- 修复文档中的拼写错误 #33453
- 在 bootBuildImage 文档中更新而不是替换环境 #33424
- 更新参考文档以记录在使用 buildpacks 创建本地镜像时需要声明 native-maven-plugin #33422
- 记录 shutdown endpoint 不适用于将 war 部署到 servlet 容器时使用 #33410
- 重置 GraphQL 测试文档 #33407
- Sanitize Sensitive Values 中的
NEVER
描述格式不正确 #33398
依赖升级
- 升级到 AspectJ 1.9.19 #33586
- 升级到 Byte Buddy 1.12.20 #33587
- 升级到 Couchbase Client 3.4.1 #33588
- 升级到 Dropwizard Metrics 4.2.14 #33589
- 升级到 Elasticsearch Client 8.5.3 #33590
- 升级到 Hibernate 6.1.6.Final #33591
- 升级到 HttpClient 4.5.14 #33592
- 升级到 HttpCore 4.4.16 #33593
- 升级到 Infinispan 14.0.4.Final #33594
- 升级到 Jaybird 4.0.8.java11 #33595
- 升级到 Jetty 11.0.13 #33596
- 升级到 jOOQ 3.17.6 #33597
- 升级到 Kotlin 1.7.22 #33598
- 升级到 Lettuce 6.2.2.RELEASE #33599
- 升级到 MongoDB 4.8.1 #33600
- 升级到 MSSQL JDBC 11.2.2.jre17 #33601
- 升级到 Native Build Tools Plugin 0.9.19 #33602
- 升级到 Netty 4.1.86.Final #33603
- 升级到 Reactor 2022.0.1 #33475
- 升级到 SLF4J 2.0.6 #33604
- 升级到 Spring for GraphQL 1.1.1 #33477
- 升级到 Spring Framework 6.0.3 #33476
- 升级到 Spring Integration 6.0.1 #33605
- 升级到 Spring Kafka 3.0.1 #33480
- 升级到 Spring Security 6.0.1 #33479
- 升级到 Thymeleaf 3.1.1.RELEASE #33486
- 升级到 Thymeleaf Extras SpringSecurity 3.1.1.RELEASE #33606
- 升级到 Tomcat 10.1.4 #33167
- 升级到 UnboundID LDAPSDK 6.0.7 #33607
- 升级到 Undertow 2.3.2.Final #33608
更新说明:https://github.com/spring-projects/spring-boot/releases/tag/v3.0.1