Update git submodules
authorTom Pantelis <tompantelis@gmail.com>
Fri, 13 Apr 2018 23:19:10 +0000 (19:19 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 19 Apr 2018 09:28:41 +0000 (09:28 +0000)
commitaa5d08e550a13bbe5b0e96380d69ad43103fdf63
treedf7b572a2922c710f5a5638534ed75bec7bf4039
parent80aa0c8857cdc997d3122b6df83f4e6e9aac979b
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to cb1d2f74b370c16357af975a136e687fba3303e6
  - 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 <tompantelis@gmail.com>
docs/submodules/netconf