Enhancing the REST template with HttpClient5 46/136846/9
authorwaqas.ikram <waqas.ikram@est.tech>
Thu, 14 Dec 2023 12:17:03 +0000 (12:17 +0000)
committerwaqas.ikram <waqas.ikram@est.tech>
Mon, 18 Dec 2023 12:34:36 +0000 (12:34 +0000)
commit66d033e5bb4317d02d343fc3a5f50dde2d4097d6
treeff4b8353c507f9c5bde698fe98bf0df8d4a2f74e
parentc08b6d25f232907c51d84f0eb31ca8b977469e02
Enhancing the REST template with HttpClient5

for better performance and allowing users to configure timeouts as per their requirements

Issue-ID: CPS-1994
Change-Id: I9fa94fb3923a50e33b3850ec0f190a51e278698f
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
cps-ncmp-service/pom.xml
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/config/HttpClientConfiguration.java [new file with mode: 0644]
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/config/NcmpConfiguration.java
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/NetworkCmProxyDataServiceImplRegistrationSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/config/HttpClientConfigurationSpec.groovy [new file with mode: 0644]
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/config/NcmpConfigurationSpec.groovy