]
Rastislav Wagner updated JBIDE-20587:
-------------------------------------
Issue Type: Bug (was: Feature Request)
IClient calls are executed in UI thread
---------------------------------------
Key: JBIDE-20587
URL:
https://issues.jboss.org/browse/JBIDE-20587
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Beta2
Reporter: Rastislav Wagner
Priority: Critical
org.jboss.tools.openshift.core.connection.Connection is using UI thread while executing
calls to IClient. Some of these calls may take longer time (for example getting logs) thus
should not be running in UI thread.