Spring Boot 2.6.10 发布

Spring Boot 2.6.10 已发布,更新内容主要是修复错误、改进文档以及升级依赖。

Bugfix

  • 修复在自定义类加载器加载的 jar 包中使用'ImportAutoConfigurationImportSelector'会引发 ClassNotFoundException 的问题 #31798
  • 修复由于 UnsupportedOperationException 异常,包含属性的路由函数会导致 /actuator/ 映射返回 500 响应码的问题 #31784
  • 使用 Log4j 2.18 或更高版本时没有禁用 Log4j2 的 shutdown hook #31719
  • 使用具有多个上下文并启用 JMX 的 Actuator 时出现 InstanceAlreadyExistsException 异常 #31718
  • spring.data.mongodb.grid-fs-database 的弃用提示位于错误的部分 #31689
  • 如果返回时间较长,ApplicationPid 不会记录警告 #31572
  • 在故障分析描述中,难以识别属性值中的行尾空格 (Trailing whitespace) #31571
  • 修复 Derby 依赖管理不完整的问题 #31570
  • HTTP Server 和数据存储库的指标描述记录为空 #31516
  • 使用最新的 Paketo base 构建器和配置的其他构建包,构建镜像失败 #31233
  • 将 docker 镜像发布到私有注册表会在没有身份验证的情况下失败 #28844
  • 在非反应式应用程序中,找不到父上下文中的健康指标 #27308

改进文档

  • 说明如何确定 docker 镜像的发布注册表 #31820

升级依赖

  • Upgrade to AppEngine SDK 1.9.98 #31788
  • Upgrade to Dependency Management Plugin 1.0.12.RELEASE #31555
  • Upgrade to Hibernate 5.6.10.Final #31724
  • Upgrade to HttpCore5 5.1.4 #31725
  • Upgrade to Jetty Reactive HTTPClient 1.1.12 #31726
  • Upgrade to JsonAssert 1.5.1 #31727
  • Upgrade to Lettuce 6.1.9.RELEASE #31728
  • Upgrade to MariaDB 2.7.6 #31729
  • Upgrade to Micrometer 1.8.8 #31612
  • Upgrade to Neo4j Java Driver 4.4.9 #31730
  • Upgrade to Netty 4.1.79.Final #31731
  • Upgrade to Reactor 2020.0.21 #31607
  • Upgrade to Spring Data 2021.1.6 #31611
  • Upgrade to Spring Framework 5.3.22 #31610
  • Upgrade to Spring Integration 5.5.14 #31799
  • Upgrade to Spring Kafka 2.8.8 #31785
  • Upgrade to Tomcat 9.0.65 #31829

Release Note | 发布公告

猜你喜欢

转载自www.oschina.net/news/203683/spring-boot-2-6-10-released