jbosstools-quarkus icon indicating copy to clipboard operation
jbosstools-quarkus copied to clipboard

Quarkus tooling for Eclipse

Results 10 jbosstools-quarkus issues
Sort by recently updated
recently updated
newest added

When having a class implementing `org.eclipse.microprofile.health.HealthCheck` and using the `Startup` annotation brought since 3.1 API, Eclipse shows the following warning: The class `com.acme.SomeStartupHealthCheck` implementing the HealthCheck interface should use the...

Hello Not sure if this comes from here, but I'm getting this error when trying to edit a Quarkus application.properties file in STS. Read some that are related but all...

Hi, I have a fresh Eclipse 2023-09 with Quarkus Tools 4.29. I created a simple Quarkus app (using the project wizard) which references a simple library (all with Maven). The...

The [quarkus-maven-plugin](https://github.com/quarkusio/quarkus/blob/e9912b546be249bd8157304f54b74c18f5d6732f/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java#L650) runs all required goals if they haven't been run already. In a project, a Maven configuration might include many other goals not required by `quarkus:dev` which get executed...

The source code navigation is too slow after installing the plugin. After executing cmd+click to go the class clicked, it hangs for about 10 seconds and then opens the file....

# Pull Request Checklist ## General * Is this a blocking issue or new feature? If yes, QE needs to +1 this PR ## Code * Are method-/class-/variable-names meaningful? *...

After installing Quarkus Tools, the function to reanme Java types/methods etc. using a shortcut no longer works. If I press `ALT+Shift+R` before installing, it works normal. After installation, eclipse starts...

You need to define an new content type like application.properties but with `microprofile-config.properties` ,because as Quarkus application is an extension of MicroProfile, it should take care of this file (completion,...

With a Quarkus Run/Debug Application launch configuration the quarkus project runs fine, but if you run in debug mode Eclipse throws an error even though the debugger seems to have...

environment: freshly installed and untouched eclipse 2024-6 on linux mint 22 with default jdk (build 21.0.4+7-Ubuntu-1ubuntu224.04) steps to reproduce: 1. download the eclipse installer (https://www.eclipse.org/downloads/packages/installer) 2. start the installer (and...