Get Analytics call resulting in NPE 07/58507/2 2.4.0 3.0.1-ONAP
authorst782s <statta@research.att.com>
Wed, 1 Aug 2018 21:16:07 +0000 (17:16 -0400)
committerst782s <statta@research.att.com>
Wed, 1 Aug 2018 21:38:44 +0000 (17:38 -0400)
Issue-ID: PORTAL-344,PORTAL-288

Includes POM changes to prepare for release

Change-Id: Ia7980c27ae1859273bacac8b7569d9396d31fe0c
Signed-off-by: st782s <statta@research.att.com>
13 files changed:
ecomp-sdk/epsdk-aaf/pom.xml
ecomp-sdk/epsdk-analytics/pom.xml
ecomp-sdk/epsdk-app-common/README.md
ecomp-sdk/epsdk-app-common/pom.xml
ecomp-sdk/epsdk-app-common/src/main/java/org/onap/portalapp/service/OnBoardingApiServiceImpl.java
ecomp-sdk/epsdk-app-os/pom.xml
ecomp-sdk/epsdk-app-overlay/pom.xml
ecomp-sdk/epsdk-core/pom.xml
ecomp-sdk/epsdk-domain/pom.xml
ecomp-sdk/epsdk-fw/pom.xml
ecomp-sdk/epsdk-music/pom.xml
ecomp-sdk/epsdk-workflow/pom.xml
ecomp-sdk/pom.xml

index cccfc83..17812e3 100644 (file)
@@ -5,12 +5,12 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
        
        <groupId>org.onap.portal.sdk</groupId>
        <artifactId>epsdk-aaf</artifactId>
-       <version>2.4.0-SNAPSHOT</version>
+       <version>2.4.0</version>
        <packaging>jar</packaging>
 
        <name>ONAP Portal SDK AAF Authorization</name>
index bcf202d..cf410db 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
        
        <!-- GroupId is inherited from parent -->
index 2ba60d3..e9a5be6 100644 (file)
@@ -24,6 +24,9 @@ AngularJS version 1.5.0.
 
 ### ONAP Distributions
 
+Version 2.4.0
+- PORTAL 344 Get Analytics call resulting in NPE
+
 Version 2.1.0
 - PORTAL 161 Add the JUNIT plumbing for PortalSDK
 - PORTAL 160 Prevent unauthorized access to SamplePages, Report Pages, Role
index 2d38b6a..d534dfa 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
 
        <!-- GroupId is inherited from parent -->
index 871a375..f8c07a9 100644 (file)
@@ -120,9 +120,10 @@ public class OnBoardingApiServiceImpl implements IPortalRestAPIService, IPortalR
                // initialize the base class definition for Admin Auth Extension
                adminAuthExtensionServiceImpl = appContext.getBean(IAdminAuthExtension.class);
                userService = appContext.getBean(UserService.class);
-               if(isCentralized.equals(isAccessCentralized)){
-               restApiRequestBuilder = appContext.getBean(RestApiRequestBuilder.class);
                appServiceImpl = appContext.getBean(AppService.class);
+               
+               if(isCentralized.equals(isAccessCentralized)){
+                       restApiRequestBuilder = appContext.getBean(RestApiRequestBuilder.class);
                }
        }
 
index 733a179..6211273 100644 (file)
@@ -10,7 +10,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
 
        <!-- GroupId is inherited from parent -->
index f0d15a7..409f4d7 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
 
        <!-- GroupId is inherited from parent -->
index d15b18f..7cc3a8e 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
 
        <!-- GroupId is inherited from parent -->
index 34a55ac..e37a4bf 100644 (file)
@@ -5,12 +5,12 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
 
        <groupId>org.onap.portal.sdk</groupId>
        <artifactId>epsdk-domain</artifactId>
-       <version>2.4.0-SNAPSHOT</version>
+       <version>2.4.0</version>
        <packaging>jar</packaging>
        <name>ONAP Portal SDK Domain</name>
 
index 91487ad..2bc0cd1 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
 
        <!-- GroupId is inherited from parent -->
index 45ebddc..68a34d5 100644 (file)
@@ -5,12 +5,12 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
        
        <groupId>org.onap.portal.sdk</groupId>
        <artifactId>epsdk-music</artifactId>
-       <version>2.4.0-SNAPSHOT</version>
+       <version>2.4.0</version>
        <packaging>jar</packaging>
 
        <name>ONAP Portal SDK Music</name>
index eaac5a4..a50dff3 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>2.4.0-SNAPSHOT</version>
+               <version>2.4.0</version>
        </parent>
        
        <!-- GroupId is inherited from parent -->
index 8acbdac..e0d6c0e 100644 (file)
@@ -14,7 +14,7 @@
        <!-- Portal SDK Maven parent project -->
        <groupId>org.onap.portal.sdk</groupId>
        <artifactId>epsdk-project</artifactId>
-       <version>2.4.0-SNAPSHOT</version>
+       <version>2.4.0</version>
        <packaging>pom</packaging>
        <name>portal-sdk</name>
        <url>https://wiki.onap.org/display/DW/Portal</url>