Difference between revisions of "1.0.5 Release Notes"

From GCube System
Jump to: navigation, search
(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...)
 
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 methods (since <code>1.0.3</code>).
+
:* <code>org.gcube.common.core.informationsystem.notifier.ISNotifier</code> 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>

Revision as of 16:39, 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 has been modified to remove the following deprecated (since 1.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