内容简介:Spring Cloud Open Service Broker 2.1.0.M1 和 3.0.0.M1 发布了。2.1.0 版本将支持 Open Service Broker API v2.14 中的添加和更改。 此版本包括: 支持在更新服务实例时提供更新的 dashboard_url 解决了将转换为...
Spring Cloud Open Service Broker 2.1.0.M1 和 3.0.0.M1 发布了。2.1.0 版本将支持 Open Service Broker API v2.14 中的添加和更改。 此版本包括:
支持在更新服务实例时提供更新的 dashboard_url
解决了将转换为构建器模式的模型对象反序列化的问题
详情请看这里。下一个版本 2.1.0.M2 将包括对异步绑定的支持。
3.0 版本引入了完整的反应支持,并基于 2.1.0.M1 构建,它将支持 Open Service Broker API v2.14 中的添加和更改。 此版本包括:
Spring WebFlux和Project Reactor的一流支持
启动器已重命名,因为它现在支持两个Spring Web框架
介绍几个反应生命周期钩子,用于执行附加操作
包括以下 Spring Boot 启动器:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-open-service-broker</artifactId> <version>3.0.0.M1</version> </dependency>
使用 Spring Milestone 存储库:
<repository> <id>spring-milestones</id> <url>https://repo.spring.io/milestone</url> </repository>
详情看这里。 下一个版本 3.0.0.M2 将包括对异步绑定的支持。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
ActionScript 3.0 Cookbook
Joey Lott、Darron Schall、Keith Peters / Adobe Dev Library / 2006-10-11 / GBP 28.50
Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs......一起来看看 《ActionScript 3.0 Cookbook》 这本书的介绍吧!