Add stndDefined domain to HV-VES 63/120063/2 1.8.0
authorMichal Banka <michal.banka@nokia.com>
Wed, 31 Mar 2021 11:43:34 +0000 (13:43 +0200)
committerMichal Banka <michal.banka@nokia.com>
Thu, 1 Apr 2021 08:51:50 +0000 (10:51 +0200)
commit516014379cdc27d163be223bb8ce9f87d72dea1f
tree680fa171ca6b9fa2b439f0ea727b96618c8ca158
parentc398d5afd86d1aedab9cbd7b8f8c3d7b48eb2e2b
Add stndDefined domain to HV-VES

- Updated SDK dependency to 1.8.2 so HV-VES recognizes
  stndDefinedNamespace field during events deserialization
- Added new domain stndDefined
- Added routings specific for stndDefined events which is controled
  by stndDefinedNamespace field, not domain
- Bumped HV-VES to 1.8.0

Signed-off-by: Michal Banka <michal.banka@nokia.com>
Change-Id: Ia27f2de7a4b64df5e8a182888006f7e8a941ca63
Issue-ID: DCAEGEN2-2702
30 files changed:
Changelog.md
build/hv-collector-analysis/pom.xml
build/hv-collector-coverage/pom.xml
build/pom.xml
dpo/spec/hv-ves-collector.componentspec.json
pom.xml
sources/hv-collector-commandline/pom.xml
sources/hv-collector-configuration/pom.xml
sources/hv-collector-core/pom.xml
sources/hv-collector-core/src/main/kotlin/org/onap/dcae/collectors/veshv/impl/Router.kt
sources/hv-collector-core/src/test/kotlin/org/onap/dcae/collectors/veshv/impl/RouterTest.kt
sources/hv-collector-ct/pom.xml
sources/hv-collector-dcae-app-simulator/pom.xml
sources/hv-collector-domain/pom.xml
sources/hv-collector-domain/src/main/kotlin/org/onap/dcae/collectors/veshv/domain/VesEventDomain.kt
sources/hv-collector-domain/src/main/kotlin/org/onap/dcae/collectors/veshv/domain/VesEventStndDefinedNamespace.kt [new file with mode: 0644]
sources/hv-collector-health-check/pom.xml
sources/hv-collector-kafka-consumer/pom.xml
sources/hv-collector-kafka/pom.xml
sources/hv-collector-main/pom.xml
sources/hv-collector-server/pom.xml
sources/hv-collector-ssl/pom.xml
sources/hv-collector-test-utils/pom.xml
sources/hv-collector-test-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/tests/utils/vesEvents.kt
sources/hv-collector-utils/pom.xml
sources/hv-collector-ves-message-generator/pom.xml
sources/hv-collector-xnf-simulator/pom.xml
sources/pom.xml
tools/development/docker-compose.yml
tools/development/routing.json [new file with mode: 0644]