-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java Language Server takes eternity to load Apache Camel devfile project #14004
Comments
The same thing happens when opening the project https://github.com/jboss-fuse/fuse-rest-http-booster in VS Code. |
It's just spending lots of time resolving all the dependencies.
|
@tsmaeder @sparkoo I opened eclipse-jdtls/eclipse.jdt.ls#1121 so we can try to provide more detailed progress |
@fbricon thanks. I'm happy with exposing what is happening to the UI as a solution for this issue. Once that's fixed, I would close this one as well. |
Remove team languages: we're not doing anything here. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Describe the bug
Starting workspace with Apache Camel devfile (https://github.com/eclipse/che-devfile-registry/tree/master/devfiles/apache-camel-springboot) takes really really long time to start language server. 13mins from my last experiment. It stays for long time on 57%, it looks like it gets stuck. I've tested also Spring petclinic (https://github.com/eclipse/che-devfile-registry/tree/master/devfiles/java-web-spring) which takes over 3 minutes.
Che version
Steps to reproduce
Expected behavior
Java Language Server should load maven project in real time
Runtime
minikube version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
#13639
The text was updated successfully, but these errors were encountered: