You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In using this it seems the mapper is ignoring standard annotations that comes with avro. Fields marked with AvroIgnore are not ignored and it seems everything unions with null making the nullable annotation useless in the schema generation. Those are the two big ones I've witnessed but I'm sure the others do not work either.
The text was updated successfully, but these errors were encountered:
(moved from FasterXML/jackson-dataformat-avro#25)
In using this it seems the mapper is ignoring standard annotations that comes with avro. Fields marked with AvroIgnore are not ignored and it seems everything unions with null making the nullable annotation useless in the schema generation. Those are the two big ones I've witnessed but I'm sure the others do not work either.
The text was updated successfully, but these errors were encountered: