-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
2.17Issues planned at earliest for 2.17Issues planned at earliest for 2.17
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
2.17Issues planned at earliest for 2.17Issues planned at earliest for 2.17