intellij-quarkus
intellij-quarkus copied to clipboard
IntelliJ Quarkus Tools
Old GHA versions, based on old, no longer supported nodejs version are used in integration tests. They should be updated See https://github.com/redhat-developer/intellij-quarkus/issues/1349#issuecomment-2208408966_
#1349 fixed ITs on Windows and Linux, but tests on Mac are still [broken](https://github.com/redhat-developer/intellij-quarkus/pull/1349#issuecomment-2208473200), thus disabled.
Bump intellij-common-ui-test-library after PR (https://github.com/redhat-developer/intellij-common-ui-test-library/pull/239) merge and next library release.
I'm using the IntelliJ Quarkus Tools 1.30.1 with a Qute example project: https://github.com/mkouba/qute-insights I can navigate from the HelloResource to the template hello.html, but in the hello.html, I have absolutely...
First pass at fixing the [Unrecognized property mp.messaging.* when Channel annotation is used along with Multi](https://github.com/redhat-developer/vscode-quarkus/issues/750) issue opened in VS Code Quarkus
I use the IntelliJ Ultimate and have disabled the bundled Quarkus plugin Then, I create a new Quarkus project. As you can see in the screenshot below, the Maven icon...
Resolve system properties/environment variables while browsing the `application.properties` values
It would be nice if the current System properties (eg. `user.name`) is resolved while browsing the `application.properties` values: 
Random tests fail for no good reason on all 3 platforms. Ubuntu tends to have the least failures, Mac has the most. It's annoying AF
The current implementation of task execution in `AbstractGradleToolDelegate` strictly relies on the internals of the External System API. This is not necessary, as there is a correspondingly simple way to...
I'm using IDEA Community Edition 2024.2.3 and Quarkus Tools 2.0.2. Here is how to reproduce it: 1. Make sure that the plugin is installed 2. Create a new quarkus project...