Async: NCMP Rest impl. including Request ID generation 24/128124/8
authorsourabh_sourabh <sourabh.sourabh@est.tech>
Mon, 28 Mar 2022 12:21:55 +0000 (13:21 +0100)
committersourabh_sourabh <sourabh.sourabh@est.tech>
Tue, 5 Apr 2022 19:38:50 +0000 (20:38 +0100)
commitea01d09861289ff162dff318713d1c24eba89259
tree01498ec770966c177b74700dd696a4290b8ad275
parentd69742c1f02585ae5d82f49542581698367e9cde
Async: NCMP Rest impl. including Request ID generation

- Restructured code and moved some of them at controller and service
  layer.
- Unit is fixed and organized to it's belonging classes.

Issue-ID: CPS-828
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Change-Id: I0919218e35b1d11cb579d707f376b76de80409da
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/NetworkCmProxyDataService.java
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/NetworkCmProxyDataServiceImpl.java
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/NetworkCmProxyDataServiceImplSpec.groovy
cps-service/src/main/java/org/onap/cps/utils/CpsValidator.java
cps-service/src/test/groovy/org/onap/cps/utils/CpsValidatorSpec.groovy