intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

Sometimes Quinoa configurations not found by intellij-quarkus

Open ia3andy opened this issue 2 years ago • 4 comments

https://github.com/redhat-developer-demos/quinoa-wind-turbine

Try this app and have a look at the application.properties: image

In another clean project they work!

ia3andy avatar Oct 02 '23 07:10 ia3andy

image

ia3andy avatar Oct 02 '23 07:10 ia3andy

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

angelozerr avatar Oct 02 '23 07:10 angelozerr

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? Screenshot 2023-10-31 at 12 57 26

Please check Microprofile unknown properties inspection settings: Screenshot 2023-10-31 at 12 59 14

fbricon avatar Oct 31 '23 12:10 fbricon

So I started seeing the properties working today as well. No idea what happened.

fbricon avatar Nov 02 '23 10:11 fbricon