From f282dc63f560fe3fc3f885097f43142bfc2f9824 Mon Sep 17 00:00:00 2001 From: Pawel Date: Thu, 17 Dec 2020 12:17:37 +0100 Subject: Upgrade hv-ves, reactor, protobuf and sdk versions Reactor from Dysprosium-SR11 to 2020.0.2 Protobuf from 3.6.1 to 3.14.0 SDK from 1.4.4 to 1.5.0 Issue-ID: DCAEGEN2-2537 Signed-off-by: Pawel Change-Id: Ie3fc82c67ba096efcd0c584cf3f7f35128962efe --- sources/hv-collector-health-check/pom.xml | 2 +- .../dcae/collectors/veshv/healthcheck/factory/HealthCheckApiServer.kt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sources/hv-collector-health-check') diff --git a/sources/hv-collector-health-check/pom.xml b/sources/hv-collector-health-check/pom.xml index 14a3535b..d420316e 100644 --- a/sources/hv-collector-health-check/pom.xml +++ b/sources/hv-collector-health-check/pom.xml @@ -15,7 +15,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.5.1-SNAPSHOT + 1.6.0-SNAPSHOT hv-collector-health-check diff --git a/sources/hv-collector-health-check/src/main/kotlin/org/onap/dcae/collectors/veshv/healthcheck/factory/HealthCheckApiServer.kt b/sources/hv-collector-health-check/src/main/kotlin/org/onap/dcae/collectors/veshv/healthcheck/factory/HealthCheckApiServer.kt index cff8160c..c2f5e798 100644 --- a/sources/hv-collector-health-check/src/main/kotlin/org/onap/dcae/collectors/veshv/healthcheck/factory/HealthCheckApiServer.kt +++ b/sources/hv-collector-health-check/src/main/kotlin/org/onap/dcae/collectors/veshv/healthcheck/factory/HealthCheckApiServer.kt @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * dcaegen2-collectors-veshv * ================================================================================ - * Copyright (C) 2018-2019 NOKIA + * Copyright (C) 2018-2020 NOKIA * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ class HealthCheckApiServer(private val healthState: HealthState, healthState().subscribe(healthDescription::set) HttpServer.create() .tcpConfiguration { - it.addressSupplier { listenAddress } + it.bindAddress { listenAddress } .doOnUnbound { logClose() } } .route { routes -> -- cgit 1.2.3-korg