Spring Cloud 2022.0.0-M2 发布

Spring Cloud 2022.0.0-M2 已发布,代号"Kilburn"。

值得关注的变化

Spring Cloud Stream

  • Spring Cloud Stream 的 Kafka 和 RabbitMQ 绑定器都已迁移为核心 Spring Cloud Stream 仓库的一部分。通过此项变更,Spring Cloud Stream 现在采用单一存储库 (mono-repo),其中 Spring Cloud Stream 的所有与框架相关的代码库现在都是单个存储库的一部分。在此处查看 Kafka binder 的更多详细信息,在此处查看 RabbitMQ binder 的更多详细信息。我们建议在核心存储库中为 Kafka 和 RabbitMQ 绑定器提交新功能请求和错误报告。
  • 引入了对基于Reactor Kafka的新反应式 Kafka 绑定器的初始支持。此支持包含在幕后使用 Reactor Kafka 的消费者和生产者绑定。有关详细信息,请参阅此问题。
  • 此外,鉴于已经依赖新的测试绑定器 3 年多,现在还删除了旧的测试模块

Spring Cloud Config

  • Try multiple URLs when error response code received (#1845)
  • Allow specification of down health status (#2056)

Spring Cloud Kubernetes

  • Refactor configmaps and secrets implementation (#917)

Spring Cloud Contract

Spring Cloud Gateway

  • Add route predicate for “X-Forwarded-For” header (#2384)

Spring Cloud Function

  • Support for adding multiple routers
  • Support for case-insensitive header key evaluation
  • cve-2022-22963

Spring Cloud Commons

以下模块作为 2022.0.0-M2 的一部分也进行了升级:

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

详情查看发布公告

猜你喜欢

转载自www.oschina.net/news/190014/spring-cloud-2022-0-0-m2-released