]
Andre Dietisheim closed JBIDE-25818.
------------------------------------
PR was verified via ITests. Closing.
Adapt to new (incompatible) API in
openshift-restclient-java/IResource#getNamespace
-----------------------------------------------------------------------------------
Key: JBIDE-25818
URL:
https://issues.jboss.org/browse/JBIDE-25818
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.AM3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Blocker
Labels: openshift-restclient-java
Fix For: 4.5.3.AM3
In [openshift-restclient-java
#322|https://github.com/openshift/openshift-restclient-java/pull/322] IResource was
changed to return INamespace rather than then name of the namespace. The original
functionality is still available as IResource#getNamespaceName.
We have to adapt to this change in order to consume the latest openshift-restclient-java
version.