-
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 support not working in Apache Camel K worskpace #15910
Comments
I believe these kind of issues must contain workspace logs. |
@tolusha So this is the output of the command you've sent. events.txt |
Probably Java ls in't initialized. |
In the Camel K Dev file, Java language support is not provided https://github.com/eclipse/che-devfile-registry/blob/master/devfiles/apache-camel-k/devfile.yaml . We will surely need to play with memory to fit in the 3G memory limits of che.openshift.io as the Kubernetes side is already taking 1G The Java language support is really limited currently in the absolute. Even if the Java language support is activated, as it is a standalone file you will have only syntax validation. VS Code Java 0.55+ is required to have proper Java support which is a version not yet available in Che. What Camel K is providing is Camel URI completion in Camel K Standalone files. For the kubectl error, seems effectively that the kubectl version is not compatible with the Kubernetes/OpenShift version you are trying to connect to. |
created for including Java in Camel K stack #16018 |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
ok to use #16018 |
Describe the bug
The Java language support is not working in default Apache Camel K workspace. Functions like
Ctrl + click
to e.g. open a class or go to the definition does not work, error highlighting does not work.Che version
Steps to reproduce
Ctrl + click
oninfo
on line 23 - nothing happenserror
- no error highlightingExpected behavior
Error highlighting and code navigation should work.
Runtime
Screenshots
Installation method
Environment
The text was updated successfully, but these errors were encountered: