]
Jeff MAURY reassigned JBIDE-25590:
----------------------------------
Assignee: Dmitrii Bocharov
Explorer: connection is not refreshed if you modify it
------------------------------------------------------
Key: JBIDE-25590
URL:
https://issues.jboss.org/browse/JBIDE-25590
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.AM3
Reporter: Andre Dietisheim
Assignee: Dmitrii Bocharov
Priority: Minor
Labels: explorer
Fix For: 4.5.x
# ASSERT: have a running CDK and a connection for it in OpenShift Explorer
# ASSERT: have your connection unfolded showing at least 1 project and at least 1
service
# EXEC: minishift delete && minishift setup-cdk && minishift start
# ASSERT: cdk starts up and picks a new ip (ex. 192.168.64.20 -> 192.168.64.21)
# EXEC: in Explorer: pick "Edit Connection" in the context menu
# ASSERT: connection wizard shows up
# EXEC: update the server url to point to the new IP address of the cdk
# EXEC: hit "Finish"
Result:
The explorer still shows the old project and resources. You have to manually hit
"Refresh" for it to replace the initially present project and it's children
by the new project (which is by default "My Project", the default project)