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

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_

build
debt

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

tests

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.

tests
task

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

bug
qute

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

do-not-merge/work-in-progress

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

It would be nice if the current System properties (eg. `user.name`) is resolved while browsing the `application.properties` values: ![image](https://github.com/redhat-developer/intellij-quarkus/assets/54133/87f2105d-54dd-4701-bc98-5ba38d6d4b24)

enhancement

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

build
debt

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

bug
completion