Difference between revisions of "1.0.5 Release Notes"
From GCube System
Manuele.simi (Talk | contribs) (New page: gCore <code>1.0.5</code> introduces the following changes: ====Changes Related to the gHN==== :* ''new versions of Local Services and Libraries'': ::* the ISNotification library has bee...) |
Manuele.simi (Talk | contribs) (→Changes Related to Services) |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
====Changes Related to Services ==== | ====Changes Related to Services ==== | ||
− | :* <code>org.gcube.common.core.informationsystem.notifier.ISNotifier</code> has been modified to remove deprecated | + | :* <code>org.gcube.common.core.informationsystem.notifier.ISNotifier</code> interface has been modified to remove the following deprecated (since <code>1.0.3</code>) methods: |
+ | ::* <code>public <T extends BaseNotificationConsumer> void registerToISNotification(List<QName> notifications, T consumer, GCUBESecurityManager manager, GCUBEScope ... scope) throws ISNotifierException</code> | ||
+ | ::* <code>public void unregisterFromISNotification(List<QName> notifications, GCUBESecurityManager manager, GCUBEScope ... scope) throws ISNotifierException</code> |
Latest revision as of 15:41, 26 November 2010
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
-
-