[
https://issues.jboss.org/browse/JBIDE-25967?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-25967:
------------------------------------------
[~jkopriva] we decided against displaying the version, because the version can only be
determined by launching an external process. There's no way to launch this in a
background job, the only way to achieve this is to do it in the UI thread. Doing such
things is highly discouraged since it's blocking the UI thread while it's
processing (worst case scenario is where the oc is ex. on an NFS share which then blocks
the UI thread for a substantial amount of time). We thus decided to display a simple
value, the path to the oc executable, which needs no evaluation.
Properties view: Add OC version for OpenShift connection
--------------------------------------------------------
Key: JBIDE-25967
URL:
https://issues.jboss.org/browse/JBIDE-25967
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.6.0.AM1
Reporter: Josef Kopriva
Assignee: Jeff MAURY
Labels: oc_binary, properties
Fix For: 4.6.0.AM2
Attachments: Screenshot_20180525_101841.png
Properties view for OpenShift connection should also contains OC version, not only path
to it.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)