Spring Boot 2.5.5 发布
  • 2023-01-13 09:02:05
  • 6098 热度
  • 0 评论

9 月 23 日官方发布了 Spring Boot 2.5.5 版本,此版本包括 41 个错误修复、文档改进和依赖项升级。

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

缺陷修复

  • 修复 端点默认情况下不会清理 SPRING_APPLICATION_JSON #28081
  • Flyway 和 Spring Integration 的 DataSource 初始化时由于非空模式下导致启动失败#28079
  • 当过滤器抛出 NestedServletException 以外的异常时,Web MVC 指标可能具有错误的状态#28069
  • URL 中包含特殊字符时,嵌入式 Undertow 抛出 MalformedURLException #28032
  • 并发镜像构建导致删除构建器镜像时出错#27993
  • 独立 Tomcat 中的 War 部署会导致内存泄漏
  • 运行大于 4GB 的 Zip64 jar 文件时出现 IndexOutOfBoundsException #27900
  • 在 Windows 上未正确检测到 Azure 应用服务#27819
  • @MockBean 结合@Repeat 时出现错误#27798
  • 当路由数据源的目标为空时,RoutingDataSourceHealthContributor 中出现 NullPointerException #27698

文档调整

  • 使用 AspectJ weaving 时 devtools 重启不起作用 #28083
  • spring.data.elasticsearch.client.reactive.endpoints 的默认值没有记录 #28072
  • Selenium 自动配置需要 HtmlUnit #27943
  • spring-boot-starter-parent 配置 Java 编译使用-parameters 的文档#27885
  • 修复不一致的开发工具文档#27876
  • 修复 javadoc 中的错字#27873
  • 记录如何使用 WebTestClient 参数化 REST 文档的输出目录#27803
  • Java 17 的文档支持#26767

依赖升级

  • 升级 Ehcache3 3.9.6 #27974
  • 升级 Glassfish EL 3.0.4 #27975
  • 升级 Groovy 3.0.9 #27976
  • 升级 Gson 2.8.8 #27977
  • 升级 Jackson Bom 2.12.5 #27978
  • 升级 Jetty EL 9.0.52 #27979
  • 升级 jOOQ 3.14.15 #28088
  • 升级 Kotlin 1.5.31 #28089
  • 升级 Kotlin Coroutines 1.5.2 #27982
  • 升级 Lettuce 6.1.5.RELEASE #28031
  • 升级 Logback 1.2.6 #27983
  • 升级 Maven War Plugin 3.3.2 #27984
  • 升级 Micrometer 1.7.4 #27916
  • 升级 Netty 4.1.68.Final #27985
  • 升级 Netty tcNative 2.0.43.Final #27986
  • 升级 Reactor 2020.0.11 #27914
  • 升级 SendGrid 4.7.5 #28109
  • 升级 Spring Data 2021.0.5 #27917
  • 升级 Spring Framework 5.3.10 #27915
  • 升级 Spring HATEOAS 1.3.4 #27970
  • 升级 Spring Integration 5.5.4 #27949
  • 升级 Spring Kafka 2.7.7 #27918
  • 升级 Tomcat 9.0.53 #27963

官方公告:https://spring.io/blog/2021/09/23/spring-boot-2-5-5-available-now

如果您正在学习Spring Boot,这个连载多年还在持续更新的Spring Boot教程 不能错过哦!


alay

Flame

Hello world!

0 评论
留下评论