From: Viresh Navalli Date: Thu, 23 Jan 2025 10:57:13 +0000 (+0000) Subject: Removal of MR in DFC X-Git-Tag: 1.11.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F139981%2F3;p=dcaegen2%2Fcollectors%2Fdatafile.git Removal of MR in DFC Issue-ID: DCAEGEN2-3416 Change-Id: I7568cad4397030226f09e309950d93d12d9a6046 Signed-off-by: Viresh Navalli Resolving comments Issue-ID: DCAEGEN2-3416 Change-Id: I7568cad4397030226f09e309950d93d12d9a6046 Signed-off-by: Viresh Navalli Resolving comment for ScheduledTask.java Issue-ID: DCAEGEN2-3416 Change-Id: I7568cad4397030226f09e309950d93d12d9a6046 Signed-off-by: Viresh Navalli --- diff --git a/Changelog.md b/Changelog.md index bd5b12d0..c4bd212c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ 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.11.0] - 2025/01/23 +### Changed +- [DCAEGEN2-3416] Removal of MR for DFC + - Update sdk version to 1.9.5 + ## [1.10.0] - 2023/03/27 ### Changed - [DCAEGEN2-3322] Fix vulnerabilities diff --git a/datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/configuration/AppConfigTest.java b/datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/configuration/AppConfigTest.java index dd592433..1d514dc2 100644 --- a/datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/configuration/AppConfigTest.java +++ b/datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/configuration/AppConfigTest.java @@ -3,6 +3,7 @@ * Copyright (C) 2018, 2020-2022 Nokia. All rights reserved. * Copyright (C) 2018-2019 Nordix Foundation. All rights reserved. * Copyright (C) 2023 Deutsche Telekom AG. All rights reserved. + * Copyright (C) 2025 Capgemini Engineering. 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 of the License at @@ -119,7 +120,6 @@ class AppConfigTest { ConsumerConfiguration consumerCfg = appConfigUnderTest.getDmaapConsumerConfiguration(); Assertions.assertNotNull(consumerCfg); - assertThat(consumerCfg).satisfies(this::checkCorrectConsumerConfiguration); PublisherConfiguration publisherCfg = appConfigUnderTest.getPublisherConfiguration(CHANGE_IDENTIFIER); Assertions.assertNotNull(publisherCfg); diff --git a/pom.xml b/pom.xml index 48f08084..8425b249 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,7 @@ ~ Copyright (C) 2018-2021 Nordix Foundation. All rights reserved. ~ Copyright (C) 2021 Samsung Electronics. All rights reserved. ~ Copyright (C) 2023 Deutsche Telekom AG. All rights reserved. + ~ Copyright (C) 2025 Capgemini Engineering. 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. @@ -50,9 +51,9 @@ - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT 11 - 1.8.10 + 1.9.5 4.1.4 3.6 2.7.1 diff --git a/version.properties b/version.properties index 40167e6c..4d2c8f51 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=10 +minor=11 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version}