matihost
matihost
I had same case: When trying to open any JDK class source, the following stacktrace appeared in "Ouput" tab in VS Code: ``` [Error - 2:24:12 PM] Request textDocument/documentSymbol failed....
Thanks @praenubilus it helped I posted your workaround to Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1791219: Symbolic link to src.zip in openjdk-11-source points to an invalid location. However NPE is NPE, the plugin should...
Just practical reason. There is already existing Java module with value module-info.java - so spring boot maven plugin could just ignore it during compilation - otherwise somebody just need to...
OKD 3.10 was released on 13SEP, now we do have 3.11 as well.
After diggin... oc-cluster-wrapper project is kind of deprecated. oc command has bundled in persistence. To start OKD 3.10+ ``` oc cluster up --base-dir=$HOME/.oc --loglevel=7 ``` BUT See https://github.com/openshift/origin/issues/21553 so `oc...