We are trying to upgrade to 5.8.0 and found out that we can not use a namespaced instance of CuratorFramework together with CuratorCache. CuratorCacheImpl uses PersistentWatcher internally that calls client.getCuratorListenable() which is hardcoded to throw an exception in NamespaceFacade.
Is this intentional or a regression?