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

Add StringConvention param to environment.getProperty() so we can disable kebab translation #11137

Open
jdeex opened this issue Aug 30, 2024 · 0 comments
Labels
type: improvement A minor improvement to an existing feature

Comments

@jdeex
Copy link

jdeex commented Aug 30, 2024

Feature description

There is an option in Environment to getProperties() with a StringConvention.RAW to avoid the kebab translation, but this return each element as an independent entry

It would be useful to allow this same behaviour to getProperty() so you can control how the configuration is returned: as kebab or RAW

@yawkat yawkat added the type: improvement A minor improvement to an existing feature label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants