openservicebrokerapi / servicebroker

Open Service Broker API Specification
https://openservicebrokerapi.org/
Apache License 2.0
1.19k stars 433 forks source link

Failed to evaluate Jackson deserialization for type [[simple type, class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest]]: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Conflicting getter definitions for property "organization_guid" #747

Closed TerryHuang91 closed 2 years ago

TerryHuang91 commented 3 years ago

What is the problem? When the service instance creation API called, error will be reported like this: Failed to evaluate Jackson deserialization for type [[simple type, class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest]]: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Conflicting getter definitions for property "organization_guid"

Who does this affect? service instance creation failed

Do you have any proposed solutions? A description of any potential solutions.

Additional context spring-cloud-starter-open-service-broker 3.1.0.RELEASE

tinygrasshopper commented 3 years ago

This sounds like an issue with spring-cloud-open-service-broker rather than this spec. Please open an issue in that repo.

pivotal-marcela-campo commented 2 years ago

Closing as per previous comment