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
Is your feature request related to a problem? Please describe.
Vert.x 4 changed to Base64UrlEncoder (without padding) as the default for binary columns in database responses (Vert.x serializes database responses into JSON arrays). This becomes a problem when Jackson later tries to deserialize into a field of type UUID and only supports "ordinary" Base64 with padding.
Describe the solution you'd like
The UUIDDeserializer should support all variants of Base64 encoding.
Is your feature request related to a problem? Please describe.
Vert.x 4 changed to Base64UrlEncoder (without padding) as the default for binary columns in database responses (Vert.x serializes database responses into JSON arrays). This becomes a problem when Jackson later tries to deserialize into a field of type UUID and only supports "ordinary" Base64 with padding.
Describe the solution you'd like
The
UUIDDeserializer
should support all variants of Base64 encoding.PR: #4393
Usage example
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: