Spring Cloud 2022.0.2 发布


Spring Cloud 2022.0.2 已发布。

获取地址:Maven

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

Spring Cloud 2022.x 是基于 Spring Framework 6.x 和 Spring Boot 3.x 构建的重要版本,兼容 Jakarta EE,并且最低要求使用 Java 17。

此次补丁更新包含以下主要变化:

Spring Cloud Kubernetes

  • 使用 Fabric8 DiscoveryClient添加了对外部名称服务的支持 (#1243)
  • 将 Pod 的元数据和注释添加到ServiceInstance(#1254)

Spring Cloud Contract

  • 支持使用 sendMessage 处理文件中的 body 部分 (.1867)
  • 使用 RestTemplate 拦截器放宽 SSL 验证 (#1869)

Spring Cloud Commons

  • 支持批量发送 healthcheck 实例 (#1122)

Spring Cloud OpenFeign

  • 为用户提供的参数和返回类型注册原生反射提示 (#849)
  • 支持在运行时为原生镜像设置 FeignClient URL (#807)
  • 允许为底层 OKHttp 客户端设置协议 (#825)
  • 添加使用 factory bean 进行 fallback 的可能性 (#822)

Spring Cloud Function

  • Bug Fixes and enhancements

Spring Cloud Stream

  • 在 batch 模式添加对 DLQ 的支持
     
  • Bug Fixes and enhancements

Spring Cloud Consul

  • 修复当使用spring.config.import=consul:时,ONSUL_TOKEN没被读取的问题(738)
  • ACL Token 现在会被传递给agentCheckPass(770)

Spring Cloud Gateway

  • 支持在使用本地响应缓存 (Local Response Cache) 时禁用全局缓存 (2895)

以下模块作为 2022.0.2 的一部分也进行了更新:

Module Version Issues
Spring Cloud Vault 4.0.1 (issues)
Spring Cloud Circuitbreaker 3.0.1  
Spring Cloud Kubernetes 3.0.2 (issues)
Spring Cloud Task 3.0.2 (issues)
Spring Cloud Function 4.0.2 (issues)
Spring Cloud Commons 4.0.2 (issues)
Spring Cloud Openfeign 4.0.2 (issues)
Spring Cloud Stream 4.0.2  
Spring Cloud Consul 4.0.2 (issues)
Spring Cloud Contract 4.0.2 (issues)
Spring Cloud Gateway 4.0.4 (issues)
Spring Cloud Config 4.0.2 (issues)
Spring Cloud Netflix 4.0.1 (issues)
Spring Cloud Build 4.0.2  

详情查看 Release Notes。

 


相關推薦

2023-04-01

力开发平台,是采用领域驱动设计(DDD)思想的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的微服务架构。基于 Spring Authorization Server 1.1.0-M2、Spring Boot 3.0.5、Spring Cloud 2022.0.2、Spring Cloud Tencent 1.10.2-2022.0.1、Spring Cloud Alibab

2023-04-27

发平台,是采用领域驱动模型(DDD)设计思想的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的微服务架构。基于 Spring Authorization Server 0.4.2、Spring Boot 2.7.11、Spring Cloud 2021.0.6、Spring Cloud Alibaba 2021.0.5.0、Nacos 2.2.2 等最新版

2023-06-16

更新日志 重点说明: 由于 SpringCloudAlibaba 一直未发布正式版 导致系统底层组件可能存在些许问题 故而不建议生产使用 框架也将直接开启后续 2.1.0 的开发工作 重大更新 [不兼容升级] java 版本从 jdk 8 升级到 jdk 17 且需要使用

2022-08-04

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 录的支持 Sprin

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-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