Separate out RPC input/output codecs 38/99838/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 22 Feb 2022 11:09:56 +0000 (12:09 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 22 Feb 2022 13:45:53 +0000 (14:45 +0100)
commit7f1cd0306b107bf71ee931af676e82d8d2366352
treeed0e69017372bf78a0bcb11b5dd8a578c4dae1bd
parent8b1e58079a50002c89bf6b5f8cc6f585f23abead
Separate out RPC input/output codecs

This partially reverts 7a17eba49deb73733bdbb9579d2edd672bb0d71e, as
leads to false sharing and corresponding problems with invalid
InstanceIdentifiers not being caught.

JIRA: MDSAL-724
Change-Id: I0ddf62efffb23e793b6727e0afcf50303f7aea74
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/SchemaRootCodecContext.java
binding/mdsal-binding-dom-codec/src/test/java/org/opendaylight/mdsal/binding/dom/codec/impl/Mdsal724Test.java [new file with mode: 0644]