summaryrefslogtreecommitdiffstats
path: root/docs/sections/apis/SDK.rst
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-08-18 16:14:33 +0200
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-08-21 16:55:58 +0200
commit73aec2431339745fe38fbc4a9a6299165a36aede (patch)
treeb8070e72462e911eda474af16f2bc311e80599f2 /docs/sections/apis/SDK.rst
parent897f1094f4a47b139a57591499b2a1e44eb65ece (diff)
Move SDK documentation to RTD
- Move SDK doc from wiki.onap.org/display/DW/DCAE+SDK Issue-ID: DCAEGEN2-2277 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I94e164c74a1e2e0af5d4db11dc45fde0bb6f0426
Diffstat (limited to 'docs/sections/apis/SDK.rst')
-rw-r--r--docs/sections/apis/SDK.rst48
1 files changed, 13 insertions, 35 deletions
diff --git a/docs/sections/apis/SDK.rst b/docs/sections/apis/SDK.rst
index e1ffc609..64879228 100644
--- a/docs/sections/apis/SDK.rst
+++ b/docs/sections/apis/SDK.rst
@@ -15,19 +15,24 @@ Overview
DCAE SDK contains utilities and clients which may be used for fetching
configuration from CBS, consuming messages from DMaaP, etc. SDK is written in Java.
-Introduction
-------------
+Artifacts
+---------
- SDK Maven dependencies (modules).
+Current version
+~~~~~~~~~~~~~~~
+.. code-block:: xml
- .. code-block:: XML
+ <properties>
+ <sdk.version>1.4.1</sdk.version>
+ </properties>
- <properties>
- <sdk.version>1.3.4</sdk.version>
- </properties>
- <dependencies>
+SDK Maven dependencies (modules)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. code-block:: xml
+ <dependencies>
<dependency>
<groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
<artifactId>cbs-client</artifactId>
@@ -72,31 +77,4 @@ Introduction
</dependency>
<!-- more to go -->
-
</dependencies>
-
-
-Revision history
-----------------
-
- **1.3.4**
- - Usage of Java 11
-
- **1.3.3-SNAPSHOT**
- - Upgrade CBS to support SSL
- - Fix static code vulnerabilities
- - Exclude IT from tests
- - Remove AAI client from SDK
-
- **1.3.2-SNAPSHOT**
- - Restructure AAI client
- - Get rid of common-dependency module
- - Rearrange files in packages inside rest-services
-
- **1.3.1-SNAPSHOT**
- - Bugfix release: AAI client
- - Make AaiGetServiceInstanceClient build correct path to the service resource in AAI
-
- **1.3.0-SNAPSHOT** (ElAlto - under development)
- - All El-Alto work noted under 1.2.0-SNAPSHOT will roll into this version
- - Version update was done for tracking global-jjb migration work and corresponding submission - https://gerrit.onap.org/r/#/c/dcaegen2/services/sdk/+/89902/ \ No newline at end of file