Spring Boot 2.3.8 发布

Spring Boot 2.3.8 已发布,此版本更新内容包括 35 个 bug 修复和依赖项升级。具体更新内容如下:

Bug Fixes

  • Default servlet location 未使用 ServletContextResource 注册#24747
  • DataSourceUnwrapper 使用接口而不是类调用 Wrapper.isWrapperFor,导致H ikariDataSourceMetricsRegistry 失败#24697
  • JSR-305@Nullable不能用于指示端点操作的参数是可选的#24647
  • FailureAnalyzers' unmet dependency 错误为 logs 增加了 noise#24630
  • 自动配置的 JdbcSessionDataSourceInitializer 不使用@SpringSessionDataSourceif #24624
  • 当使用 Gradle 构建应用程序时,当依赖的 jar 大于 2,147,483,647 字节时,出现 Error Invalid entry size#24618
  • 如果未侦听端口,则 WebServer 实现应返回 -1 #24606
  • 在 MergedContextConfiguration 中避免重复的类#24532
  • 当使用 Gradle 的 war packaging 时,图像是由 jar 文件构建的#24521
  • bootRun 任务默认不使用项目的工具链#24517
  • 在确定优化启动的 JVM 参数时,BootRun 不会考虑已配置的 javaLauncher #24512
  • WebTestClient 基本路径未设置为应用程序上下文路径#24168
  • ......

详细更新说明查看 release notes

猜你喜欢

转载自www.oschina.net/news/126878/spring-boot-2-3-8-released