eclipse-ee4j / yasson

Eclipse Yasson project
https://projects.eclipse.org/projects/ee4j.yasson
Other
204 stars 96 forks source link

Deserializing in GraalVM throws exception #636

Open rdehuyss opened 11 months ago

rdehuyss commented 11 months ago

Hi there,

I'm Ronald, the creator of JobRunr. A user created an issue with me where Yasson cannot deserialize an object as it tries to set an Integer to a Boolean field when using GraalVM in Quarkus. The generated json is generated by Yasson before deserializing again.

A reproducible test case is attached to the issue: https://github.com/tms0/jobrunr-jsonb-issue.