OpenDaylight AbstractBindingAwareConsumer is deprecated - opendaylight

I am writing a plugin for OpenDaylight and I saw that in Helium release the AbstractBindingAwareConsumer or AbstractBindingAwareProducer are deprecated.
Does someone know why is this and what should I use instead ?
Thank you

Related

Opendaylight Integration with gns3

Does anyone tell me the proper integration of opendaylight with GNS3
Actually, I want to enable NETCONF in switch for that I use GNS3 but unable to find any proper document for GNS3 integration with opendaylight.
I will recommend that you check the videos by David Bombal on youtube or on Udemy. They provide great resource to integrate Opendaylight with GNS3.
Although I don't know what your project is all about, why not try using RYU controller instead?
I find RYU controller easire to use because of its use of python.

A lot of classes are missing after upgrading reactor-netty from 0.7.x to 0.8.x. Do we have a document explaining the upgrade process?

I am trying to upgrade spring boot and it looks like reactor-netty have removed reactor.ipc package with all it's classes.
I am trying to find a document/pointers which can help me understand what is the new equivalent for reactor.ipc package.
I looked at: https://github.com/reactor/reactor-netty/releases for what's new section for 0.8.0 release(which actually removed these classes/package), but there is no link available.
I would appreciate if there is a doc or some note which can help in the transition for 0.7.x to 0.8.x release.

Missing config features on Opendayligth Rest API

I am using the YangUI on the REST API of ODL(Oxygen Release) and I want to use the config features of opendaylight-inventory but I can only see the operational ones. Like this.
¿What can be the problem?
I have solved installing the same features on a previous ODL release. I don't know why but I can't see config features on Oxygen.

sonar.profile is deprecated for 4.5.4 Sonarqube

I am using sonarqube 4.5.4,and hence the sonar.profile is deprecated for the sonar version of 4.5.4,Please suggest what alternative tag can be used for the same.
Regards,
Namratha
There's no replacement for this property. Instead, make your project-profile associations via the UI.

How to configure SSL with commons-httpclient-4.0.3

I'm unable to find any documentation on Apache commons-httpclient version 4.0.3. I'm deploying something in someone else's JVM and I'm stuck with the versions of libraries that they provide.
In particular, I need to configure SSL for httpclient. Does anyone know how to do this or where I can find some decent documentation?
Found an example in their svn repository:
http://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0.3/httpclient/src/examples/org/apache/http/examples/client/ClientCustomSSL.java

Resources