]
Jeff MAURY updated JBIDE-19412:
-------------------------------
Fix Version/s: 4.5.0.AM1
(was: 4.4.x)
Cleanup ConnectionURL usage for v3 connections
----------------------------------------------
Key: JBIDE-19412
URL:
https://issues.jboss.org/browse/JBIDE-19412
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.0.Alpha2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Labels: openshift_v3
Fix For: 4.5.0.AM1
In ConnectionsRegistry connections are stored by ConnectionURL. ConnectionURL is also
used to persist v2 connections. v3 connections on the other hand are persisted in their
very own json format. We need to clean this discrepany/inconsistency. We should either
only use ConnectionURL for v2 connections or also store v3 connections in the
ConnectionURL format.