Do not use BindingReflections.findQName() 82/109382/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 19 Dec 2023 08:41:06 +0000 (09:41 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 19 Dec 2023 08:42:09 +0000 (09:42 +0100)
commit77d4d3fb01c2164be405b683d2df7f9662884e2c
treeaa264e502825383c0047e6dc313f9c6aa7dcfe0d
parentb5003ab6369181853c830608d40a07c80485a82f
Do not use BindingReflections.findQName()

Use BindingRuntimeTypes to resolve the RuntimeType for both actions and
notifications, removing the need to use BindingReflections.findQName().

JIRA: MDSAL-781
Change-Id: Ic49189377a53d35367f0c4dcfac27b28bb6c77e8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-adapter/src/main/java/module-info.java
binding/mdsal-binding-dom-adapter/src/main/java/org/opendaylight/mdsal/binding/dom/adapter/CurrentAdapterSerializer.java