领先一步
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 是一个用于构建 Spring Boot 应用程序的框架,这些应用程序实现了 Open Service Broker API。 Open Service Broker API 项目允许开发人员向在云原生平台(如 Cloud Foundry、Kubernetes 和 OpenShift)中运行的应用程序交付服务。