George Gastaldi
George Gastaldi
After the pom.xml's dependencies are flattened, it would be nice if the plugin allowed you to order the dependencies (to make it easier to read).
I am getting this error while building the Quarkus core with the Intellij Quarkus plugin 1.11.1.238 enabled: ```java java.util.concurrent.CompletionException: java.lang.AssertionError: Command already registered 'qute.command.validation.template.status' at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1739)...
This appeared when I opened a Quarkus project after restarting the IDE. Not reproducible all the time, but I think it would be nice to have it reported here ```java...
It would be nice if when a Quarkus application starts, and it's using DB DevServices (PostgreSQL for example), an entry in the `Database` tab is added with the connection to...
Having the Quarkus Tools Plugin enabled in the quarkusio/quarkus repository gives the following error in the IDE logs: ``` java.lang.IllegalStateException: Synchronizer should apply to only a single document, which is...
It would be nice if we could differentiate between build and runtime properties in the application properties, maybe with different colors
I am trying to run a Quarkus app in a local container and use [remote development mode](https://quarkus.io/guides/maven-tooling#remote-development-mode) and I'm facing the same error: ``` backend | 2022-09-20 14:56:35,633 ERROR [io.qua.dep.dev.IsolatedDevModeMain]...
First of all, I'd like to say that I am a huge fan of RestAssured. Congratulations on this amazing library! RestAssured is really awesome and I'm using it in a...