Unblock the Aluminium Auto relase from Netvirt project
Issue:
=====
Due to recent changes in GENIUS resource batching manager
modules[0] netvirt build is getting failed sue to absence
of new changes in netvirt project.
[0]https://git.opendaylight.org/gerrit/c/genius/+/85415
Jenkins Build:
https://jenkins.opendaylight.org/releng/job/autorelease-release-aluminium-mvn35-openjdk11/163/
Solution:
========
Have changed the appropriate fix to solve this issue from
netvirt application side.
Old Code:
Change-Id: I7579a6474c9e6b21f28090af3010f727fd1f3ebf
---------
BlockingQueue<ActionableResource>
New Code:
---------
BlockingQueue<ActionableResource<?>>
Change-Id: Icbd6716cf051180da35517aa3df5b9bb3df071f8
Signed-off-by: Karthikeyan Krishnan <karthikeyangceb007@gmail.com>