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

Certain commands may result in @ConfigProperty name keys marked as unused when declared in property file #564

Open
rgrunber opened this issue Dec 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@rgrunber
Copy link
Member

rgrunber commented Dec 8, 2022

When I use https://github.com/quarkusio/quarkus-quickstarts/tree/main/config-quickstart , if I call the command to clean the Java language server workspace, or add an extension to the current project it loads and I see a warning on greeting.message (and also greeting.name) that

The property 'greeting.message' is not assigned a value in any config file, and must be assigned at runtime.microprofile-config(NO_VALUE_ASSIGNED_TO_PROPERTY)

despite the fact that https://github.com/quarkusio/quarkus-quickstarts/blob/496cb69159c59fad207c6bd8b82e4a4667dffc09/config-quickstart/src/main/resources/application.properties continues to contain the relevant properties.

@rgrunber rgrunber changed the title "Clean JLS Workspace" or "Add Extension" results in @ConfigProperty name keys marked as unused when declared in property file Certain commands may result in @ConfigProperty name keys marked as unused when declared in property file Dec 8, 2022
@datho7561 datho7561 added the bug Something isn't working label Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants