Fix Common Event Header fields validation 09/73009/7
authorJakub Dudycz <jakub.dudycz@nokia.com>
Thu, 15 Nov 2018 12:45:44 +0000 (13:45 +0100)
committerJakub Dudycz <jakub.dudycz@nokia.com>
Tue, 27 Nov 2018 08:42:57 +0000 (09:42 +0100)
commit4aa75b58a490b07ccff713f4c1548a2a755904ef
treee42ec47c1f65dba14932c241028717c192c6cfe8
parent0573df820926986dd19ac9a82943bd5b5eda450d
Fix Common Event Header fields validation

- "sequence" is no longer a required parameter,
  since deafult value "0" is acceptable
- "vesEventListenerVersion" has to match the regular expression "7\.[0-9].*"

Change-Id: I784f13c0a35a25beca29f4ae756df3586ddddd5b
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Issue-ID: DCAEGEN2-976
19 files changed:
hv-collector-analysis/pom.xml
hv-collector-core/pom.xml
hv-collector-core/src/main/kotlin/org/onap/dcae/collectors/veshv/impl/MessageValidator.kt
hv-collector-core/src/test/kotlin/org/onap/dcae/collectors/veshv/impl/MessageValidatorTest.kt
hv-collector-coverage/pom.xml
hv-collector-ct/pom.xml
hv-collector-dcae-app-simulator/pom.xml
hv-collector-domain/pom.xml
hv-collector-domain/src/main/kotlin/org/onap/dcae/collectors/veshv/domain/validation.kt
hv-collector-domain/src/main/proto/event/VesEvent.proto
hv-collector-health-check/pom.xml
hv-collector-main/pom.xml
hv-collector-ssl/pom.xml
hv-collector-test-utils/pom.xml
hv-collector-test-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/tests/utils/vesEvents.kt
hv-collector-utils/pom.xml
hv-collector-ves-message-generator/pom.xml
hv-collector-xnf-simulator/pom.xml
pom.xml