intellij-quarkus
intellij-quarkus copied to clipboard
IntelliJ Quarkus Tools
User should be notified when creating new project, that JDK8 is deprecated by quarkus: https://jaxenter.com/quarkus-1-4-1-final-171548.html
Default project location in the wizard repeats "code-with-quarkus" over and over and creates nested folders.
- I navigate to **New Project** -> **Java** -> check the Quarkus library - I have there old version (Quarkus-1.5.2.Final), so I click **Configure...** -> **Change version...** -> newer version...
- I have tried to install the Quarkus plugin (last build from repo) into the new version of IntelliJ (2021.1) on 2 notebooks - on the older one (OS X...
Added live templates suggested in #11 and others. Suggested: - `qds`: JDBC datasource in properties - `ijt`: Inject a CDI bean - `conf`: Inject a config property - `pdm`: Create...
I am receiving the following error fairly frequently when running the following versions intellij-quarkus Version 1.13.1.283 IntelliJ: 2022.2.3 ```Internal error: java.lang.IllegalArgumentException: Argument for @NotNull parameter 'file' of com/intellij/openapi/vfs/VfsUtilCore.virtualToIoFile must not...
See - https://issues.redhat.com/browse/JBIDE-28712 - https://github.com/quarkusio/quarkus/issues/28497
I created and opened a new Quarkus project in IntelliJ IDEA 2023.3.1, and got this error: ``` Error while adding QuarkusRunConfigurationType in Services view settings com.intellij.openapi.progress.CeProcessCanceledException: com.intellij.openapi.progress.IndicatorCancellationException at com.intellij.serviceContainer.ComponentManagerImplKt$runBlockingInitialization$1.invoke(ComponentManagerImpl.kt:2409) at...
Hello! When using the Copilot with Quarkus Tools I have the follow error on autocomplete: ``` Internal error: java.lang.reflect.InvocationTargetException java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.lambda$null$0(GenericEndpoint.java:67) at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.request(GenericEndpoint.java:120) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleRequest(RemoteEndpoint.java:261) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:190) at...
Quite often on the load of the quarkus core project I'm getting the following error being shown by Intellij: ```java java.lang.Throwable: Too many non-blocking read actions submitted at once. Please...