Spring Boot 2.7.1 & 2.6.9 发布

Spring Boot 为两个分支发布了更新,分别是 2.7.1  2.6.9

更新内容包括修复错误、优化文档以及升级依赖。

v2.7.1

  • 修复使用 HTTP/2 时忽略 Tomcat server.max-http-header-size 属性的问题 #31329
  • 修复 OAuth2 Resource Server Auto-Configuration 只能配置单个 JWS 算法的问题 #31321
  • 修复 spring-boot-starter-parent 中的 Maven shade 插件配置不附加 META-INF/spring/*.imports 文件的问题 #31316
  • 修复 spring-boot-dependencies 管理不再存在的 spring-ldap-ldif-batch 问题 #31254
  • MimeMappings 不再包含 application/wasm #31188

v2.6.9

  • 修复格式错误的 json 导致 BasicJsonParser 抛出 NullPointerException 异常 #31301
  • 修复 spring.data.cassandra.config 文件中的值不能覆盖 CassandraProperties 中定义的部分默认值 #31238
  • 需要很长时间才能响应的健康指标难以诊断 #31231
  • layers.xsd 与包含和排除模块依赖项的文档和实现不同步#31127
  • @RestControllerAdvice @ExceptionHandler@RestControllerEndpoint行为不一致#31495

猜你喜欢

转载自www.oschina.net/news/200694/spring-boot-2-7-1-n-2-6-9-released