Skip to content

R2DBC options are not passed when defined in the kebab-case #289

@dstepanov

Description

@dstepanov

Expected Behavior

I expect it to work as Micronaut mostly uses the kebab case in the documentation.

Actual Behaviour

The property is not set.

Steps To Reproduce

r2dbc:
  datasources:
    default:
      db-type: postgresql
      dialect: POSTGRES
      options:
        protocol: postgres
        max-size: 48 # Incorrect format

Environment Information

No response

Example Application

No response

Version

3.7.1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions