領先一步
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 等雲原生平臺中的應用程式提供服務。