Move ErrorTags 37/108537/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 20 Oct 2023 12:44:02 +0000 (14:44 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 20 Oct 2023 14:47:49 +0000 (16:47 +0200)
commit01e4f90330033c550d31b9628c1df1f7268a18f5
treee21c9bb515d12515bd19c4ca99b29c5c12934742
parentbe97ed185f9cfcff69230515c314090f42ea38cd
Move ErrorTags

ErrorTags is primarily a JAX-RS mapping utility, move it to restconf-nb
to hide it from the outside world.

JIRA: NETCONF-773
Change-Id: I3fc5f4022da40a8fc536a7e9d6ec965344c1223f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-common/src/test/java/org/opendaylight/restconf/common/ErrorTagsTest.java [deleted file]
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/errors/RestconfDocumentedExceptionMapper.java
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/legacy/ErrorTags.java [moved from restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/ErrorTags.java with 93% similarity]
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifier.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/legacy/ErrorTagsTest.java [new file with mode: 0644]
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifierTest.java