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

Improve validation of @ConfigProperty/defaultValue for lists and arrays #409

Open
angelozerr opened this issue Jul 11, 2023 · 1 comment
Labels
enhancement New feature or request java-files Features supported in Java files validation

Comments

@angelozerr
Copy link
Contributor

Given this ConfigProperty:

@ConfigProperty(name = "listprop2", defaultValue="12,A,14")
List<Integer> greeting2;

The validation of default value highlights the full String of default value

image

It should be nice to highlight just A

@fbricon
Copy link
Contributor

fbricon commented Jul 11, 2023

I think this is probably overkill and doesn't warrant spending resources on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java-files Features supported in Java files validation
Projects
None yet
Development

No branches or pull requests

2 participants