jackson-dataformats-binary icon indicating copy to clipboard operation
jackson-dataformats-binary copied to clipboard

Support enum avro serialization with default value

Open Sonic-Rage opened this issue 2 years ago • 1 comments

Fixes #388.

Sonic-Rage avatar Sep 08 '23 13:09 Sonic-Rage

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.

cowtowncoder avatar Sep 11 '23 02:09 cowtowncoder