open-service-broker icon indicating copy to clipboard operation
open-service-broker copied to clipboard

Leverage spring-cloud-cloudfoundry-service-broker for broker controllers

Open gberche-orange opened this issue 7 years ago • 1 comments

Currently, the open-service-broker does not leverage the spring-cloud-cloudfoundry-service-broker for broker controllers (only for unit tests). https://github.com/swisscom/open-service-broker/blob/9aefbbfa507a4d32fb126c79bd050b9f1faee6ae/server/src/main/groovy/com/swisscom/cf/broker/controller/BindingController.groovy#L39

This implies a higher maintenance/effort and a feature coverage, especially as the OSB API evolves in time.

gberche-orange avatar Jun 29 '17 10:06 gberche-orange

Thanks @gberche-orange , you're absolutely right and we have it in our plan to get rid of standard osbapi controllers on our codebase.

mcelep avatar Jun 29 '17 11:06 mcelep