intellij-quarkus
                                
                                
                                
                                    intellij-quarkus copied to clipboard
                            
                            
                            
                        IntelliJ Quarkus Tools
feat: Create a Quarkus Dev Explorer in the IDE Fixes #1175
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...
I don't know why, but Red Hat telemetry is unloaded in EAP. I need to invesitgare why.
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() {...
See https://www.jetbrains.com/help/idea/managing-plugins.html#suggested-plugins
`./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...
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...
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...
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 =...
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)...