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

List properties are incorrectly recognized/validated #431

Open
fbricon opened this issue Nov 7, 2023 · 0 comments
Open

List properties are incorrectly recognized/validated #431

fbricon opened this issue Nov 7, 2023 · 0 comments
Assignees
Labels
bug Something isn't working completion properties-files Features supported in microprofile-config.properties validation

Comments

@fbricon
Copy link
Contributor

fbricon commented Nov 7, 2023

In application properties,

quarkus.native.resources.includes=names

is shown with an "unknown property" warning, but it's perfectly valid, as per https://quarkus.io/guides/writing-native-applications-tips#including-resources

We expect an indexed property instead:
Screenshot 2023-10-31 at 13 16 17

Screenshot 2023-10-31 at 13 05 46

initially reported as redhat-developer/intellij-quarkus#1248

See also see https://quarkus.io/guides/config-reference#indexed-properties

Completion should return only quarkus.native.resources.excludes (no trailing [*])

@angelozerr angelozerr self-assigned this Nov 8, 2023
@angelozerr angelozerr added bug Something isn't working properties-files Features supported in microprofile-config.properties completion validation labels Nov 8, 2023
@angelozerr angelozerr added this to the 0.11.0 milestone Nov 8, 2023
@fbricon fbricon removed this from the 0.11.0 milestone Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completion properties-files Features supported in microprofile-config.properties validation
Projects
None yet
Development

No branches or pull requests

2 participants