This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
IllegalStateException: Afterburner internal error: BeanDeserializer for [simple type, class Envelope] has no properties that match expected ordering -- can not create optimized deserializer #43
Milestone
Hi,
Encountering the following problem with:
jackson-module-afterburner:jar:2.3.2
And the following code:
Results in:
Only happens with Afterburner, and seems to be due to Envelope only having one property, as adding another property to Envelope seems to fix it.
The text was updated successfully, but these errors were encountered: