intellij-quarkus
intellij-quarkus copied to clipboard
IntelliJ Quarkus Tools
In my case I have not installed Java 21 and when I use The Quarkus Wizard it select the Java 21 and I have the following error:  I need...
Hello  ``` java.lang.IllegalStateException: Constraint inSmartMode cannot be satisfied at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.attemptComputation(NonBlockingReadActionImpl.java:554) at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.executeSynchronously(NonBlockingReadActionImpl.java:492) at com.intellij.openapi.application.impl.NonBlockingReadActionImpl.executeSynchronously(NonBlockingReadActionImpl.java:220) at com.intellij.psi.impl.search.JavaFunctionalExpressionSearcher.calcDescriptors(JavaFunctionalExpressionSearcher.java:112) at com.intellij.psi.impl.search.JavaFunctionalExpressionSearcher$Session.processResults(JavaFunctionalExpressionSearcher.java:498) at com.intellij.psi.impl.search.JavaFunctionalExpressionSearcher.processQuery(JavaFunctionalExpressionSearcher.java:72) at com.intellij.psi.impl.search.JavaFunctionalExpressionSearcher.processQuery(JavaFunctionalExpressionSearcher.java:62) at com.intellij.openapi.application.QueryExecutorBase.execute(QueryExecutorBase.java:76) at com.intellij.util.ExecutorsQuery.processResults(ExecutorsQuery.java:30) at com.intellij.util.AbstractQuery.doProcessResults(AbstractQuery.java:83) at...
feat: New Feature: outline extension BuildItems Fixes #1094 Here a demo with the current PR:  Here how it works: * you need to open a Java file to start...
fix: @ConfigProperty for java.util.Duration with defaultValue flagged as error Fixes #1207 and enum (see https://github.com/redhat-developer/vscode-quarkus/issues/612)
I installed the plugin after seing this blog post: https://quarkus.io/blog/intellij-quarkus-tools-1.11.0/#configs-all-the-way-down However, while IDEA now recognizes the files `application-dev.properties` and `application-test.properties` as Quarkus properties, it does not recognize ANY properties used...
### Describe the bug Hello! Running `mvn quarkus:dev` in terminal and navigating to the Dev UI to activate Continuous Testing works fine. However, starting the same application via bundled IntelliJ...