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

IntelliJ Quarkus Tools

Results 146 intellij-quarkus issues
Sort by recently updated
recently updated
newest added

User should be notified when creating new project, that JDK8 is deprecated by quarkus: https://jaxenter.com/quarkus-1-4-1-final-171548.html

bug
quarkus
wizard

Default project location in the wizard repeats "code-with-quarkus" over and over and creates nested folders.

bug

- 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...

bug

- 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...

bug

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

enhancement
quarkus
wizard

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...

bug

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...

bug

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...

bug