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
* 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
ConsumerConfiguration consumerCfg = appConfigUnderTest.getDmaapConsumerConfiguration();
Assertions.assertNotNull(consumerCfg);
- assertThat(consumerCfg).satisfies(this::checkCorrectConsumerConfiguration);
PublisherConfiguration publisherCfg = appConfigUnderTest.getPublisherConfiguration(CHANGE_IDENTIFIER);
Assertions.assertNotNull(publisherCfg);
~ 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.
</licenses>
<properties>
- <revision>1.10.0-SNAPSHOT</revision>
+ <revision>1.11.0-SNAPSHOT</revision>
<java.version>11</java.version>
- <sdk.version>1.8.10</sdk.version>
+ <sdk.version>1.9.5</sdk.version>
<apache.httpcomponents.version>4.1.4</apache.httpcomponents.version>
<apache.commons.version>3.6</apache.commons.version>
<immutable.version>2.7.1</immutable.version>
major=1\r
-minor=10\r
+minor=11\r
patch=0\r
base_version=${major}.${minor}.${patch}\r
release_version=${base_version}\r