Fix SslHandler indirection 11/110111/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 31 Jan 2024 22:38:32 +0000 (23:38 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 1 Feb 2024 10:25:17 +0000 (10:25 +0000)
commit5a9708a6db33652fde445a22aa593df3715f51a1
tree95d699baa6f74c8f4f5afdef46d89bc02a358eb1
parentabb7dc0724a257ab8bac8f4d523c2ec24186decf
Fix SslHandler indirection

We should be binding the factory at configuration time, not when it is
actually needed.

JIRA: NETCONF-1243
Change-Id: I36854bfab82a9d240cc641b5eb525b396215901a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
apps/netconf-topology/src/main/java/org/opendaylight/netconf/topology/spi/NetconfClientConfigurationBuilderFactoryImpl.java
apps/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfClientConfigurationBuilderFactoryImplTest.java