We have been using cf-java-client to create service instances with CF api(2.75.0), but same code does
not work with cf api (2.92.0). We are getting following error
Can not construct instance of org.cloudfoundry.client.v2.serviceplans.Schemas, problem: Cannot build Schemas, some of required attributes are not set [serviceBinding]
We were using cloudfoundry-operations & cloudfoundry-client-reactor - 3.2.0.RELEASE. We even tried with latest 3.8.0.RELEASE still the same error.
/v2/service-plans ( with api v2.92.0) - is returning additional JSON field schemas
"schemas": { "service_instance": { "create": { "parameters": {} }, "update": { "parameters": {} } } }
I already saw another thread Issue #864, but this still does not work with 3.8.0.RELEASE