Split Restconf implementations (draft02 and RFC) - Prepare modules 02/62602/11
authorJakub Toth <jakub.toth@pantheon.tech>
Mon, 4 Sep 2017 08:15:10 +0000 (10:15 +0200)
committerJakub Toth <jakub.toth@pantheon.tech>
Tue, 12 Sep 2017 20:45:08 +0000 (22:45 +0200)
  * rename sal-rest-connector module to restconf-nb-bierman02
  * prepared new module restconf-nb-rfc8040

Change-Id: I401a7fc595251dfd2ae08074096a4a16707c6527
Signed-off-by: Jakub Toth <jakub.toth@pantheon.tech>
551 files changed:
features/restconf/odl-restconf-noauth/pom.xml
restconf/pom.xml
restconf/restconf-artifacts/pom.xml
restconf/restconf-common-models/pom.xml [new file with mode: 0644]
restconf/restconf-common-models/src/main/yang/instance-identifier-patch-module.yang [moved from restconf/sal-rest-connector/src/main/yang/instance-identifier-patch-module.yang with 100% similarity]
restconf/restconf-common-models/src/main/yang/opendaylight-md-sal-remote.yang [moved from restconf/sal-rest-connector/src/main/yang/opendaylight-md-sal-remote.yang with 100% similarity]
restconf/restconf-common-models/src/main/yang/sal-remote-augment.yang [moved from restconf/sal-rest-connector/src/main/yang/sal-remote-augment.yang with 100% similarity]
restconf/restconf-common-models/src/main/yang/subscribe-to-notification.yang [moved from restconf/sal-rest-connector/src/main/yang/subscribe-to-notification.yang with 100% similarity]
restconf/restconf-models/ietf-restconf-monitoring/pom.xml [moved from restconf/models/ietf-restconf-monitoring/pom.xml with 100% similarity]
restconf/restconf-models/ietf-restconf-monitoring/src/main/yang/ietf-restconf-monitoring@2017-01-26.yang [moved from restconf/models/ietf-restconf-monitoring/src/main/yang/ietf-restconf-monitoring@2017-01-26.yang with 100% similarity]
restconf/restconf-models/ietf-restconf/pom.xml [moved from restconf/models/ietf-restconf/pom.xml with 100% similarity]
restconf/restconf-models/ietf-restconf/src/main/yang/ietf-restconf@2017-01-26.yang [moved from restconf/models/ietf-restconf/src/main/yang/ietf-restconf@2017-01-26.yang with 100% similarity]
restconf/restconf-models/ietf-yang-library/pom.xml [moved from restconf/models/ietf-yang-library/pom.xml with 100% similarity]
restconf/restconf-models/ietf-yang-library/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/yang/library/rev160621/module/list/CommonLeafsRevisionBuilder.java [moved from restconf/models/ietf-yang-library/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/yang/library/rev160621/module/list/CommonLeafsRevisionBuilder.java with 100% similarity]
restconf/restconf-models/ietf-yang-library/src/main/yang/ietf-yang-library@2016-06-21.yang [moved from restconf/models/ietf-yang-library/src/main/yang/ietf-yang-library@2016-06-21.yang with 100% similarity]
restconf/restconf-models/pom.xml [moved from restconf/models/pom.xml with 100% similarity]
restconf/restconf-nb-bierman02/pom.xml [moved from restconf/sal-rest-connector/pom.xml with 97% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/md/sal/rest/common/RestconfValidationUtils.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/md/sal/rest/common/RestconfValidationUtils.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaExportContentYangBodyWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaExportContentYangBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaExportContentYinBodyWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaExportContentYinBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaExportContext.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaExportContext.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaRetrievalService.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaRetrievalService.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaRetrievalServiceImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/md/sal/rest/schema/SchemaRetrievalServiceImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/api/Draft02.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/api/Draft02.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/api/RestConnector.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/api/RestConnector.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/api/RestconfConstants.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/api/RestconfConstants.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/api/RestconfNormalizedNodeWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/api/RestconfNormalizedNodeWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/api/RestconfService.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/api/RestconfService.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/api/package-info.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/api/package-info.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/AbstractIdentifierAwareJaxRsProvider.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/AbstractIdentifierAwareJaxRsProvider.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/DepthAwareNormalizedNodeWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/DepthAwareNormalizedNodeWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/JsonNormalizedNodeBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/JsonNormalizedNodeBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/JsonToPatchBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/JsonToPatchBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/NormalizedNodeJsonBodyWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/NormalizedNodeJsonBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/NormalizedNodeXmlBodyWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/NormalizedNodeXmlBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/Patch.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/Patch.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/PatchJsonBodyWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/PatchJsonBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/PatchXmlBodyWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/PatchXmlBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfApplication.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfApplication.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfCompositeWrapper.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfCompositeWrapper.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfDelegatingNormalizedNodeWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfDelegatingNormalizedNodeWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfDocumentedExceptionMapper.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfDocumentedExceptionMapper.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/StringModuleInstanceIdentifierCodec.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/StringModuleInstanceIdentifierCodec.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/UnsupportedFormatException.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/UnsupportedFormatException.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/XmlNormalizedNodeBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/XmlNormalizedNodeBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/XmlToPatchBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/XmlToPatchBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/package-info.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/package-info.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/api/JSONRestconfService.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/api/JSONRestconfService.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/BatchedExistenceCheck.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/BatchedExistenceCheck.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/BrokerFacade.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/BrokerFacade.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/ControllerContext.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/ControllerContext.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeContainerSchemaNode.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeContainerSchemaNode.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeImportedModule.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeImportedModule.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeLeafSchemaNode.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeLeafSchemaNode.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeModuleImport.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeModuleImport.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeRestconfModule.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/FakeRestconfModule.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/IdentityValuesDTO.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/IdentityValuesDTO.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/InstanceIdentifierContext.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/InstanceIdentifierContext.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/JSONRestconfServiceDraft18.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/JSONRestconfServiceDraft18.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/JSONRestconfServiceImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/JSONRestconfServiceImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/NormalizedDataPrunner.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/NormalizedDataPrunner.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/NormalizedNodeContext.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/NormalizedNodeContext.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchContext.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchContext.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchEditOperation.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchEditOperation.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchEntity.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchEntity.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchStatusContext.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchStatusContext.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchStatusEntity.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchStatusEntity.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PutResult.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PutResult.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/QueryParametersParser.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/QueryParametersParser.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestCodec.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestCodec.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfDocumentedException.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfDocumentedException.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfError.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfError.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfProviderImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfProviderImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/StatisticsRestconfServiceWrapper.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/StatisticsRestconfServiceWrapper.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/WriterParameters.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/WriterParameters.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Config.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Config.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Delete.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Delete.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Get.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Get.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Operational.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Operational.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Post.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Post.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Put.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Put.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/RestConnectorRuntimeMXBean.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/RestConnectorRuntimeMXBean.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Rpcs.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/Rpcs.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/package-info.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/jmx/package-info.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/package-info.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/package-info.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/AbstractCommonSubscriber.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/AbstractCommonSubscriber.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/AbstractNotificationsData.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/AbstractNotificationsData.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/AbstractQueryParams.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/AbstractQueryParams.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/BaseListenerInterface.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/BaseListenerInterface.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/Event.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/Event.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/EventBusChangeRecorder.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/EventBusChangeRecorder.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/EventType.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/EventType.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/ListenerAdapter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/ListenerAdapter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/NotificationListenerAdapter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/NotificationListenerAdapter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/listeners/Notificator.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/listeners/Notificator.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/websockets/WebSocketServer.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/websockets/WebSocketServer.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/websockets/WebSocketServerHandler.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/websockets/WebSocketServerHandler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/websockets/WebSocketServerInitializer.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/websockets/WebSocketServerInitializer.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/RestConnectorProvider.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/RestConnectorProvider.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/RestconfApplication.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/RestconfApplication.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/Rfc8040.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/Rfc8040.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/api/BaseServicesWrapper.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/api/BaseServicesWrapper.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/api/RestconfOperationsService.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/api/RestconfOperationsService.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/api/RestconfSchemaService.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/api/RestconfSchemaService.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/api/RestconfService.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/api/RestconfService.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/FakeContainerSchemaNode.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/impl/FakeContainerSchemaNode.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/FakeImportedModule.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/impl/FakeImportedModule.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/FakeLeafSchemaNode.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/impl/FakeLeafSchemaNode.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/FakeModuleImport.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/impl/FakeModuleImport.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/FakeRestconfModule.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/impl/FakeRestconfModule.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/RestconfImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/impl/RestconfImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/RestconfOperationsServiceImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/impl/RestconfOperationsServiceImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/RestconfSchemaServiceImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/base/services/impl/RestconfSchemaServiceImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/common/references/SchemaContextRef.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/common/references/SchemaContextRef.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/common/wrapper/services/ServicesWrapperImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/common/wrapper/services/ServicesWrapperImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/DOMDataBrokerHandler.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/handlers/DOMDataBrokerHandler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/DOMMountPointServiceHandler.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/handlers/DOMMountPointServiceHandler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/Handler.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/handlers/Handler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/NotificationServiceHandler.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/handlers/NotificationServiceHandler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/RpcServiceHandler.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/handlers/RpcServiceHandler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/SchemaContextHandler.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/handlers/SchemaContextHandler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/SchemaContextListenerHandler.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/handlers/SchemaContextListenerHandler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/TransactionChainHandler.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/handlers/TransactionChainHandler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/AbstractIdentifierAwareJaxRsProvider.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/AbstractIdentifierAwareJaxRsProvider.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/AbstractNormalizedNodeBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/AbstractNormalizedNodeBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/AbstractToPatchBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/AbstractToPatchBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/JsonNormalizedNodeBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/JsonNormalizedNodeBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/JsonToPatchBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/JsonToPatchBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/NormalizedNodeJsonBodyWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/NormalizedNodeJsonBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/NormalizedNodeXmlBodyWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/NormalizedNodeXmlBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/ParameterAwareNormalizedNodeWriter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/ParameterAwareNormalizedNodeWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/StringModuleInstanceIdentifierCodec.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/StringModuleInstanceIdentifierCodec.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/XmlNormalizedNodeBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/XmlNormalizedNodeBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/jersey/providers/XmlToPatchBodyReader.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/jersey/providers/XmlToPatchBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/parser/IdentifierCodec.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/parser/IdentifierCodec.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/parser/builder/YangInstanceIdentifierDeserializer.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/parser/builder/YangInstanceIdentifierDeserializer.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/parser/builder/YangInstanceIdentifierSerializer.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/parser/builder/YangInstanceIdentifierSerializer.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfInvokeOperationsService.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfInvokeOperationsService.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfStreamsSubscriptionService.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfStreamsSubscriptionService.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/api/TransactionServicesWrapper.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/api/TransactionServicesWrapper.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/impl/RestconfDataServiceImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/impl/RestconfDataServiceImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/impl/RestconfInvokeOperationsServiceImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/impl/RestconfInvokeOperationsServiceImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/impl/RestconfStreamsSubscriptionServiceImpl.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/impl/RestconfStreamsSubscriptionServiceImpl.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/transaction/TransactionVarsWrapper.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/transaction/TransactionVarsWrapper.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/CreateStreamUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/CreateStreamUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/DeleteDataTransactionUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/DeleteDataTransactionUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/FutureCallbackTx.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/FutureCallbackTx.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/FutureDataFactory.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/FutureDataFactory.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/NormalizedNodeFactory.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/NormalizedNodeFactory.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/ParametersUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/ParametersUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/PatchDataTransactionUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/PatchDataTransactionUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/PostDataTransactionUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/PostDataTransactionUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/PutDataTransactionUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/PutDataTransactionUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/ReadDataTransactionUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/ReadDataTransactionUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/ResolveEnumUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/ResolveEnumUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/ResponseFactory.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/ResponseFactory.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/RestconfDataServiceConstant.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/RestconfDataServiceConstant.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/RestconfInvokeOperationsUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/RestconfInvokeOperationsUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/RestconfStreamsConstants.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/RestconfStreamsConstants.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/RpcResultFactory.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/RpcResultFactory.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/SubscribeToStreamUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/SubscribeToStreamUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/utils/TransactionUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/utils/TransactionUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/utils/RestconfConstants.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/RestconfConstants.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/utils/mapping/RestconfMappingNodeConstants.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/mapping/RestconfMappingNodeConstants.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/utils/mapping/RestconfMappingNodeUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/mapping/RestconfMappingNodeUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/utils/mapping/RestconfMappingStreamConstants.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/mapping/RestconfMappingStreamConstants.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/utils/parser/ParserFieldsParameter.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/parser/ParserFieldsParameter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/utils/parser/ParserIdentifier.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/parser/ParserIdentifier.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/utils/parser/builder/ParserBuilderConstants.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/parser/builder/ParserBuilderConstants.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/utils/schema/context/RestconfSchemaUtil.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/schema/context/RestconfSchemaUtil.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/utils/validation/RestconfValidation.java [moved from restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/validation/RestconfValidation.java with 100% similarity]
restconf/restconf-nb-bierman02/src/main/resources/WEB-INF/web.xml [moved from restconf/sal-rest-connector/src/main/resources/WEB-INF/web.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/main/resources/org/opendaylight/blueprint/restconf-config.xml [moved from restconf/sal-rest-connector/src/main/resources/org/opendaylight/blueprint/restconf-config.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/md/sal/rest/common/TestRestconfUtils.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/md/sal/rest/common/TestRestconfUtils.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/InstanceIdentifierTypeLeafTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/InstanceIdentifierTypeLeafTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/AbstractBodyReaderTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/AbstractBodyReaderTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonBodyReader.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonBodyReaderMountPoint.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonBodyReaderMountPoint.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonBodyWriter.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonPatchBodyReader.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonPatchBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonPatchBodyReaderMountPoint.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonPatchBodyReaderMountPoint.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlBodyReader.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlBodyReaderMountPoint.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlBodyReaderMountPoint.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlBodyWriter.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlBodyWriter.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlPatchBodyReader.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlPatchBodyReader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlPatchBodyReaderMountPoint.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestXmlPatchBodyReaderMountPoint.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonBasicDataTypesTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonBasicDataTypesTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonIdentityrefTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonIdentityrefTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonWithDataFromSeveralModulesTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonWithDataFromSeveralModulesTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/input/to/cnsn/test/RestPutListDataTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/input/to/cnsn/test/RestPutListDataTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonIdentityrefToNnTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonIdentityrefToNnTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonLeafrefToNnTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonLeafrefToNnTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonToNnTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonToNnTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/json/test/NnJsonChoiceCaseTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/json/test/NnJsonChoiceCaseTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/json/test/NnToJsonLeafrefType.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/json/test/NnToJsonLeafrefType.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/json/test/NnToJsonWithAugmentTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/json/test/NnToJsonWithAugmentTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnInstanceIdentifierToXmlTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnInstanceIdentifierToXmlTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnToXmlTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnToXmlTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnToXmlWithChoiceTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnToXmlWithChoiceTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnToXmlWithDataFromSeveralModulesTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnToXmlWithDataFromSeveralModulesTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/BrokerFacadeTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/BrokerFacadeTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug3595Test.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug3595Test.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug8072Test.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug8072Test.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/CnSnToXmlAndJsonInstanceIdentifierTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/CnSnToXmlAndJsonInstanceIdentifierTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/CodecsExceptionsCatchingTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/CodecsExceptionsCatchingTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/CutDataToCorrectDepthTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/CutDataToCorrectDepthTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyFuture.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyFuture.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyRpcResult.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyRpcResult.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyType.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyType.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/ExpressionParserTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/ExpressionParserTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/InvokeRpcMethodTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/InvokeRpcMethodTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/JSONRestconfServiceDraft18Test.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/JSONRestconfServiceDraft18Test.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/JSONRestconfServiceImplTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/JSONRestconfServiceImplTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/MediaTypesTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/MediaTypesTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/NormalizeNodeTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/NormalizeNodeTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestCodecExceptionsTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestCodecExceptionsTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestDeleteOperationTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestDeleteOperationTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetAugmentedElementWhenEqualNamesTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetAugmentedElementWhenEqualNamesTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetOperationTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetOperationTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestOperationUtils.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestOperationUtils.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestPostOperationTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestPostOperationTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestPutConfigTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestPutConfigTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestPutOperationTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestPutOperationTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfDocumentedExceptionMapperTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfDocumentedExceptionMapperTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfErrorTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfErrorTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfImplNotificationSubscribingTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfImplNotificationSubscribingTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfImplTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfImplTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/TestUtils.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/TestUtils.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/URIParametersParsing.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/URIParametersParsing.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/URITest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/URITest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/XmlAndJsonToCnSnInstanceIdentifierTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/XmlAndJsonToCnSnInstanceIdentifierTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/XmlAndJsonToCnSnLeafRefTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/XmlAndJsonToCnSnLeafRefTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/YangAndXmlAndDataSchemaLoader.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/YangAndXmlAndDataSchemaLoader.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/websockets/client/IClientMessageCallback.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/websockets/client/IClientMessageCallback.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/websockets/client/WebSocketClient.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/websockets/client/WebSocketClient.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/websockets/client/WebSocketClientHandler.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/websockets/client/WebSocketClientHandler.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/websockets/test/RestStreamTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/websockets/test/RestStreamTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/xml/to/cnsn/test/XmlAugmentedElementToCnSnTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/xml/to/cnsn/test/XmlAugmentedElementToCnSnTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/xml/to/cnsn/test/XmlToCnSnTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/xml/to/cnsn/test/XmlToCnSnTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/netconf/sal/rest/impl/DepthAwareNormalizedNodeWriterTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/netconf/sal/rest/impl/DepthAwareNormalizedNodeWriterTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/netconf/sal/restconf/impl/InstanceIdentifierCodecImplTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/netconf/sal/restconf/impl/InstanceIdentifierCodecImplTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/netconf/sal/streams/listeners/NotificationListenerTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/netconf/sal/streams/listeners/NotificationListenerTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/RestConnectorProviderTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/RestConnectorProviderTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/base/services/impl/RestconfImplTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/base/services/impl/RestconfImplTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/base/services/impl/RestconfOperationsServiceTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/base/services/impl/RestconfOperationsServiceTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/base/services/impl/RestconfSchemaServiceTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/base/services/impl/RestconfSchemaServiceTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/handlers/SchemaContextHandlerTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/handlers/SchemaContextHandlerTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/AbstractBodyReaderTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/AbstractBodyReaderTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/JsonBodyReaderTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/JsonBodyReaderTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/JsonPatchBodyReaderMountPointTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/JsonPatchBodyReaderMountPointTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/JsonPatchBodyReaderTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/JsonPatchBodyReaderTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/ParameterAwareNormalizedNodeWriterDepthTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/ParameterAwareNormalizedNodeWriterDepthTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/ParameterAwareNormalizedNodeWriterFieldsTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/ParameterAwareNormalizedNodeWriterFieldsTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/ParameterAwareNormalizedNodeWriterParametersTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/ParameterAwareNormalizedNodeWriterParametersTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/XmlBodyReaderMountPointTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/XmlBodyReaderMountPointTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/XmlBodyReaderTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/XmlBodyReaderTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/XmlPatchBodyReaderMountPointTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/XmlPatchBodyReaderMountPointTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/XmlPatchBodyReaderTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/jersey/providers/XmlPatchBodyReaderTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/parser/IdentifierCodecTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/parser/IdentifierCodecTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/parser/builder/YangInstanceIdentifierDeserializerTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/parser/builder/YangInstanceIdentifierDeserializerTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/parser/builder/YangInstanceIdentifierSerializerTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/parser/builder/YangInstanceIdentifierSerializerTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/services/impl/RestconfDataServiceImplTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/services/impl/RestconfDataServiceImplTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/services/impl/RestconfInvokeOperationsServiceImplTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/services/impl/RestconfInvokeOperationsServiceImplTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/services/impl/RestconfStreamsSubscriptionServiceImplTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/services/impl/RestconfStreamsSubscriptionServiceImplTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/CreateStreamUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/utils/CreateStreamUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/DeleteDataTransactionUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/utils/DeleteDataTransactionUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/ParametersUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/utils/ParametersUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/PatchDataTransactionUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/utils/PatchDataTransactionUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/PostDataTransactionUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/utils/PostDataTransactionUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/PutDataTransactionUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/utils/PutDataTransactionUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/ReadDataTransactionUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/utils/ReadDataTransactionUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/RestconfInvokeOperationsUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/utils/RestconfInvokeOperationsUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/TestData.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/restful/utils/TestData.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/utils/mapping/RestconfMappingNodeUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/utils/mapping/RestconfMappingNodeUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/utils/parser/ParserFieldsParameterTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/utils/parser/ParserFieldsParameterTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/utils/parser/ParserIdentifierTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/utils/parser/ParserIdentifierTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/utils/schema/context/RestconfSchemaUtilTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/utils/schema/context/RestconfSchemaUtilTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/utils/validation/RestconfValidationTest.java [moved from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/utils/validation/RestconfValidationTest.java with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/common/augment/json/dataa.json [moved from restconf/sal-rest-connector/src/test/resources/common/augment/json/dataa.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/common/augment/json/datab.json [moved from restconf/sal-rest-connector/src/test/resources/common/augment/json/datab.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/common/augment/xml/dataa.xml [moved from restconf/sal-rest-connector/src/test/resources/common/augment/xml/dataa.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/common/augment/xml/datab.xml [moved from restconf/sal-rest-connector/src/test/resources/common/augment/xml/datab.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/common/augment/yang/augment-main-a.yang [moved from restconf/sal-rest-connector/src/test/resources/common/augment/yang/augment-main-a.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/common/augment/yang/augment-main-b.yang [moved from restconf/sal-rest-connector/src/test/resources/common/augment/yang/augment-main-b.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/common/augment/yang/main.yang [moved from restconf/sal-rest-connector/src/test/resources/common/augment/yang/main.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/datastore-and-scope-specification/opendaylight-inventory.yang [moved from restconf/sal-rest-connector/src/test/resources/datastore-and-scope-specification/opendaylight-inventory.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/datastore-and-scope-specification/sal-remote-augment.yang [moved from restconf/sal-rest-connector/src/test/resources/datastore-and-scope-specification/sal-remote-augment.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/datastore-and-scope-specification/sal-remote@2014-01-14.yang [moved from restconf/sal-rest-connector/src/test/resources/datastore-and-scope-specification/sal-remote@2014-01-14.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/decoding-exception/yang/number.yang [moved from restconf/sal-rest-connector/src/test/resources/decoding-exception/yang/number.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/equal-data-node-names/equal-name-data-for-container.json [moved from restconf/sal-rest-connector/src/test/resources/equal-data-node-names/equal-name-data-for-container.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/equal-data-node-names/equal-name-data-for-container.xml [moved from restconf/sal-rest-connector/src/test/resources/equal-data-node-names/equal-name-data-for-container.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/equal-data-node-names/equal-name-data-for-leaf.json [moved from restconf/sal-rest-connector/src/test/resources/equal-data-node-names/equal-name-data-for-leaf.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/equal-data-node-names/equal-name-data-for-leaf.xml [moved from restconf/sal-rest-connector/src/test/resources/equal-data-node-names/equal-name-data-for-leaf.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/equal-data-node-names/yang/equal-data-node-names.yang [moved from restconf/sal-rest-connector/src/test/resources/equal-data-node-names/yang/equal-data-node-names.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/foo-xml-test/foo.xml [moved from restconf/sal-rest-connector/src/test/resources/foo-xml-test/foo.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/foo-xml-test/yang/foo.yang [moved from restconf/sal-rest-connector/src/test/resources/foo-xml-test/yang/foo.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/make-toast-rpc-input.json [moved from restconf/sal-rest-connector/src/test/resources/full-versions/make-toast-rpc-input.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/test-data2/data-rpc-input.json [moved from restconf/sal-rest-connector/src/test/resources/full-versions/test-data2/data-rpc-input.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/test-data2/data-rpc-input.xml [moved from restconf/sal-rest-connector/src/test/resources/full-versions/test-data2/data-rpc-input.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/test-data2/data2.xml [moved from restconf/sal-rest-connector/src/test/resources/full-versions/test-data2/data2.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/test-data2/data3.xml [moved from restconf/sal-rest-connector/src/test/resources/full-versions/test-data2/data3.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/test-data2/data4.xml [moved from restconf/sal-rest-connector/src/test/resources/full-versions/test-data2/data4.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/test-data2/data5.xml [moved from restconf/sal-rest-connector/src/test/resources/full-versions/test-data2/data5.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/test-data2/data6.xml [moved from restconf/sal-rest-connector/src/test/resources/full-versions/test-data2/data6.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/test-data2/data7.xml [moved from restconf/sal-rest-connector/src/test/resources/full-versions/test-data2/data7.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/test-module/test-module.yang [moved from restconf/sal-rest-connector/src/test/resources/full-versions/test-module/test-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/testCont1Data.json [moved from restconf/sal-rest-connector/src/test/resources/full-versions/testCont1Data.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/testData.json [moved from restconf/sal-rest-connector/src/test/resources/full-versions/testData.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/testData.xml [moved from restconf/sal-rest-connector/src/test/resources/full-versions/testData.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/ex-vlan.yang [moved from restconf/sal-rest-connector/src/test/resources/full-versions/yangs/ex-vlan.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/iana-if-type.yang [moved from restconf/sal-rest-connector/src/test/resources/full-versions/yangs/iana-if-type.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/ietf-interfaces@2013-07-04.yang [moved from restconf/sal-rest-connector/src/test/resources/full-versions/yangs/ietf-interfaces@2013-07-04.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/ietf-yang-types@2013-05-16.yang [moved from restconf/sal-rest-connector/src/test/resources/full-versions/yangs/ietf-yang-types@2013-05-16.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/sal-remote@2014-01-14.yang [moved from restconf/sal-rest-connector/src/test/resources/full-versions/yangs/sal-remote@2014-01-14.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/simple-nodes.yang [moved from restconf/sal-rest-connector/src/test/resources/full-versions/yangs/simple-nodes.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/subscribe-to-notification.yang [moved from restconf/sal-rest-connector/src/test/resources/full-versions/yangs/subscribe-to-notification.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/toaster.yang [moved from restconf/sal-rest-connector/src/test/resources/full-versions/yangs/toaster.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/iid-value.yang [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/iid-value.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHMergeOperationOnContainer.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsonPATCHMergeOperationOnContainer.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHMergeOperationOnList.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsonPATCHMergeOperationOnList.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHSimpleLeafValue.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsonPATCHSimpleLeafValue.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHdata.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsonPATCHdata.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHdataCompleteTargetInURI.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsonPATCHdataCompleteTargetInURI.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHdataCreateAndDelete.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsonPATCHdataCreateAndDelete.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHdataValueMissing.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsonPATCHdataValueMissing.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHdataValueNotSupported.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsonPATCHdataValueNotSupported.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/json_augment_choice_container.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/json_augment_choice_container.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/json_augment_container.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/json_augment_container.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/json_sub_container.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/json_sub_container.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsondata.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsondata.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsondata_leaf_list.json [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/json/jsondata_leaf_list.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/bug7933.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/bug7933.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlDataFindBarContainer.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlDataFindBarContainer.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlDataFindFooContainer.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlDataFindFooContainer.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlPATCHdata.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlPATCHdata.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlPATCHdataAbsoluteTargetPath.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlPATCHdataAbsoluteTargetPath.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlPATCHdataCompleteTargetInURI.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlPATCHdataCompleteTargetInURI.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlPATCHdataMergeOperationOnContainer.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlPATCHdataMergeOperationOnContainer.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlPATCHdataMergeOperationOnList.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlPATCHdataMergeOperationOnList.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlPATCHdataValueMissing.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlPATCHdataValueMissing.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlPATCHdataValueNotSupported.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlPATCHdataValueNotSupported.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xml_augment_choice_container.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xml_augment_choice_container.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xml_augment_container.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xml_augment_container.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xml_sub_container.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xml_sub_container.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmldata.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmldata.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmldata_leaf_list.xml [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmldata_leaf_list.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/augment-augment-module.yang [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/yang/augment-augment-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/augment-module-leaf-list.yang [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/yang/augment-module-leaf-list.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/augment-module.yang [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/yang/augment-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/bar-module.yang [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/yang/bar-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/foo-module.yang [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/yang/foo-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/instance-identifier-module.yang [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/yang/instance-identifier-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/instance-identifier-patch-module.yang [moved from restconf/sal-rest-connector/src/test/resources/instanceidentifier/yang/instance-identifier-patch-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/invoke-rpc/ietf-inet-types.yang [moved from restconf/sal-rest-connector/src/test/resources/invoke-rpc/ietf-inet-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/invoke-rpc/ietf-restconf-monitoring@2017-01-26.yang [moved from restconf/sal-rest-connector/src/test/resources/invoke-rpc/ietf-restconf-monitoring@2017-01-26.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/invoke-rpc/ietf-yang-library@2016-06-21.yang [moved from restconf/sal-rest-connector/src/test/resources/invoke-rpc/ietf-yang-library@2016-06-21.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/invoke-rpc/ietf-yang-types.yang [moved from restconf/sal-rest-connector/src/test/resources/invoke-rpc/ietf-yang-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/invoke-rpc/invoke-rpc-module.yang [moved from restconf/sal-rest-connector/src/test/resources/invoke-rpc/invoke-rpc-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/invoke-rpc/json/rpc-input.json [moved from restconf/sal-rest-connector/src/test/resources/invoke-rpc/json/rpc-input.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/invoke-rpc/json/rpc-output.json [moved from restconf/sal-rest-connector/src/test/resources/invoke-rpc/json/rpc-output.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/invoke-rpc/xml/rpc-input.xml [moved from restconf/sal-rest-connector/src/test/resources/invoke-rpc/xml/rpc-input.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/invoke-rpc/xml/rpc-output.xml [moved from restconf/sal-rest-connector/src/test/resources/invoke-rpc/xml/rpc-output.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/array-with-null.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/array-with-null.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/empty-data.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/empty-data.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/empty-data1.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/empty-data1.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/identityref/identity-module.yang [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/identityref/identity-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/identityref/identityref-module.yang [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/identityref/identityref-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/identityref/json/data.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/identityref/json/data.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/invalid-uri-character-in-value.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/invalid-uri-character-in-value.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/leafref/augment-leafref-module.yang [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/leafref/augment-leafref-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/leafref/json/data.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/leafref/json/data.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/leafref/leafref-module.yang [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/leafref/leafref-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/multiple-items-in-list.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/multiple-items-in-list.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/multiple-leaflist-items.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/multiple-leaflist-items.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-container-yang/simple-container.yang [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/simple-container-yang/simple-container.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-container.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/simple-container.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list-yang/1/simple-list1.yang [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/simple-list-yang/1/simple-list1.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list-yang/2/simple-list2.yang [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/simple-list-yang/2/simple-list2.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list-yang/3/multiple-items.yang [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/simple-list-yang/3/multiple-items.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list-yang/4/array-with-null.yang [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/simple-list-yang/4/array-with-null.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/simple-list.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/unsupported-json-format.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/unsupported-json-format.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/wrong-top-level1.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/wrong-top-level1.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/wrong-top-level2.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/wrong-top-level2.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/wrong-top-level3.json [moved from restconf/sal-rest-connector/src/test/resources/json-to-nn/wrong-top-level3.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/jukebox/augmented-jukebox@2016-05-05.yang [moved from restconf/sal-rest-connector/src/test/resources/jukebox/augmented-jukebox@2016-05-05.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/jukebox/example-jukebox@2015-04-04.yang [moved from restconf/sal-rest-connector/src/test/resources/jukebox/example-jukebox@2015-04-04.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/jukebox/ietf-inet-types.yang [moved from restconf/sal-rest-connector/src/test/resources/jukebox/ietf-inet-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/jukebox/ietf-restconf-monitoring@2017-01-26.yang [moved from restconf/sal-rest-connector/src/test/resources/jukebox/ietf-restconf-monitoring@2017-01-26.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/jukebox/ietf-yang-library@2016-06-21.yang [moved from restconf/sal-rest-connector/src/test/resources/jukebox/ietf-yang-library@2016-06-21.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/jukebox/ietf-yang-types.yang [moved from restconf/sal-rest-connector/src/test/resources/jukebox/ietf-yang-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/leafref/json/jsondata.json [moved from restconf/sal-rest-connector/src/test/resources/leafref/json/jsondata.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/leafref/xml/xmldata.xml [moved from restconf/sal-rest-connector/src/test/resources/leafref/xml/xmldata.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/leafref/yang/leafref-module.yang [moved from restconf/sal-rest-connector/src/test/resources/leafref/yang/leafref-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/leafref/yang/referenced-module.yang [moved from restconf/sal-rest-connector/src/test/resources/leafref/yang/referenced-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/iana-if-type.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/iana-if-type.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/ietf-inet-types.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/ietf-inet-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/ietf-interfaces@2013-07-04.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/ietf-interfaces@2013-07-04.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/ietf-restconf-monitoring@2017-01-26.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/ietf-restconf-monitoring@2017-01-26.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/ietf-restconf@2013-10-19.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/ietf-restconf@2013-10-19.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/ietf-yang-library@2016-06-21.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/ietf-yang-library@2016-06-21.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/ietf-yang-types.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/ietf-yang-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/module1.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/module1.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/module2.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/module2.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/module3.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/module3.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/iana-if-type.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-behind-mount-point/iana-if-type.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/ietf-inet-types.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-behind-mount-point/ietf-inet-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/ietf-interfaces@2013-07-04.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-behind-mount-point/ietf-interfaces@2013-07-04.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/ietf-restconf-monitoring@2017-01-26.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-behind-mount-point/ietf-restconf-monitoring@2017-01-26.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/ietf-restconf@2013-10-19.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-behind-mount-point/ietf-restconf@2013-10-19.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/ietf-yang-library@2016-06-21.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-behind-mount-point/ietf-yang-library@2016-06-21.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/ietf-yang-types.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-behind-mount-point/ietf-yang-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/module1-behind-mount-point.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-behind-mount-point/module1-behind-mount-point.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-behind-mount-point/module2-behind-mount-point.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-behind-mount-point/module2-behind-mount-point.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-without-restconf-module/module1.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-without-restconf-module/module1.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-without-restconf-module/module2.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-without-restconf-module/module2.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-without-restconf-module/module3.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-without-restconf-module/module3.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/modules-without-restconf-module/mount-point-1.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/modules-without-restconf-module/mount-point-1.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/mount-points/mount-point-1.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/mount-points/mount-point-1.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/mount-points/mount-point-2.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/mount-points/mount-point-2.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/nested-module.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/nested-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing-mount-point/ietf-inet-types.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing-mount-point/ietf-inet-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing-mount-point/ietf-yang-types.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing-mount-point/ietf-yang-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing-mount-point/mount-point-1.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing-mount-point/mount-point-1.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing-mount-point/restconf-module-with-illegal-container-modules/restconf-module-with-illegal-container-modules.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing-mount-point/restconf-module-with-illegal-container-modules/restconf-module-with-illegal-container-modules.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing-mount-point/restconf-module-with-illegal-list-module/restconf-module-with-illegal-list-module.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing-mount-point/restconf-module-with-illegal-list-module/restconf-module-with-illegal-list-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing-mount-point/restconf-module-with-missing-container-modules/restconf-module-with-missing-container-modules.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing-mount-point/restconf-module-with-missing-container-modules/restconf-module-with-missing-container-modules.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing-mount-point/restconf-module-with-missing-list-module/restconf-module-with-missing-list-module.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing-mount-point/restconf-module-with-missing-list-module/restconf-module-with-missing-list-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing/ietf-inet-types.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing/ietf-inet-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing/ietf-restconf@2013-10-19.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing/ietf-restconf@2013-10-19.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing/ietf-yang-library@2016-06-21.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing/ietf-yang-library@2016-06-21.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/modules/restconf-module-testing/ietf-yang-types.yang [moved from restconf/sal-rest-connector/src/test/resources/modules/restconf-module-testing/ietf-yang-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/multiple-nodes/multiple-nodes.yang [moved from restconf/sal-rest-connector/src/test/resources/multiple-nodes/multiple-nodes.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/augment-container.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/augmentation/augment-container.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/augment-leaf.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/augmentation/augment-leaf.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/augment-leaflist.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/augmentation/augment-leaflist.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/augment-list.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/augmentation/augment-list.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/xml/data.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/augmentation/xml/data.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/yang.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/augmentation/yang.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/choice.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/choice.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_case_defined_without_case.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_case_defined_without_case.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_container.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_container.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_leaflist.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_leaflist.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_list.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_list.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_more_choices_same_level.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_more_choices_same_level.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_more_choices_same_level_various_paths_err.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_more_choices_same_level_various_paths_err.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_no_first_case.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_no_first_case.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_random_level.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_random_level.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_three_choices_same_level.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_three_choices_same_level.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/choice/xml/data_various_path_err.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/choice/xml/data_various_path_err.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/data-of-several-modules/yang/module1.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/data-of-several-modules/yang/module1.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/data-of-several-modules/yang/module2.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/data-of-several-modules/yang/module2.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/identityref/identity-module.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/identityref/identity-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/identityref/identityref-module.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/identityref/identityref-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/invalid-top-level-element/invalid-top-level-element.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/invalid-top-level-element/invalid-top-level-element.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/leafref/cont-augment-module.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/leafref/cont-augment-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/leafref/main-module.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/leafref/main-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/leafref/xml/data_absolut_ref_to_existing_leaf.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/leafref/xml/data_absolut_ref_to_existing_leaf.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/leafref/xml/data_from_leafref_to_leafref.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/leafref/xml/data_from_leafref_to_leafref.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/leafref/xml/data_ref_to_non_existing_leaf.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/leafref/xml/data_ref_to_non_existing_leaf.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/leafref/xml/data_ref_to_not_leaf.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/leafref/xml/data_ref_to_not_leaf.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/leafref/xml/data_relativ_ref_from_leaflist_to_existing_leaf.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/leafref/xml/data_relativ_ref_from_leaflist_to_existing_leaf.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/leafref/xml/data_relativ_ref_to_existing_leaf.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/leafref/xml/data_relativ_ref_to_existing_leaf.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/list/list-types-module [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/list/list-types-module with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/simple-data-types/simple-data-types.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/simple-data-types/simple-data-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/simple-data-types/xml/bad-data.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/simple-data-types/xml/bad-data.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/simple-data-types/xml/data.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/simple-data-types/xml/data.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/simple-yang-types/simple-yang-types.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/simple-yang-types/simple-yang-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/simple-yang-types/xml/awaited_output_data.json [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/simple-yang-types/xml/awaited_output_data.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/simple-yang-types/xml/awaited_output_empty_data.json [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/simple-yang-types/xml/awaited_output_empty_data.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/simple-yang-types/xml/data.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/simple-yang-types/xml/data.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/simple-yang-types/xml/empty_data.xml [moved from restconf/sal-rest-connector/src/test/resources/nn-to-json/simple-yang-types/xml/empty_data.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/choice/module-with-choice.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-xml/choice/module-with-choice.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/data-of-several-modules/yang/module1.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-xml/data-of-several-modules/yang/module1.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/data-of-several-modules/yang/module2.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-xml/data-of-several-modules/yang/module2.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/instance_identifier/aug-referenced-elements-module.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-xml/instance_identifier/aug-referenced-elements-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/instance_identifier/eferenced-elements-module.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-xml/instance_identifier/eferenced-elements-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/instance_identifier/rinstance-identifier-module.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-xml/instance_identifier/rinstance-identifier-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/yang/basic-module.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-xml/yang/basic-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/yang/referenced-module.yang [moved from restconf/sal-rest-connector/src/test/resources/nn-to-xml/yang/referenced-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/normalize-node/yang/normalize-node-module [moved from restconf/sal-rest-connector/src/test/resources/normalize-node/yang/normalize-node-module with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/notifications/ietf-inet-types.yang [moved from restconf/sal-rest-connector/src/test/resources/notifications/ietf-inet-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/notifications/ietf-restconf-monitoring@2017-01-26.yang [moved from restconf/sal-rest-connector/src/test/resources/notifications/ietf-restconf-monitoring@2017-01-26.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/notifications/ietf-yang-library@2016-06-21.yang [moved from restconf/sal-rest-connector/src/test/resources/notifications/ietf-yang-library@2016-06-21.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/notifications/ietf-yang-types.yang [moved from restconf/sal-rest-connector/src/test/resources/notifications/ietf-yang-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/notifications/notifi-module.yang [moved from restconf/sal-rest-connector/src/test/resources/notifications/notifi-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/notifications/subscribe-to-notification.yang [moved from restconf/sal-rest-connector/src/test/resources/notifications/subscribe-to-notification.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/notifications/toaster.yang [moved from restconf/sal-rest-connector/src/test/resources/notifications/toaster.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/notifications/xml/output/data_change_notification_toaster_status_DOWN.xml [moved from restconf/sal-rest-connector/src/test/resources/notifications/xml/output/data_change_notification_toaster_status_DOWN.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/notifications/xml/output/data_change_notification_toaster_status_NUMBER.xml [moved from restconf/sal-rest-connector/src/test/resources/notifications/xml/output/data_change_notification_toaster_status_NUMBER.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/ordered/by/user/ordered-by-user-example.yang [moved from restconf/sal-rest-connector/src/test/resources/ordered/by/user/ordered-by-user-example.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parser-identifier/invoke-rpc-module.yang [moved from restconf/sal-rest-connector/src/test/resources/parser-identifier/invoke-rpc-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parser-identifier/mount-point.yang [moved from restconf/sal-rest-connector/src/test/resources/parser-identifier/mount-point.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parser-identifier/parser-identifier-test-included.yang [moved from restconf/sal-rest-connector/src/test/resources/parser-identifier/parser-identifier-test-included.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parser-identifier/parser-identifier-test.yang [moved from restconf/sal-rest-connector/src/test/resources/parser-identifier/parser-identifier-test.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parser-identifier/test-module.yang [moved from restconf/sal-rest-connector/src/test/resources/parser-identifier/test-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parts/ietf-interfaces_interfaces.json [moved from restconf/sal-rest-connector/src/test/resources/parts/ietf-interfaces_interfaces.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parts/ietf-interfaces_interfaces.xml [moved from restconf/sal-rest-connector/src/test/resources/parts/ietf-interfaces_interfaces.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parts/ietf-interfaces_interfaces2.xml [moved from restconf/sal-rest-connector/src/test/resources/parts/ietf-interfaces_interfaces2.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parts/ietf-interfaces_interfaces_absolute_path.json [moved from restconf/sal-rest-connector/src/test/resources/parts/ietf-interfaces_interfaces_absolute_path.json with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parts/ietf-interfaces_interfaces_absolute_path.xml [moved from restconf/sal-rest-connector/src/test/resources/parts/ietf-interfaces_interfaces_absolute_path.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parts/ietf-interfaces_interfaces_absolute_path2.xml [moved from restconf/sal-rest-connector/src/test/resources/parts/ietf-interfaces_interfaces_absolute_path2.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/parts/ietf-interfaces_interfaces_interface_absolute_path.xml [moved from restconf/sal-rest-connector/src/test/resources/parts/ietf-interfaces_interfaces_interface_absolute_path.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/impl/ietf-inet-types.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/impl/ietf-inet-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/impl/ietf-restconf-monitoring@2017-01-26.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/impl/ietf-restconf-monitoring@2017-01-26.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/impl/ietf-restconf@2017-01-26.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/impl/ietf-restconf@2017-01-26.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/impl/ietf-yang-library@2016-06-21.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/impl/ietf-yang-library@2016-06-21.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/impl/ietf-yang-types.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/impl/ietf-yang-types.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/parser/deserializer/deserializer-test-included.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/parser/deserializer/deserializer-test-included.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/parser/deserializer/deserializer-test.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/parser/deserializer/deserializer-test.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/parser/list-test.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/parser/list-test.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/parser/serializer/serializer-test-included.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/parser/serializer/serializer-test-included.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/restconf/parser/serializer/serializer-test.yang [moved from restconf/sal-rest-connector/src/test/resources/restconf/parser/serializer/serializer-test.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/streams/sal-remote@2014-01-14.yang [moved from restconf/sal-rest-connector/src/test/resources/streams/sal-remote@2014-01-14.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/streams/toaster.yang [moved from restconf/sal-rest-connector/src/test/resources/streams/toaster.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/test-config-data/test-mount-point/yang/test-interface.yang [moved from restconf/sal-rest-connector/src/test/resources/test-config-data/test-mount-point/yang/test-interface.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/test-config-data/test-mount-point/yang/test-interface2.yang [moved from restconf/sal-rest-connector/src/test/resources/test-config-data/test-mount-point/yang/test-interface2.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/test-config-data/xml/block-data.xml [moved from restconf/sal-rest-connector/src/test/resources/test-config-data/xml/block-data.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/test-config-data/xml/data2.xml [moved from restconf/sal-rest-connector/src/test/resources/test-config-data/xml/data2.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/test-config-data/xml/test-interface.xml [moved from restconf/sal-rest-connector/src/test/resources/test-config-data/xml/test-interface.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/test-config-data/xml/test-interface2.xml [moved from restconf/sal-rest-connector/src/test/resources/test-config-data/xml/test-interface2.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/test-config-data/xml/test-interface3.xml [moved from restconf/sal-rest-connector/src/test/resources/test-config-data/xml/test-interface3.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/test-config-data/yang1/test-interface.yang [moved from restconf/sal-rest-connector/src/test/resources/test-config-data/yang1/test-interface.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/test-config-data/yang2/test-interface2.yang [moved from restconf/sal-rest-connector/src/test/resources/test-config-data/yang2/test-interface2.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/varioustest/xmldata.xml [moved from restconf/sal-rest-connector/src/test/resources/varioustest/xmldata.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/data-container-yang/data-container.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/data-container-yang/data-container.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/data-container.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/data-container.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/data-list-yang/data-container.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/data-list-yang/data-container.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/data-list-yang/data-list.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/data-list-yang/data-list.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/data-list.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/data-list.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/data-nmspc-in-attributes.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/data-nmspc-in-attributes.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/data-of-several-modules/yang/module1.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/data-of-several-modules/yang/module1.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/data-of-several-modules/yang/module2.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/data-of-several-modules/yang/module2.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/empty-data.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/empty-data.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/identity-module.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/identity-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/identityref-module.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/identityref-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/xml/data-default-nmspc-in-element.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/xml/data-default-nmspc-in-element.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/xml/data-default-nmspc-in-parrent-element.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/xml/data-default-nmspc-in-parrent-element.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/xml/data-nmspc-in-element.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/xml/data-nmspc-in-element.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/xml/data-nmspc-in-parrent-element.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/xml/data-nmspc-in-parrent-element.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/xml/data-no-nmspc-value-with-prefix.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/xml/data-no-nmspc-value-with-prefix.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/xml/data-no-nmspc-value-without-prefix.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/xml/data-no-nmspc-value-without-prefix.xml with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/yang-augments/general-module.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/yang-augments/general-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/yang-augments/identity-module.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/yang-augments/identity-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/identityref/yang-augments/identityref-module.yang [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/identityref/yang-augments/identityref-module.yang with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/leafref/leafref-module [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/leafref/leafref-module with 100% similarity]
restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/leafref/xml/data.xml [moved from restconf/sal-rest-connector/src/test/resources/xml-to-cnsn/leafref/xml/data.xml with 100% similarity]
restconf/restconf-nb-rfc8040/pom.xml [new file with mode: 0644]

index 8bb2345a2e73b7db511e386e1ceea685f9f20ffe..ad8ad1837b51d90116742ba3c272a02d6afb5b6f 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>sal-rest-connector</artifactId>
+            <artifactId>restconf-nb-bierman02</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
index dcd7605525dbd48ffe55c6f47da45c9ccfad8872..f04410fb29466c0dc3faa568d67cc41e649dc434 100644 (file)
     <name>${project.artifactId}</name>
 
     <modules>
-        <module>sal-rest-connector</module>
+        <module>restconf-artifacts</module>
+        <module>restconf-models</module>
+        <module>restconf-common-models</module>
+        <module>restconf-nb-bierman02</module>
+        <module>restconf-nb-rfc8040</module>
         <module>sal-rest-connector-config</module>
         <module>sal-rest-docgen</module>
         <module>sal-rest-docgen-maven</module>
@@ -31,8 +35,6 @@
         FIXME: Needs to be reimplemented to not use YANGTools restconf impl
         <module>sal-restconf-broker</module>
         -->
-        <module>restconf-artifacts</module>
-        <module>models</module>
     </modules>
 
 </project>
index 24964dfa6dd9ca9f4a5c4395807fa1c87452f99e..9cdfcdf92c21997caacdc9cccddb5076a9f6fd71 100644 (file)
                 <artifactId>ietf-yang-library</artifactId>
                 <version>${project.version}</version>
             </dependency>
-             <dependency>
+            <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>ietf-restconf-monitoring</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>sal-rest-connector</artifactId>
+                <artifactId>restconf-common-models</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>restconf-nb-bierman02</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>restconf-nb-rfc8040</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
diff --git a/restconf/restconf-common-models/pom.xml b/restconf/restconf-common-models/pom.xml
new file mode 100644 (file)
index 0000000..54fddc8
--- /dev/null
@@ -0,0 +1,25 @@
+<!--
+  ~ Copyright (c) 2017 Pantheon Technologies s.r.o. and others.  All rights reserved.
+  ~
+  ~ This program and the accompanying materials are made available under the
+  ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+  ~ and is available at http://www.eclipse.org/legal/epl-v10.html
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath/>
+  </parent>
+
+  <groupId>org.opendaylight.netconf</groupId>
+  <artifactId>restconf-common-models</artifactId>
+  <version>1.7.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <name>${project.artifactId}</name>
+
+</project>
similarity index 97%
rename from restconf/sal-rest-connector/pom.xml
rename to restconf/restconf-nb-bierman02/pom.xml
index fdb943ed27ccb190bc861c1f4f784fae605eabf8..1ac8cc747bcc665615b9987ea9aff1ae10f4c0f9 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
-  <artifactId>sal-rest-connector</artifactId>
+  <artifactId>restconf-nb-bierman02</artifactId>
   <version>1.7.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   </dependencyManagement>
 
   <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.netconf</groupId>
+      <artifactId>restconf-common-models</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
       <artifactId>jersey-guava</artifactId>
diff --git a/restconf/restconf-nb-rfc8040/pom.xml b/restconf/restconf-nb-rfc8040/pom.xml
new file mode 100644 (file)
index 0000000..3752e0b
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2017 Pantheon Technologies s.r.o. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath/>
+  </parent>
+
+  <groupId>org.opendaylight.netconf</groupId>
+  <artifactId>restconf-nb-rfc8040</artifactId>
+  <version>1.7.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+</project>