Skip to content
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

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

Open
dstepanov opened this issue Oct 12, 2022 · 0 comments
Open

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

dstepanov opened this issue Oct 12, 2022 · 0 comments

Comments

@dstepanov
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant