[DCAEGEN2] Uplifted the version of SDK to 1.9.5 69/137569/5 master
authorrohit.cloud <Rohit.Raj@t-systems.com>
Fri, 17 May 2024 07:02:22 +0000 (12:32 +0530)
committerrohit.cloud <Rohit.Raj@t-systems.com>
Tue, 21 May 2024 09:22:05 +0000 (14:52 +0530)
Uplifted the version of SDK library to 1.9.5

Issue-ID: DCAEGEN2-3411
Change-Id: I1f2450ccfc5c30dca04895b48e4b490b765e1c0d
Signed-off-by: rohit.cloud <Rohit.Raj@t-systems.com>
Changelog.md
pom.xml
src/test/resources/dmaap-msg-router/message-router-compose.yml
version.properties

index 22b2b49..67f2d98 100644 (file)
@@ -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 f941fac..55c94fd 100644 (file)
--- 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 @@
   </parent>
   <groupId>org.onap.dcaegen2.collectors.ves</groupId>
   <artifactId>VESCollector</artifactId>
-  <version>1.12.4-SNAPSHOT</version>
+  <version>1.12.5-SNAPSHOT</version>
   <name>dcaegen2-collectors-ves</name>
   <description>VESCollector</description>
   <properties>
@@ -72,7 +72,7 @@
     <springfox-swagger2.version>3.0.0</springfox-swagger2.version>
     <assertj-core.version>3.23.1</assertj-core.version>
     <spring-boot-starter-test.version>2.2.13.RELEASE</spring-boot-starter-test.version>
-    <sdk.version>1.9.4</sdk.version>
+    <sdk.version>1.9.5</sdk.version>
     <guava.version>31.1-jre</guava.version>
     <mock-server.version>5.13.2</mock-server.version>
     <reactor-test.version>3.4.0</reactor-test.version>
index 22dbea6..4fc0c2e 100644 (file)
@@ -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:
index 00a4711..491424f 100644 (file)
@@ -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