diff options
author | Welch, Lorraine (lb2391) <lb2391@att.com> | 2019-09-25 14:24:27 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2019-10-08 18:28:58 +0000 |
commit | e66fbf6bd40d21fce75c26fb07bae489db59ca10 (patch) | |
tree | 2a2c3abd2e1e0fb467c71f99dd3e6b3b2653a769 | |
parent | e16f6f96b3207fdc3752f2e1f2234ee8b77f3bed (diff) |
Updated El-Alto Release Notes5.0.2-ONAP
Issue-ID: PORTAL-738
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: I11566c4dc7ad4086bd16fa435d625a26d255d0b3
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
(cherry picked from commit 9306dd8333497633a0c764998b0da528ead0ffef)
(cherry picked from commit e5c6f92c8b51b5c72064336bddfbb52c8f1b1679)
-rw-r--r-- | docs/release-notes.rst | 9 | ||||
-rw-r--r-- | ecomp-portal-BE-common/pom.xml | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 9f262149..79b2b186 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -23,6 +23,12 @@ Maintanance release with bug fixes and security enhancements. * Fixed Sonar reported critical issues. **Known Issues** + * AAI UI’s new role "ui_view" is not registered in AAF, Portal cannot fetch it. So, the work around is + + 1. upload new role from Bulk Upload in Portal Roles page (create a csv file which has one line like: ui_view,10 ) + 2. Sync Roles on same page + 3. Assign this ui_view role to demo account in User page + 4. Then demo user can access AAI UI app from Portal **Security Notes** @@ -50,6 +56,9 @@ Quick Links: * The first time some apps are selected in the Applications panel, an error stating the webpage might be temporarily down, copy the presented URL to a new browser; once that is done, the application will open in the Portal. **Deprecation Notes** + * 2.6.0 portal/sdk is the last version to support the old AngularJS UI versions. + * Expect upgrade on Angular frontend and SpringBoot backend in next releases: The components like Policy, VID, SDC, AAI, MSB, SO – if any of them use portal/sdk java libraries, then please anticipate MAJOR changes to portal/sdk with respect to technology stack upgrade which is pending for long time on Angular frontend and SpringBoot backend. + * The tech stack upgrade helps resolve many security vulnerabilities and also provides latest rich UI and microservices features that components can take advantage of, just by upgrading to latest portal/sdk. **Other** * Below are the docker images released as part of Portal Platform project: diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 66adc61a..97b1f85e 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -698,7 +698,7 @@ <dependency> <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> - <version>2.5.10-SNAPSHOT</version> + <version>2.5.10</version> <exclusions> <exclusion> <groupId>com.sun.jersey</groupId> |