From: Tom Pantelis Date: Fri, 13 Apr 2018 23:19:10 +0000 (-0400) Subject: Use ControllerContext non-statically X-Git-Tag: release/fluorine~93 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=cb1d2f74b370c16357af975a136e687fba3303e6;hp=cb1d2f74b370c16357af975a136e687fba3303e6;p=netconf.git Use ControllerContext non-statically This is a preliminary patch for removing the web.xml and converting to the new programmtic web API which will allow us to remove the static instances that bridge between the web-instantiated and blueprint-instanriated components. First up is the ControllerContext - this patch keeps the static instance temporarily for the RestconfApplication but converts the rest of the code to inject the ControllerContext instance and reference it non-statically. This patch touches a lot of files but most are UTs. Change-Id: I08e2ee24e518c01bb1d5fdb5796abd9354dccfa2 Signed-off-by: Tom Pantelis ---