diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2020-05-21 15:25:13 +0100 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2020-05-21 15:43:12 +0100 |
commit | 731aa3cc5d854684e272a62b47cf75266c181fd0 (patch) | |
tree | 905268cb717920191698471ac4585bee3ee123ac /docs | |
parent | a50708287e0dc7865a3db603577c92875a122878 (diff) |
Final Documentation
Issue-ID: EXTAPI-419
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I8363a0feeff2070aa55122c2472afc45ba9d02d7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/architecture/NBI_Developer_Guide.rst | 4 | ||||
-rwxr-xr-x | docs/architecture/architecture.rst | 2 | ||||
-rwxr-xr-x | docs/releasenotes/releasenotes.rst | 7 |
3 files changed, 7 insertions, 6 deletions
diff --git a/docs/architecture/NBI_Developer_Guide.rst b/docs/architecture/NBI_Developer_Guide.rst index 82a7f34..e85118e 100644 --- a/docs/architecture/NBI_Developer_Guide.rst +++ b/docs/architecture/NBI_Developer_Guide.rst @@ -11,8 +11,8 @@ NBI - Developer Guide Introduction ************ -NBI is a Java 8 web application built over Spring Framework. -Using Spring Boot 1.5.10 dependencies, it runs as a standalone +NBI is a Java 11 web application built over Spring Framework. +Using Spring Boot 2.2.2 dependencies, it runs as a standalone application with an embedded Tomcat server. ************ diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst index cd6e9f5..a807f0c 100755 --- a/docs/architecture/architecture.rst +++ b/docs/architecture/architecture.rst @@ -17,7 +17,7 @@ These API are based on **TMF API**. ******************************************* -Global NBI architecture for El Alto release +Global NBI architecture for Frankfurt release ******************************************* Following illustration provides a global view about NBI architecture, diff --git a/docs/releasenotes/releasenotes.rst b/docs/releasenotes/releasenotes.rst index f2e680c..425d518 100755 --- a/docs/releasenotes/releasenotes.rst +++ b/docs/releasenotes/releasenotes.rst @@ -5,12 +5,12 @@ Release Notes ============= -Version: 6.0.1 +Version: 6.0.3 -------------- -:Release Date: 2020-04-06 +:Release Date: 2020-06-04 -Frankfurt Release tag - 6.0.1 +Frankfurt Release tag - 6.0.3 **Fix** @@ -33,6 +33,7 @@ Frankfurt Release tag - 6.0.1 - `EXTAPI-417 <https://jira.onap.org/browse/EXTAPI-417>`_ - Support http local docker and https OOM via Env Variable - `EXTAPI-423 <https://jira.onap.org/browse/EXTAPI-423>`_ - Check for CST template is case sensitive - `EXTAPI-424 <https://jira.onap.org/browse/EXTAPI-424>`_ - Public HTTP port open +- `EXTAPI-427 <https://jira.onap.org/browse/EXTAPI-427>`_ - DMaap https port enable Detail of NBI features are described in the readTheDoc documentation. |