Gunnar Wagenknecht
Gunnar Wagenknecht
Would it be possible to return with an exit code that encourages retries? We implemented a retry logic by parsing the Bazel output for `unable to finalize action: Connection reset`,...
@fappel do you have an idea which CSS this could be?
I don't know either. I supposed there is an issue in p2 metadata (artifacts.xml vs. contents.xml).
I think this is caused by a dependency cycle. The code may need a protection for this.
`derive_targets_from_directories` is set to `true`? Can you check the log files? Have you seen the [troubleshooting doc here](https://github.com/salesforce/bazel-vscode-java/blob/main/docs/troubleshoot.md)? Note, sometimes it's also worth trying to import this into Eclipse. Eclipse...
Thanks for reporting. It looks like this is a TLS specific error. Can you try starting with `--unsecure-port=8099` and then use http://localhost:8099/maven (without TLS)? This is a workaround but I...
I have to do some research. I'm using only the non TLS access. Thus, I haven't recognize. I think it's a bug somewhere in the dependency graph. We are consuming...
Are you using the `project-per-package` strategy?
If you haven't set it then it's defaulting to `project-per-target` and the error is indeed a bug. It should be a warning level in this setup.
The idea of the Java SDK is to allow writing such a CLI. The Java LS is essentially a headless Eclipse. If the JDT.LS folks are open to it I...