Skip to content

Better Base64 support for java.util.UUIDs #4394

@jebl01

Description

@jebl01

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

No one assigned

    Labels

    2.17Issues planned at earliest for 2.17

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions