]
Andre Dietisheim commented on JBIDE-19412:
------------------------------------------
internal cleanup postponed to 4.3.0.Beta1
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
Fix For: 4.3.0.Beta1
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.