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.
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 aBoolean
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.