]
Rastislav Wagner commented on JBIDE-20587:
------------------------------------------
[~adietish] Cant find it anymore. Maybe it got fixed already. Feel free to reject this
issue.
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
Assignee: Jeff Cantrill
Priority: Critical
Fix For: 4.3.1.CR1
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.