Hi, As a part of https://bugs.opendaylight.org/show_bug.cgi?id=4117, there are several gerrits that are pending https://git.opendaylight.org/gerrit/#/q/status:open+project:openflowplugin+branch:master+topic:BUG-4117
Its supposed to be an application that makes use of the old notification Thanks Shuva From: Tom Pantelis [mailto:[email protected]] Sent: Monday, May 16, 2016 11:48 PM To: Shuva Jyoti Kar Cc: [email protected]; Abhijit Kumbhare; Anil Vishnoi; Jozef Bacigal -X (jbacigal - PANTHEON TECHNOLOGIES at Cisco) Subject: Re: [openflowplugin-dev] old-notification-supplier Are you sure we're referring to the same thing? The OldNotifModule does not do anything: @Override public java.lang.AutoCloseable createInstance() { LOG.info("OldNotificationSupplier module initialization."); LOG.warn("OldNotificationSupplier module is marked like DEPRECATED. Modul could supplie old notification only for lithium release."); final OldNotifProviderConfig config = createConfig(); return null; } On Mon, May 16, 2016 at 1:48 PM, Shuva Jyoti Kar <[email protected]<mailto:[email protected]>> wrote: Hey Tom, Been really late in replying to it , we will be requiring it to provide backward compatibility to all the applications requiring yang notifications for backward compatibility. Thanks Shuva From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of Tom Pantelis Sent: Friday, May 13, 2016 7:35 PM To: [email protected]<mailto:[email protected]> Subject: [openflowplugin-dev] old-notification-supplier Hello, The old-notification-supplier for the lithium plugin is deprecated - OldNotifModule.createInstance returns null with warning "OldNotificationSupplier module is marked like DEPRECATED. Modul could supplie old notification only for lithium release." Is it OK to remove this bundle at this point? Tom
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
