intellij-quarkus
intellij-quarkus copied to clipboard
Sometimes Quinoa configurations not found by intellij-quarkus
https://github.com/redhat-developer-demos/quinoa-wind-turbine
Try this app and have a look at the application.properties:
In another clean project they work!
Thanks for reporting this issue. The quarkus déploiement properties collection need to be revisited because it breaks solerimes performance and it seems sometimes according your issue is not computed at time
I consistently see the quinoa properties being unrecognized. Yet the quinoa deployment jar is added to the Quarkus (Deployments) library.
https://github.com/quarkiverse/quarkus-quinoa/blob/8549f584745746bba06e49cbb47b45d576a3f87f/deployment/src/main/java/io/quarkiverse/quinoa/deployment/config/QuinoaConfig.java#L119
For some reason that config mapping doesn't seem to be indexed.
@ia3andy it's very surprising that you even see it working sometimes. It could have been no errors were displayed during the project's indexing. Or have you excluded them from validation maybe?
Please check Microprofile unknown properties inspection settings:
So I started seeing the properties working today as well. No idea what happened.