领先一步
VMware 提供培训和认证,助您加速进步。
了解更多我们很高兴地宣布 Spring Cloud Open Service Broker 3.1.0.RELEASE 正式发布。Open Service Broker API v2.15 的支持现已功能完善。感谢社区的反馈和贡献!此版本包括所有预发布里程碑中的修复和增强功能
ServiceBrokerMaintenanceInfoConflictException 以处理 MaintenanceInfoConflict 错误场景ServiceBrokerInvalidParametersException 现在返回 HTTP 400。以前它错误地返回 HTTP 422。CreateServiceInstanceBindingRequest 现在扩展 AsyncParameterizedServiceInstanceRequest,以利用通用的请求对象并减少冗余。endpoints列表添加到创建服务绑定响应正文X-Broker-API-Request-Identity 请求身份头Operation 字符串限制为10,000个字符ServiceInstanceBindingDoesNotExistException 错误地继承自 RuntimeException 而不是 ServiceBrokerException 的问题maintenance_info 字段maximum_polling_duration 字段plan_updateable 字段service_id 和/或 plan_id 时返回 HTTP 400metadata.imageUrl 数据的支持包含以下 Spring Boot 启动器
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
Spring Cloud Open Service Broker 是一个用于构建实现 Open Service Broker API 的 Spring Boot 应用程序的框架。Open Service Broker API 项目允许开发人员向运行在 Cloud Foundry、Kubernetes 和 OpenShift 等云原生平台中的应用程序提供服务。