Use on-demand component activation 94/101294/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 25 May 2022 14:53:23 +0000 (16:53 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 25 May 2022 14:53:23 +0000 (16:53 +0200)
commit93f5affa4bfad369f4a81255cb7518d460c44189
tree21bd47b1c623ab50588faa1b4fcbbdf8ad2ea663
parent415dfd816cdbefe5088ee62046f372690ab89aa7
Use on-demand component activation

SCR provides for a way to activate components on-demand, so they end up
being dormant when not used. Take advantage of this and also lower the
amount of logging we perform during activation/deactivation.

Change-Id: I3bbdc6bf1d6e20b7e9440f3e3c62b075aa826bbc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
data/yang-data-tree-ri/src/main/java/org/opendaylight/yangtools/yang/data/tree/impl/di/InMemoryDataTreeFactory.java
parser/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/impl/DefaultYangParserFactory.java
xpath/yang-xpath-impl/src/main/java/org/opendaylight/yangtools/yang/xpath/impl/AntlrXPathParserFactory.java
xpath/yang-xpath-impl/src/main/java/org/opendaylight/yangtools/yang/xpath/impl/package-info.java