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

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

bug

Fixes #472 Signed-off-by: Jeff MAURY

[stack-trace.txt](https://github.com/redhat-developer/intellij-quarkus/files/6588312/stack-trace.txt) [thread-dump.txt](https://github.com/redhat-developer/intellij-quarkus/files/6588314/thread-dump.txt) all details are attached with this issue.

bug

- some UI tests are failing due to some changes in UI structure - there used to be 1 element with the following Xpath, now there are 3 (simple updae...

bug
tests

- this issue appears in older versions of IntelliJ - 2019.3, 2020.1, 2020.2 - IntelliJ 2020.3 and 2021.1 are without issue ``` java.lang.UnsatisfiedLinkError: Unable to load library 'CoreFoundation': dlopen(libCoreFoundation.dylib, 9):...

bug

The **compile, test, package, verify** and **install** maven targets shows the following error when invoked from the Maven Tool Window: `Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project code-with-quarkus: Fatal...

bug

A big hurdle to cross when coming from an Enterprise Java background is to add the correct extension dependencies to the pom.xml, especially when features changes. E.g. when using Bean...

enhancement
quarkus

### I suggest to add the following section to the README.md file so new users can learn how to debug using IntelliJ Idea IDE quickly and elegantly: Quarkus debugging using...

documentation