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
User reports this happens in conjunction with io.micronaut.serde.exceptions.SerdeException: Cannot find deserializer: class …, with the missing deserializer implementing Deserializer<String>. Likely there is some failure looking up the deserializer, so that it is not set, and then the NPE happens later on. The first error is likely fine, but the NPE should not happen.
Steps To Reproduce
Unclear. No test case currently available. Reproducers welcome :)
Environment Information
No response
Example Application
No response
Version
N/A
The text was updated successfully, but these errors were encountered:
Expected Behavior
There should never be an NPE in serde code.
Actual Behaviour
NPE in this line. Likely
deserializer
isnull
.User reports this happens in conjunction with
io.micronaut.serde.exceptions.SerdeException: Cannot find deserializer: class …
, with the missing deserializer implementingDeserializer<String>
. Likely there is some failure looking up the deserializer, so that it is not set, and then the NPE happens later on. The first error is likely fine, but the NPE should not happen.Steps To Reproduce
Unclear. No test case currently available. Reproducers welcome :)
Environment Information
No response
Example Application
No response
Version
N/A
The text was updated successfully, but these errors were encountered: