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

feat: Create a Quarkus Dev Explorer in the IDE Fixes #1175

do-not-merge/work-in-progress

The first feature would be to see the list Quarkus apps and be able to: start dev => open (in browser) | dev-ui (ide) | restart | stop (something should...

enhancement
quarkus

I don't know why, but Red Hat telemetry is unloaded in EAP. I need to invesitgare why.

bug
qute
quarkus

The "-" in the cron expression causes an "invalid char(s) in expression" error. The value exists in application.properties, and navigation works fine ```java @Scheduled(cron = "{marketplace-api.crawl.cron}") public void crawl() {...

bug

See https://www.jetbrains.com/help/idea/managing-plugins.html#suggested-plugins

enhancement
quarkus

`./gradlew clean build` ```java > Task :compileTestJava /Users/andredietisheim/Documents/jboss-workspaces/intellij-quarkus/intellij-community/platform/external-system-impl/testSrc/com/intellij/openapi/externalSystem/test/ExternalSystemImportingTestCase.java:300: warning: non-varargs call of varargs method with inexact argument type for last parameter; assertUnorderedElementsAreEqual(ContainerUtil.map2Array(deps, entry -> entry.getScope()), scopes); ^ cast to Object...

bug
severity/minor
debt

Renamed the ValidationMessages.properties file to ValidationMessages_en.propertiesI, tried to edit it and the following error was thrown. ```html Internal error: java.lang.UnsupportedOperationException: Cannot find virtual file for 'file:///home/admin/src/main/resources/ValidationMessages.properties' java.util.concurrent.CompletionException: java.lang.UnsupportedOperationException: Cannot find...

bug
quarkus

Create a new Quarkus project with ``` io.quarkus quarkus-resteasy-reactive-qute ``` Open `org.acme.SomePage`, you'll see a codelens over the `get` method: Now if you add ``` io.quarkus quarkus-reactive-routes ``` the code...

bug
codelens

I started IJ on an outdated quarkus-ironjacamar folder, then while it was opening, I updated the branch, then this exception popped-up: ``` Outdated stub in index: file:///Users/fbricon/Dev/souk/quarkus-ironjacamar/runtime/src/main/java/io/quarkiverse/ironjacamar/runtime/IronJacamarConfig.java indexing timestamp =...

bug
quarkus

I don't know how toreproduce but I had ``` java.lang.RuntimeException: com.esotericsoftware.kryo.KryoException: java.lang.IllegalArgumentException: Class is not registered: com.intellij.workspaceModel.ide.JpsImportedEntitySource Note: To register this class use: kryo.register(com.intellij.workspaceModel.ide.JpsImportedEntitySource.class); Serialization trace: entitySource (com.intellij.workspaceModel.storage.bridgeEntities.api.LibraryEntityData) oldData (com.intellij.workspaceModel.storage.impl.ChangeEntry$RemoveEntity)...

bug