From: aosull01 Date: Thu, 21 May 2020 14:25:13 +0000 (+0100) Subject: Final Documentation X-Git-Tag: 6.0.0-ONAP~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F108385%2F1;p=externalapi%2Fnbi.git Final Documentation Issue-ID: EXTAPI-419 Signed-off-by: aosull01 Change-Id: I8363a0feeff2070aa55122c2472afc45ba9d02d7 (cherry picked from commit 731aa3cc5d854684e272a62b47cf75266c181fd0) --- 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 `_ - Support http local docker and https OOM via Env Variable - `EXTAPI-423 `_ - Check for CST template is case sensitive - `EXTAPI-424 `_ - Public HTTP port open +- `EXTAPI-427 `_ - DMaap https port enable Detail of NBI features are described in the readTheDoc documentation.