From: rohit.cloud Date: Fri, 17 May 2024 07:02:22 +0000 (+0530) Subject: [DCAEGEN2] Uplifted the version of SDK to 1.9.5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;p=dcaegen2%2Fcollectors%2Fves.git [DCAEGEN2] Uplifted the version of SDK to 1.9.5 Uplifted the version of SDK library to 1.9.5 Issue-ID: DCAEGEN2-3411 Change-Id: I1f2450ccfc5c30dca04895b48e4b490b765e1c0d Signed-off-by: rohit.cloud --- diff --git a/Changelog.md b/Changelog.md index 22b2b494..67f2d98f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.12.5] - 2024/05/17 + - [DCAEGEN2-3411] - Validation of OpenAPI files in externalrepo fails + ## [1.12.4] - 2023/10/19 - [DCAEGEN2-3401] - Remove DMaaP dependency in VES-Collector diff --git a/pom.xml b/pom.xml index f941fac5..55c94fdc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ ================================================================================ Copyright (c) 2017-2019,2021-2023 AT&T Intellectual Property. All rights reserved. Copyright (c) 2020-2022 Nokia. All rights reserved. - Copyright (c) 2023 Deutsche Telekom Intellectual Property. All rights reserved. + Copyright (c) 2023-2024 Deutsche Telekom Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy @@ -26,7 +26,7 @@ org.onap.dcaegen2.collectors.ves VESCollector - 1.12.4-SNAPSHOT + 1.12.5-SNAPSHOT dcaegen2-collectors-ves VESCollector @@ -72,7 +72,7 @@ 3.0.0 3.23.1 2.2.13.RELEASE - 1.9.4 + 1.9.5 31.1-jre 5.13.2 3.4.0 diff --git a/src/test/resources/dmaap-msg-router/message-router-compose.yml b/src/test/resources/dmaap-msg-router/message-router-compose.yml index 22dbea6b..4fc0c2e5 100644 --- a/src/test/resources/dmaap-msg-router/message-router-compose.yml +++ b/src/test/resources/dmaap-msg-router/message-router-compose.yml @@ -35,11 +35,11 @@ services: KAFKA_ADVERTISED_LISTENERS: INTERNAL_PLAINTEXT://localhost:9092 KAFKA_LISTENERS: INTERNAL_PLAINTEXT://0.0.0.0:9092 KAFKA_INTER_BROKER_LISTENER_NAME: INTERNAL_PLAINTEXT + KAFKA_AUTO_CREATE_TOPICS_ENABLE: "true" KAFKA_CONFLUENT_SUPPORT_METRICS_ENABLE: 'false' KAFKA_OPTS: -Djava.security.auth.login.config=/etc/kafka/secrets/jaas/zk_client_jaas.conf KAFKA_ZOOKEEPER_SET_ACL: 'true' KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1 - KAFKA_CREATE_TOPICS: "topic:1:3" volumes: - ./zk_client_jaas.conf:/etc/kafka/secrets/jaas/zk_client_jaas.conf networks: diff --git a/version.properties b/version.properties index 00a47112..491424fe 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=12 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT