spring-cloud / spring-cloud-open-service-broker

Spring Cloud project for creating service brokers that conform to the Open Server Broker API specification
https://spring.io/projects/spring-cloud-open-service-broker
Apache License 2.0
167 stars 118 forks source link

Support OSB API 2.16 #318

Closed royclarkson closed 1 year ago

royclarkson commented 3 years ago

Release notes: https://github.com/openservicebrokerapi/servicebroker/blob/master/release-notes.md#v216

kamalsethiya commented 2 years ago

@royclarkson - could you please suggest the timeline to enable support for OSBv2.16 with latest version of Spring Boot 2.7.x? I can see in the readme that its under development. Thanks

StefanREbertsch commented 2 years ago

We would need this feature for a Siemens project. So we would be very interested for an update, ...

royclarkson commented 2 years ago

@kamalsethiya @StefanREbertsch are there OSB 2.16 features that you need that are currently not supported within the current release? Many of the outstanding items here are guidance and don't require code changes.

kamalsethiya commented 2 years ago

@royclarkson - I cross verified from the features point of view and seems like all the needed things are already implemented related to v2.16 in the current release.

We asked this question because in the read me its mentioned that v2.16 is still under development: image

Also, value for constant BrokerApiVersion.API_VERSION_CURRENT is 2.15. Please suggest what's the plan to update its value to 2.16.

StefanREbertsch commented 2 years ago

Thank you Ray. We will go forward and see if something else is missing. See the last request from Kamal.

royclarkson commented 1 year ago

@kamalsethiya added #358 to update that version in the next release. Thanks.

kamalsethiya commented 1 year ago

Thanks @royclarkson.

royclarkson commented 1 year ago

All outstanding OSB API 2.16 issues have been addressed