Spring Cloud 2022.0.0-M4 发布


Spring Cloud 2022.0.0-M4 现已发布,代号 Kilburn。Spring Cloud 2022.0.0-M4 与 Spring Boot 3.0.0-M4 兼容,一些值得关注的变化包括:

Spring Cloud Stream

  • 完全反应式 Kafka binder 的初始版本
  • 通过 BiFunction 改进了对 Kafka tombstone records 录的支持
  • Spring Native 改进

Spring Cloud Config

  • 移至 AWS SDK V2 ( #2111 )
  • 从 JSCH 迁移到 Apache MINA ( #1901 )

Spring Cloud Gateway

  • 将 JSON 添加到 gRPC 过滤器 ( #2657 )

Spring Cloud Function

  • 支持 BiFunction 表示 Spring Message
  • Spring 可观察性模块

Spring Cloud Task

  • 支持应用程序中 ApplicationRunner 和 CommandlineRunner 的观察。
  • Spring Cloud Task 现在利用 Micrometer Observations 来捕获任务指标。
  • 用户可以在单步批处理作业中为 jdbc-item reader 和/或 jdbc-item writer 指定不同的数据源。(#848)

Spring Cloud Vault

  • 升级到 Spring Vault 3.0.0-M2(#647)

Spring Cloud Commons

  • 添加了急于创建 LoadBalancer child contexts 的可能性(#729)

以下模块已作为 2022.0.0-M4 的一部分进行了更新:

Module Version Issues
Spring Cloud Stream 4.0.0-M4  
Spring Cloud Config 4.0.0-M4 (issues)
Spring Cloud Build 4.0.0-M4  
Spring Cloud Consul 4.0.0-M4 (issues)
Spring Cloud Kubernetes 3.0.0-M4 (issues)
Spring Cloud Gateway 4.0.0-M4  
Spring Cloud Starter Build 2022.0.0-M4  
Spring Cloud Circuitbreaker 3.0.0-M4  
Spring Cloud Contract 4.0.0-M4 (issues)
Spring Cloud Bus 4.0.0-M4  
Spring Cloud Function 4.0.0-M4  
Spring Cloud Task 3.0.0-M4 (issues)
Spring Cloud Zookeeper 4.0.0-M4  
Spring Cloud Openfeign 4.0.0-M4  
Spring Cloud Vault 4.0.0-M4 (issues)
Spring Cloud Commons 4.0.0-M4 (issues)

详情可查看发布公告。


相關推薦

2022-11-11

Spring Cloud 2021.0.5 已正式发布,代号 Jubilee。 主要变化 Spring Cloud Function 在 spring-cloud-function-azure 中添加对 Azure Timer Trigger 的支持 增强 spring-cloud-function-aws 中的 AWS Function Invoker,支持通过编程方式注入函数定义 在 spring-cloud

2022-10-08

Spring Cloud 2022.0.0 发布了第 5 个里程碑版本。 值得关注的变化 Spring Cloud Netflix 升级到 Eureka 2.0.0-rc.3。Eureka 2.0.0 是 Eureka 的一个新分支,与 7 年前的旧 2.x-archive 分支实验无关。新的 2.x 分支是为了与 JakartaEE 兼容,这也

2023-12-08

Spring Cloud 2023.0.0 现已正式 GA,此版本基于 Spring Boot 3.2.0。 具体更新内容包括: Spring Cloud Gateway Spring Cloud Gateway Server MVC,一个 Servlet/Spring MVC 兼容网关包含在 2023.0 中(issue, initial PR) Gateway Actuator 发现增强功能 ( PR

2023-08-12

Spring Cloud 2023.0 首个里程碑版本 (aka Leyton) 已发布。 获取地址:Maven Spring Cloud 为开发人员提供了工具,以快速构建分布式系统中的某些常见模式(例如:配置管理、服务发现、智能路由、微代理、控制总线、一次性令牌、

2023-04-01

Spring Cloud 2022.0.2 已发布。 获取地址:Maven Spring Cloud 为开发人员提供了工具,以快速构建分布式系统中的某些常见模式(例如:配置管理、服务发现、智能路由、微代理、控制总线、一次性令牌、全局锁、分布式会话、群

2023-03-22

Spring Cloud Tencent 1.10.2 版本现已发布,支持 Spring Cloud 2022、2021、2020 版。 Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案,实现了Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 云原生分布式

2023-10-02

Spring Cloud 2023.0.0-M2 (aka Leyton) 现已发布,此版本已将所有 Spring Cloud 项目的文档迁移到 Antora。 主要变化包括: Spring Cloud Commons 重新启动时刷新范围 - 为适应 JVM 检查点重启时的环境变化而量身定制的功能(PR 1266) Spring Clo

2022-11-02

Spring Cloud 2022.0 发布了首个 RC 版本。 获取地址:https://repo.spring.io/milestone/ 主要变化 Spring Cloud Function 针对可观测性和原生提示 (Native Hints) 的更新 Spring Cloud OpenFeign 添加对 target URL 刷新的支持 (#710) 添加对 LoadBalancer X-

2023-04-19

Spring Cloud Tencent 1.11 版本现已发布,支持 Spring Cloud 2022、2021、2020 版。 Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案,实现了Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 云原生分布式应

2022-12-21

Spring Cloud 2022.0.0 已正式发布。 获取地址:Maven Spring Cloud 为开发人员提供了工具,以快速构建分布式系统中的某些常见模式(例如:配置管理、服务发现、智能路由、微代理、控制总线、一次性令牌、全局锁、分布式会话、群

2023-07-02

Spring Cloud 2021.0.8 (又名 Jubilee) 现已正式发布。 Spring Cloud Commons Spring Cloud LoadBalancer - 允许根据请求对实例进行 chain filtering (#1227 ) 2021.0.8 更新了以下模块: Module Version Issues Spring Cloud Kubernetes 2

2022-11-24

Spring Cloud 2022.0.0 发布了第二个 RC 版本。 获取地址:https://repo.spring.io/milestone/ 主要变化 Spring Cloud 2022.0.0-RC2 需要使用 Spring Boot 3.0.0-RC2 所有 Spring Cloud 项目现在都使用 Apache HttpClient v5 Spring Cloud Contract 此版本包含许多依

2023-04-30

Spring Cloud 2021.0.7 (又名 Jubilee)已发布。该版本可以在 Maven Central 中找到。 主要有以下内容: Bug Fix Spring Cloud Gateway:路径解析优化 组件升级 Spring Cloud Netflix 3.1.6 (issues) Spring Cloud Sleuth 3.1.8 (issues)

2022-12-04

Spring Cloud 2022.0.0 发布了第三个 RC 版本。 获取地址:https://repo.spring.io/milestone/ 主要变化 Spring Cloud 2022.0.0-RC3 需要使用 Spring Boot 3.0.0 所有 Spring Cloud 项目现在都使用 Apache HttpClient v5 Spring Cloud Contract 此版本包含许多依赖