diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2023-09-15 12:02:35 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2023-09-20 10:46:37 +0100 |
commit | efc557762eac3b75c770159a9ceb9d967d5f7a3c (patch) | |
tree | 9fd2d59abe04f356ecd8aa6b99a06c0bff2ee656 /docs/release-notes.rst | |
parent | 2dac693692a44452ef7c5a1656caddf12403113b (diff) |
Use YangParserFactory to generate schema context
This is presented as a fix for ClassDefNotFoundErrors
from opendaylight yang parser
Issue-ID: CPS-1866
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: If2d1a8f0319cad0a9517ea3652446e2e43f51fd4
Diffstat (limited to 'docs/release-notes.rst')
-rwxr-xr-x | docs/release-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 013617a815..cd7ea80505 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -39,6 +39,7 @@ Release Data Bug Fixes --------- 3.3.7 + - `CPS-1866 <https://jira.onap.org/browse/CPS-1866>`_ Fix ClassDefNotFoundError in opendaylight Yang parser Features -------- |