commit | 6f66c52a858038d9915251dcdd9fab5e2551394b | [log] [tgz] |
---|---|---|
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | Thu Sep 26 13:20:28 2019 +0200 |
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | Thu Sep 26 13:20:28 2019 +0200 |
tree | 944b25c1a5f35b523f08fea908965c189f5687d4 | |
parent | 9016c995ef00d526b3b446ce7bff63cd7eb03d35 [diff] |
Update version.properties to 1.3.1 Issue-ID: INT-1181 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I60f449571d8f22b4aea9f6d08c8083ae35e1cbc8
Because most services and collectors deployed on DCAE platform relies on similar microservices a common Software Development Kit has been created. It contains utilities and clients which may be used when getting configuration from CBS, consuming messages from DMaaP, interacting with A&AI, etc. SDK is written in Java.
Most of SDK APIs are using Project Reactor, which is one of available implementations of Reactive Streams (as well as Java 9 Flow). This way we support both high-performance, non-blocking asynchronous clients and old-school, thread-bound, blocking clients. We believe that using reactive programming can solve many cloud-specific problems for us - if used properly.
<properties> <sdk.version>1.1.4</sdk.version> </properties>
<dependencies> <dependency> <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> <artifactId>cbs-client</artifactId> <version>${sdk.version}</version> </dependency> <dependency> <groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId> <artifactId>crypt-password</artifactId> <version>${sdk.version}</version> </dependency> <dependency> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>hvvesclient-producer-api</artifactId> <version>${sdk.version}</version> </dependency> <dependency> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>hvvesclient-producer-impl</artifactId> <version>${sdk.version}</version> <scope>runtime</scope> </dependency> <!-- more to go --> </dependencies>
Describes SDK basic features in general. DCAE_Common_Libraries
Contains some general notes about the project and libs which were used in it. DCAE_SDK
Provides information about SDK releases and features which are related to them. DCAE_SDK_Changelog
DCAE SDK Frequently Asked Questions FAQ
Copyright (C) 2018-2019 NOKIA Intellectual Property. All rights reserved. License