]
Dmitrii Bocharov updated JBIDE-22615:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
Explorer: Connections should get loaded from extension points
-------------------------------------------------------------
Key: JBIDE-22615
URL:
https://issues.jboss.org/browse/JBIDE-22615
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.4.0.Alpha1
Reporter: Andre Dietisheim
Labels: connection, openshift_v2, openshift_v3
Fix For: 4.5.x
Connections are currently loaded in the core plugins for the v2 and v3 plugins:
* v2
[
ExpressCoreActivator#start|https://github.com/jbosstools/jbosstools-opens...]
* v3
[
OpenShiftCoreActivator#start|https://github.com/jbosstools/jbosstools-ope...]
We should load these with extension points.