皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Spring Boot 2.4.0-M2 发布

Spring Boot 2.4.0 的第二个里程碑版本发布了,可以从里程碑仓库获取。

此版本包含大量更新内容,摘取部分如下:

新特性

  • 首选对 ConfigurationClassPostProcessor 的非反射访问 #22858
  • 默认情况下,不在 HTTP 跟踪中包含 cookie 标头
  • 在 Spring Boot 中应用 HTTP/2 不再要求强制 Jetty 和 Conscrypt 绑定使用
  • 添加 no-pull 选项
  • 支持新的核心框架 r2dbc
  • 允许在参数上使用 DurationFormat 和 PeriodFormat
  • 添加配置以禁用 Redis Cluster 动态源刷新
  • 当 Jedis 和 Lettuce 都在类路径上时,允许选择 Jedis
  • 添加对 Prometheus pushgateway 的基本身份验证支持
  • 添加对配置文件组的支持
  • 提取 DefaultPropertiesPropertySource 类
  • 为 liquibase-maven-plugin 添加插件管理
  • ……

更新说明:https://github.com/spring-projects/spring-boot/releases/tag/v2.4.0-M2

转自 https://www.oschina.net/news/117929/spring-boot-2-4-0-m2-released