-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
UUID serialized as "binary" (base64 encoded) with convertValue() #362
Comments
@cowtowncoder thanks! and yes, an thanks again |
Fixed; now |
Is there any workaround for this bug? |
Not sure, for now I just downgrade to 2.2.x |
FWIW, fix for this will be in 2.3.1. Since this only affects cases where |
Thanks, I have downgraded to 2.2.3 till 2.3.1 release |
(see comments for issue #310)
It seems like there is a case where
java.util.UUID
is being accidentally serialized "as binary". I am guessing this is due to use ofTokenBuffer
, during conversions.The text was updated successfully, but these errors were encountered: