You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Expected Behavior
When dealing with a Request that is not yet present in the official SDK there should be a fallback to generic Request containing only common fields.
Current Behavior
Currently, SDK fails with deserialization error.
Steps to Reproduce (for bugs)
Call an API endpoint with a request that is not present in the SDK.
Possible Solution
Provide defaultImpl in @JsonTypeInfo annotation for Request class:
I'm submitting a...
Expected Behavior
When dealing with a
Request
that is not yet present in the official SDK there should be a fallback to genericRequest
containing only common fields.Current Behavior
Currently, SDK fails with deserialization error.
Steps to Reproduce (for bugs)
Call an API endpoint with a request that is not present in the SDK.
Possible Solution
Provide
defaultImpl
in@JsonTypeInfo
annotation forRequest
class:before:
after:
Context
I was working on a private beta and had requests that were not present in the SDK.
The text was updated successfully, but these errors were encountered: