Refactor org.opendaylight.netconf.sal.rest.doc.jaxrs 64/105864/6
authorOleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Tue, 9 May 2023 10:42:24 +0000 (12:42 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 16 May 2023 14:26:28 +0000 (16:26 +0200)
Renamed package org.opendaylight.netconf.sal.rest.doc.jaxrs to
org.opendaylight.restconf.openapi.jaxrs.

JIRA: NETCONF-1011
Change-Id: I0e70e36a0bdacb7efeb8458ae3172767260f190e
Signed-off-by: OleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/jaxrs/JaxbContextResolver.java [moved from restconf/restconf-openapi/src/main/java/org/opendaylight/netconf/sal/rest/doc/jaxrs/JaxbContextResolver.java with 95% similarity]
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/jaxrs/OpenApiApplication.java [moved from restconf/restconf-openapi/src/main/java/org/opendaylight/netconf/sal/rest/doc/jaxrs/OpenApiApplication.java with 94% similarity]
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/jaxrs/WebInitializer.java [moved from restconf/restconf-openapi/src/main/java/org/opendaylight/netconf/sal/rest/doc/jaxrs/WebInitializer.java with 97% similarity]

similarity index 95%
rename from restconf/restconf-openapi/src/main/java/org/opendaylight/netconf/sal/rest/doc/jaxrs/JaxbContextResolver.java
rename to restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/jaxrs/JaxbContextResolver.java
index 2ff206050ac422bfae8e34d0d4a252947466412d..3567af0f9247636eb12bff257d7c50f309f482c6 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.netconf.sal.rest.doc.jaxrs;
+package org.opendaylight.restconf.openapi.jaxrs;
 
 import com.fasterxml.jackson.databind.ObjectMapper;
 import javax.ws.rs.Consumes;
similarity index 94%
rename from restconf/restconf-openapi/src/main/java/org/opendaylight/netconf/sal/rest/doc/jaxrs/OpenApiApplication.java
rename to restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/jaxrs/OpenApiApplication.java
index 8086dc18fba1709b607b556f61c362e0ec4aa168..31557f72a6ef505e63886b1253863e882468eade 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.netconf.sal.rest.doc.jaxrs;
+package org.opendaylight.restconf.openapi.jaxrs;
 
 import static java.util.Objects.requireNonNull;
 
similarity index 97%
rename from restconf/restconf-openapi/src/main/java/org/opendaylight/netconf/sal/rest/doc/jaxrs/WebInitializer.java
rename to restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/jaxrs/WebInitializer.java
index f514a1e83009c4185e819e0178d259969a1f8802..e5c7ac7248ecc79efe0e6d0fce22c575b794c6da 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.netconf.sal.rest.doc.jaxrs;
+package org.opendaylight.restconf.openapi.jaxrs;
 
 import javax.annotation.PreDestroy;
 import javax.inject.Inject;