Upgrade io.grpc library in CDS actor 70/117170/3
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 27 Jan 2021 21:31:45 +0000 (16:31 -0500)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 28 Jan 2021 14:08:24 +0000 (09:08 -0500)
commit96d0852481a6a594f6cdf1ce9f31def50663d6dc
tree456b57b8f15029c02aaebf19d18ecbf8f06dbade
parent4dc88bdf42bd2ef60ecb62b963a9c1a1c6f84da6
Upgrade io.grpc library in CDS actor

Upgrading to latest version of io.grpc 1.35.0 to fix security issues. The methods named loadBalancerFactory and nameResolverFactory have been removed in the latest version. After going through the grpc-java codebase found that the one's we were using to initialize those factories are made default. Confirmed my understanding by posting a query on grpc-java github repo.

Issue-ID: POLICY-2936
Change-Id: I238700ac3f384ff8e5fdef6c3f2ccfb54bff7005
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
models-interactions/model-impl/cds/pom.xml
models-interactions/model-impl/cds/src/main/java/org/onap/policy/cds/client/CdsProcessorGrpcClient.java
models-interactions/model-simulators/src/test/java/org/onap/policy/simulators/CdsSimulatorTest.java