Quarkus Tools provides easy bootstrapping and code assist for Quarkus.
Categories: Languages
Tags: jbosstools, maven, quarkus, fileExtension_java
Additional Details
Eclipse Versions: 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-09 (4.21), 2021-03 (4.19), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Red Hat, Inc.
Development Status: Production/Stable
Date Created: Tuesday, March 17, 2020 - 06:56
License: Apache 2.0
Date Updated: Monday, June 24, 2024 - 09:32
Submitted by: JBoss Tools
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 85/573 | 113 | 3 |
September 2024 | 75/642 | 389 | 18 |
August 2024 | 74/641 | 370 | 26 |
July 2024 | 82/663 | 369 | 19 |
June 2024 | 87/681 | 386 | 22 |
May 2024 | 83/682 | 458 | 32 |
April 2024 | 75/687 | 533 | 18 |
March 2024 | 79/694 | 524 | 20 |
February 2024 | 81/687 | 444 | 19 |
January 2024 | 80/691 | 493 | 21 |
December 2023 | 88/671 | 408 | 17 |
November 2023 | 86/686 | 532 | 29 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 5
Count | Error Message |
---|---|
4 | Cannot continue the operation. There is another install operation in progress. |
1 | Cannot complete the install because one or more required items could not be… |
Reviews Add new review
No development
Submitted by Sharofiddin Pardayev on Mon, 04/15/2024 - 01:30
Will this plugin be supported? I checked the git repository for this project and some issues are long overdue for fixes.
With Eclipse 4.27 and plugin
Submitted by Sharofiddin Pardayev on Mon, 04/10/2023 - 01:24
With Eclipse 4.27 and plugin version 4.27 when editing application.properties file getting error:
An internal error occurred during: "MicroProfile properties collector".
Could not initialize class org.jboss.tools.quarkus.lsp4e.internal.ls.JavaDoc2MarkdownConverter
Re: With Eclipse 4.27 and plugin
Submitted by Bouchet Stéphane on Wed, 04/12/2023 - 08:39
In reply to With Eclipse 4.27 and plugin by Sharofiddin Pardayev
Hi !
The error message does not get much info about the error. can you create an issue and attach the logs to it on our issue tracker ?
https://issues.redhat.com
Thank you,
Stéphane
Re: With Eclipse 4.27 and plugin
Submitted by pvs sasikanth on Wed, 10/11/2023 - 10:15
In reply to With Eclipse 4.27 and plugin by Sharofiddin Pardayev
Any workaround / fix for this error. I face this. This is very annoying and frustrating.
Further, I observed this is happening only while editing ( or trying to save ) application.properties file.
Steps to reproduce : download altest eclise, install quarkus tools from market place. import a sample quarkus project.
Select application.properties file -> right click and observe the default selected editor . the above mentioned stack overflow exception happen when the file name is 'application.properties' file and the defualt selected editor for properties file is 'Generic Text Editor'
Further this is happening when the file name is application.properties. If the file name is changed to some thing else for ex. application1.properties, the above issue is not seen (Microprofile properties collector stackover flow) But in this case the default selected text editor is some thing other than 'Generic Text Editor' ( in my case Jobss tools properties editor).
Re: Re: With Eclipse 4.27 and plugin
Submitted by Bouchet Stéphane on Thu, 10/12/2023 - 08:35
In reply to Re: With Eclipse 4.27 and plugin by pvs sasikanth
Hi !
this is a known issue that is currently being fixed. see https://github.com/jbosstools/jbosstools-quarkus/issues/213
please post there any comments.
Cheers,
Stéphane
Re: Re: Re: With Eclipse 4.27 and plugin
Submitted by Paa Kojo Kondu… on Tue, 10/24/2023 - 09:30
In reply to Re: Re: With Eclipse 4.27 and plugin by Bouchet Stéphane
Hello Stéphane,
I am not seeing this item from the open issues under the link shared here. I am facing the same issue on Eclipse version 4.29.0 and Quarkus Tools version 1.10.0.v20230622-1450.
Thank you.
Thank you.
Re: With Eclipse 4.27 and plugin
Submitted by Bouchet Stéphane on Tue, 11/07/2023 - 03:34
In reply to Re: Re: Re: With Eclipse 4.27 and plugin by Paa Kojo Kondu…
Hi,
there was a typo on the link, but this is now resolved in the 4.29.0.Final release. please check it out !
Cheers,
Hello I have a similar rror…
Submitted by Lampros Gk on Fri, 03/22/2024 - 08:23
In reply to Re: With Eclipse 4.27 and plugin by Bouchet Stéphane
Hello I have a similar rror with eclipse 4.31.0
An internal error occurred during: "MicroProfile properties collector".
'void org.eclipse.jdt.internal.core.search.JavaSearchScope.add(org.eclipse.jdt.internal.core.JavaProject, int, java.util.HashSet)'
I have the exact same error,…
Submitted by Rob Spoor on Thu, 03/28/2024 - 05:57
In reply to Hello I have a similar rror… by Lampros Gk
I have the exact same error, even when I use the "Generic Text Editor" or "Text Editor". Every key I type leads to this error. If I'm lucky I can perhaps type 2 or 3 characters before the error pops up, but it's effectively impossible to edit application.properties files. I've tried to remove the content type but it's locked. The only thing that worked was removing the Quarkus Tools plugin completely.
same error too
Submitted by Rogério Marchiori on Wed, 08/28/2024 - 14:46
In reply to I have the exact same error,… by Rob Spoor
There is any workaround?
Debug mode is not working on Eclipse 2022-12 (4.26)
Submitted by Thiago Stefanello on Fri, 01/13/2023 - 06:33
Hello!
I've tried to debug my application after updating my Eclipse version and Quarkus Tools version, but it doesn't work anymore. The application runs but simply does not debug, it doesn't stop on the breakpoints.
I already have made some tests, including using the same code in the older Eclipse version (2022-06) and it works fine, the same code with the same breakpoints.
Re: Debug mode is not working on Eclipse 2022-12 (4.26)
Submitted by Bouchet Stéphane on Mon, 03/06/2023 - 11:59
In reply to Debug mode is not working on Eclipse 2022-12 (4.26) by Thiago Stefanello
Hi !
Can you please create a ticket on our JIRA instance in order to have a look from us? also attach any logs and configuration information .
https://issues.redhat.com
Thank you,
Stéphane
eclipse-jee-2022-09-R-win32-x86_64 : Installation failed
Submitted by Matteo Fugerit on Thu, 09/15/2022 - 04:05
I tried to install Quarkus Tools on eclipse-jee-2022-09-R-win32-x86_64, and i get this error :
"The installation cannot be completed as requested"
(The feature JBoss Tools Usage Reporting would be installed while the Quarkus tools no)
Do you know why?
THanks in advance.
Here is the orginal error message :
Cannot complete the install because of a conflicting dependency.
Software being installed: Quarkus Tools 1.7.0.v20220622-0658 (org.jboss.tools.quarkus.feature.feature.group 1.7.0.v20220622-0658)
Software currently installed: M2E - Maven Integration for Eclipse 2.0.4.20220904-1703 (org.eclipse.m2e.feature.feature.group 2.0.4.20220904-1703)
Only one of the following can be installed at once:
M2E Maven Integration for Eclipse Core 2.0.3.20220904-1703 (org.eclipse.m2e.core 2.0.3.20220904-1703)
M2E Maven Integration for Eclipse Core 1.18.4.20220208-0831 (org.eclipse.m2e.core 1.18.4.20220208-0831)
Cannot satisfy dependency:
From: JDT MicroProfile Extension 0.4.0.20220324-1655 (org.eclipse.lsp4mp.jdt.core 0.4.0.20220324-1655)
To: osgi.bundle; org.eclipse.m2e.lifecyclemapping.defaults 0.0.0
Cannot satisfy dependency:
From: M2E - Maven Integration for Eclipse 2.0.4.20220904-1703 (org.eclipse.m2e.feature.feature.group 2.0.4.20220904-1703)
To: org.eclipse.equinox.p2.iu; org.eclipse.m2e.core [2.0.3.20220904-1703,2.0.3.20220904-1703]
Cannot satisfy dependency:
From: Default Build Lifecycle Mapping Metadata 1.17.1.20210115-1536 (org.eclipse.m2e.lifecyclemapping.defaults 1.17.1.20210115-1536)
To: osgi.bundle; org.eclipse.m2e.core [1.16.0,2.0.0)
Cannot satisfy dependency:
From: Quarkus Tools 1.7.0.v20220622-0658 (org.jboss.tools.quarkus.feature.feature.group 1.7.0.v20220622-0658)
To: org.eclipse.equinox.p2.iu; org.eclipse.lsp4mp.jdt.core 0.0.0
Re: eclipse-jee-2022-09-R-win32-x86_64 : Installation failed
Submitted by Bouchet Stéphane on Mon, 09/26/2022 - 11:06
In reply to eclipse-jee-2022-09-R-win32-x86_64 : Installation failed by Matteo Fugerit
Hi Matteo,
Quarkus Tools isn't currently compatible with 2022-09 eclipse release. We're working on it and a compatible version will be available soon.
Regards,
Stéphane
Plugin Version 4.19.1.Final is not available
Submitted by Paul Stoner on Tue, 08/03/2021 - 10:26
Installing from the Marketplace, the following error is reported:
The following solutions are not available: Quarkus Tools 4.19.1.Final (id=org.jboss.tools.quarkus.feature .feature.group, org.jboss.tools.usage.feature .feature.group, site=.../download.jboss.org/jbosstools/photon/stable/composite/4.19.1)
Please correct or replace link with previous version
Re: Plugin Version 4.19.1.Final is not available
Submitted by Bouchet Stéphane on Wed, 08/11/2021 - 05:41
In reply to Plugin Version 4.19.1.Final is not available by Paul Stoner
Hi Paul,
there was a typo in the features listing. it's resolved now, you can restart your eclipse instance and try again.
Regards,
Stéphane