抢先一步
VMware 提供培训和认证,以加速您的进步。
了解更多我们很高兴地宣布 Spring Cloud Open Service Broker 3.1.0.RC1 发布。 对 Open Service Broker API v2.15 的支持现在已完成,我们希望这是 GA 版本之前的最后一个里程碑。 感谢社区的反馈和贡献! 此版本包括以下 修复和增强
ServiceBrokerMaintenanceInfoConflictException
以处理 MaintenanceInfoConflict
错误情况。ServiceBrokerInvalidParametersException
现在返回 HTTP 400。 之前它错误地返回了 HTTP 422。CreateServiceInstanceBindingRequest
现在扩展了 AsyncParameterizedServiceInstanceRequest
,以便使用通用请求对象并减少冗余。包括以下 Spring Boot 启动器
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
<version>3.1.0.RC1</version>
</dependency>
使用 Spring Milestone 仓库
<repository>
<id>spring-milestones</id>
<url>https://repo.spring.io/milestone</url>
</repository>
Spring Cloud Open Service Broker 是一个用于构建实现 Open Service Broker API 的 Spring Boot 应用程序的框架。Open Service Broker API 项目允许开发人员将服务交付给在云原生平台(如 Cloud Foundry、Kubernetes 和 OpenShift)中运行的应用程序。