1.0.5 Release Notes
From GCube System
gCore 1.0.5
introduces the following changes:
Changes Related to the gHN
- new versions of Local Services and Libraries:
- the ISNotification library has been changed to remove deprecated methods.
Changes Related to Services
-
org.gcube.common.core.informationsystem.notifier.ISNotifier
interface has been modified to remove the following deprecated (since1.0.3
) methods:
-
public <T extends BaseNotificationConsumer> void registerToISNotification(List<QName> notifications, T consumer, GCUBESecurityManager manager, GCUBEScope ... scope) throws ISNotifierException
-
public void unregisterFromISNotification(List<QName> notifications, GCUBESecurityManager manager, GCUBEScope ... scope) throws ISNotifierException
-
-