jackson-dataformats-binary
jackson-dataformats-binary copied to clipboard
Support enum avro serialization with default value
Fixes #388.
Ok, I realized that the avro core dependency upgrade to 1.9.x would be needed to access "enum default" information (both create and get). But this upgrade is not possible since jackson-dataformat-avro code itself is incompatible with 1.9.x (see #167 f.ex).
So I am not 100% sure this is actually achievable at this point.
I did make couple of changes to PR, but it is unfortunately not in a compilable state.