zoukankan      html  css  js  c++  java
  • Spring Cloud 2021.0.0 正式发布,第一个支持Spring Boot 2.6的版本!

    美国时间12月2日,Spring Cloud 正式发布了第一个支持 Spring Boot 2.6 的版本,版本号为:2021.0.0,codename 为 Jubilee

    在了解具体更新内容之前,先提个最重要的点:2021.0.0版本对应的Spring Boot是从2.6.1开始的,所以如果在升级的时候不要用2.6.0版本。

    好了,下面就跟DD一起来看看这个版本的内容吧!

    更新内容

    Spring Cloud Commons

    支持为每个负载均衡进行配置,该特性也同样适用于Gateway、Contract和Openfeign。

    Spring Cloud Config

    增加与AWS Secrets Manager、AWS Parameter Store和GCP Secret Manager的集成。

    Spring Cloud Gateway

    • 支持基于Redis的动态路由
    • 支持HTTP 2
    • 支持gRPC

    Spring Cloud Kubernetes

    优化配置服务和发现控制器

    Spring Cloud OpenFeign

    支持@Cachable

    Spring Cloud Sleuth

    支持更多跟踪集成,现已包括: Tomcat, Spring Vault, R2DBC, JDBC, Spring Cloud Deployer, Spring Cloud Skipper, Reactor Kafka, Spring TX, Spring Batch, RSocket, Spring Cloud Task, Spring Cloud Config, Kotlin Coroutines等.

    组件版本

    2021.0.0版本下各组件的版本升级如下:

    Module Version Issues
    Spring Cloud Vault 3.1.0
    Spring Cloud Bus 3.1.0
    Spring Cloud Cli 3.1.0
    Spring Cloud Zookeeper 3.1.0
    Spring Cloud Circuitbreaker 2.1.0 (issues)
    Spring Cloud Commons 3.1.0 (issues)
    Spring Cloud Kubernetes 2.1.0 (issues)
    Spring Cloud Openfeign 3.1.0 (issues)
    Spring Cloud Task 2.4.0 (issues)
    Spring Cloud Sleuth 3.1.0 (issues)
    Spring Cloud Contract 3.1.0 (issues)
    Spring Cloud Consul 3.1.0
    Spring Cloud Gateway 3.1.0 (issues)
    Spring Cloud Config 3.1.0 (issues)
    Spring Cloud Cloudfoundry 3.1.0
    Spring Cloud Starter Build 2021.0.0
    Spring Cloud Netflix 3.1.0 (issues)

    小结

    该版本的新特性并不多,DD觉得这个版本中的三面三个点可以关注一下:

    • 负载均衡的配置优化
    • Gateway上的优化
    • OpenFeign支持@Cachable

    有兴趣的童鞋可以升级了尝试一下,提前学习,胜人一筹!如果您正在学习Spring Cloud,那么给您推荐一个免费Spring Cloud教程,欢迎收藏与转发支持!如果您学习过程中如遇困难?可以加入我们超高质量的 Spring技术交流群,参与交流与讨论。

    最后的最后,领先从关注“程序猿DD”开始,前沿资讯第一时间获取!“先”就是优势,“快”就有机会!

    欢迎关注我的公众号:程序猿DD,分享外面看不到的干货与思考!

  • 相关阅读:
    HDU 4745 Two Rabbits (区间DP)
    HDU 1007 Quoit Design最近点对( 分治法)
    acdream 小晴天老师系列——我有一个数列! (ST算法)
    HDU 3592 World Exhibition (差分约束,spfa,水)
    HDU 5501 The Highest Mark (贪心+DP,经典)
    HDU 5500 Reorder the Books (水题)
    HYSBZ 1010 玩具装箱toy (决策单调DP)
    POJ 3017 Cut the Sequence (单调队列优化DP)
    Vijos P1243 生产产品 (单调队列优化DP)
    PIVOT&UNPIVOT
  • 原文地址:https://www.cnblogs.com/didispace/p/15637328.html
Copyright © 2011-2022 走看看