-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Cannot deserialize UUID
values
#506
Comments
No, sounds like a bug. Looks like Since 2.16 is not the latest version, could try with 2.17.2, but I doubt behavior is different. |
Thank you for your responding. |
Re-opened since there might be something to do here. |
Ah I closed by mistake, sorry. |
UUID
values
Turned out quite simple to fix, via #507; merged in 2.17 (for eventual 2.17.3), 2.18 (2.18.0). |
Is there any chance that bug-fix comes down to 2.16? |
Technically I could merge back down to 2.16, but it's unlikely I'll be releasing updates to 2.16 branch (all full minor releases take 2-3 hours). I will backport/cherry-pick the fix tho just in case. |
I got it. |
Hi.
Using jackson-dataformat-protobuf:2.16.2, though we can serialize
java.util.UUID
, we CAN'T deserialize.This code results below:
Is this expected behavior?
The text was updated successfully, but these errors were encountered: