From 96d0852481a6a594f6cdf1ce9f31def50663d6dc Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 27 Jan 2021 16:31:45 -0500 Subject: [PATCH] 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 --- models-interactions/model-impl/cds/pom.xml | 6 +++--- .../java/org/onap/policy/cds/client/CdsProcessorGrpcClient.java | 6 +----- .../test/java/org/onap/policy/simulators/CdsSimulatorTest.java | 8 ++------ 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml index 25da63210..8ed5c2244 100644 --- a/models-interactions/model-impl/cds/pom.xml +++ b/models-interactions/model-impl/cds/pom.xml @@ -1,7 +1,7 @@