-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[avro] Can not serialize UUID to string #218
Comments
Does
work? Or conversely use of "config overrides" for all instances of
|
@cowtowncoder Setting shape does not help |
@lukas-krecan Ok. Thank you for verifying. Yes, looking at I'll create a ticket for |
Created FasterXML/jackson-databind#2815 for tracing fix for this issue. In hindsight I should have made sure shape overrides were working when finishing 2.11. |
So; fixed in 2.11.3 for
or configure mapper with config override:
|
Thanks a lot |
Due to this change in Jackson Avro it's not possible to serialize UUID to String.
fails with
The text was updated successfully, but these errors were encountered: