更进一步
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
列表添加到创建 Service Binding 响应正文中X-Broker-API-Request-Identity
请求身份头Operation
字符串限制为 10,000 个字符ServiceInstanceBindingDoesNotExistException
错误地从 RuntimeException
扩展而不是从 ServiceBrokerException
扩展的问题maintenance_info
字段添加到 Service Plan 对象maximum_polling_duration
字段添加到 Service Plan 对象plan_updateable
字段添加到 Service Plan 对象service_id
和/或 plan_id
缺失或不正确时,返回 HTTP 400metadata.imageUrl
数据的支持包括以下 Spring Boot starter
<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)中运行的应用程序。