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

Consider deprecating dotted paths in @ConfKey #24

Open
A248 opened this issue Jun 11, 2021 · 0 comments
Open

Consider deprecating dotted paths in @ConfKey #24

A248 opened this issue Jun 11, 2021 · 0 comments
Labels
feedback wanted Feedback especially wanted on this issue
Milestone

Comments

@A248
Copy link
Owner

A248 commented Jun 11, 2021

Dotted paths in @ConfKey tend to be error-prone when the developer mistakenly specifies conflicting keys. For example:

@ConfKey("keyOne")
@ConfDefault.DefaultString("some")
String string();

@ConfKey("keyOne.subKey")
@ConfDefault.DefaultString("other")
String otherString();
@A248 A248 added the help wanted Extra attention is needed label Jun 11, 2021
@A248 A248 added this to the 1.3.0 milestone Jun 11, 2021
@A248 A248 added feedback wanted Feedback especially wanted on this issue and removed help wanted Extra attention is needed labels Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback wanted Feedback especially wanted on this issue
Projects
None yet
Development

No branches or pull requests

1 participant