Spring Cloud Open Service Broker 3.0.0 发布,API 重大转变

栏目: Java · 发布时间: 6年前

内容简介:Spring Cloud Open Service Broker 3.0.0 已发布。Spring Cloud Open Service Broker 提供了一个基于 Spring Boot 的框架,使用户能够在支持 Open Service Broker API 的平台上为自己的托管服务快速创建服务代理。新版本引入了从命令式 API 到反应式 API 的重大转变,以支持新的响应式 Web 框架 Spring WebFlux。版本 3.0.0 与 2.1.x 系列并行开发,具有与 2.1.2 相同的特性。所

Spring Cloud Open Service Broker 3.0.0 已发布。Spring Cloud Open Service Broker 提供了一个基于 Spring Boot 的框架,使用户能够在支持 Open Service Broker API 的平台上为自己的托管服务快速创建服务代理。

新版本引入了从命令式 API 到反应式 API 的重大转变,以支持新的响应式 Web 框架 Spring WebFlux。

版本 3.0.0 与 2.1.x 系列并行开发,具有与 2.1.2 相同的特性。所有新功能只会添加到 3.x 版本中。

更新内容如下:

  • 继续支持  Open Service Broker API v2.14
  • 支持 Spring Boot 2.1 和 Spring Framework 5.1
  • 通过新的 Reactive API(基于 Project Reactor)引入对 Spring WebFlux 的支持
  • 继续支持 Spring MVC
  • 重命名 Spring Boot 启动器,因为它现在支持两个 Spring Web 框架
  • 引入几个反应生命周期钩子以执行附加操作

包括以下 Spring Boot 启动器:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>3.0.0.RELEASE</version>
</dependency>

发布公告

下载地址:

Source code(zip)

Source code(tar.gz)


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Everything Store

The Everything Store

Brad Stone / Little, Brown and Company / 2013-10-22 / USD 28.00

The definitive story of Amazon.com, one of the most successful companies in the world, and of its driven, brilliant founder, Jeff Bezos. Amazon.com started off delivering books through the mail. Bu......一起来看看 《The Everything Store》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码