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
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of org.openapitools.jackson.nullable.JsonNullable (no Creators, like default construct, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
#233
Closed
k-wall opened this issue
Mar 11, 2022
· 2 comments
· Fixed by #234
Since 0.17 topic objects with leaders are failing to unmarshal, the exception we are seeing is:
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.openapitools.jackson.nullable.JsonNullable` (no Creators, like default construct, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
Here's a simple test that reproduces the issue. The problem appears to be with the setter.
@k-wall Thank you for logging issue.
0.17.0 introduced number of breaking changes and we are in process of testing it against unreleased service version of service.
If problem occurs on production I recommend downgrading to 0.16.0 for now.
I will look to replicate this issue against stage API
to see if we need to do any fix on SDK.
Since 0.17 topic objects with leaders are failing to unmarshal, the exception we are seeing is:
Here's a simple test that reproduces the issue. The problem appears to be with the setter.
https://github.com/k-wall/app-services-sdk-java/blob/unmarshal-topic-exception/examples/src/integration-test/java/com/redhat/cloud/UnmarhsalTopicTest.java
The text was updated successfully, but these errors were encountered: