SpringBoot v2.5.5 发布 - 第一个正式支持Java17的版本

:lady_beetle: Bug 修复

  • 执行器端点默认不对SPRING_APPLICATION_JSON进行脱敏。#28081
  • 使用Flyway和Spring Integration的DataSource初始化时,由于非空模式而导致启动失败。 #28079
  • 当一个过滤器抛出NestedServletException以外的异常时,Web MVC指标可能有错误的状态 #28069
  • 当归档文件名包含URL中保留的字符时,嵌入式Undertow会抛出MalformedURLException。 #28032
  • 并行的image构建导致删除构建者image的错误 #27993
  • 在独立的Tomcat中部署War 会导致内存泄漏(Metaspace)。 #27987
  • 运行大于4,294,967,295字节的Zip64 jar文件时出现IndexOutOfBoundsException #27900
  • 在Windows上无法正确检测到Azure应用服务 #27819
  • @MockBean@Repeat结合在一起会导致 "the field cannot have an existing value "的错误 #27798
  • 当一个路由数据源的目标有一个空的路由KEY时,RoutingDataSourceHealthContributor中出现NullPointerException。 #27698

:notebook_with_decorative_cover: Documentation

  • 使用AspectJ 织入时devtools重启不起作用的文件 #28083
  • spring.data.elasticsearch.client.reactive.endpoints的默认值没有记录。 #28072
  • 澄清Selenium自动配置需要HtmlUnit #27943
  • 文档,spring-boot-starter-parent配置Java编译时使用-参数 #27885
  • 修复不一致的devtools文档 #27876
  • 修正Javadoc中的错别字 #27873
  • 记录如何用WebTestClient为REST文件的输出目录设置参数 #27803
  • 对Java 17的文档支持 #26767

:hammer: 依赖升级

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

参考