Upgraded the latest ONAP SDK 03/25503/6
authorrb7147 <rb7147@att.com>
Mon, 4 Dec 2017 21:45:55 +0000 (16:45 -0500)
committerrb7147 <rb7147@att.com>
Fri, 8 Dec 2017 15:45:57 +0000 (10:45 -0500)
commit428150834ee60899b9a8da019bae3c8bf009adf1
tree7197eb324477cad918cf527c7a479302cb5029f7
parent775f45908025e46a40c9c147fca2066af5c8c5b8
Upgraded the latest ONAP SDK

Upgraded latest ONAP SDK Code.

Change-Id: I669d6cfcefe068b1e4c078889d7d6c77ce788e2e
Issue-ID: POLICY-432
Signed-off-by: rb7147 <rb7147@att.com>
80 files changed:
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDao.java
ONAP-REST/src/main/java/org/onap/policy/rest/adapter/AddressGroupJson.java
ONAP-REST/src/main/java/org/onap/policy/rest/adapter/AddressMembers.java
ONAP-REST/src/main/java/org/onap/policy/rest/adapter/AddressMembersJson.java [new file with mode: 0644]
ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyVersion.java
ONAP-SDK-APP/README.md [deleted file]
ONAP-SDK-APP/pom.xml
ONAP-SDK-APP/src/main/java/org/onap/portalapp/conf/ExternalAppConfig.java [moved from ONAP-SDK-APP/src/main/java/org/openecomp/portalapp/conf/ExternalAppConfig.java with 80% similarity]
ONAP-SDK-APP/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java [moved from ONAP-SDK-APP/src/main/java/org/openecomp/portalapp/conf/ExternalAppInitializer.java with 94% similarity]
ONAP-SDK-APP/src/main/java/org/onap/portalapp/conf/HibernateMappingLocations.java [moved from ONAP-SDK-APP/src/main/java/org/openecomp/portalapp/conf/HibernateMappingLocations.java with 79% similarity]
ONAP-SDK-APP/src/main/java/org/onap/portalapp/filter/SecurityXssFilter.java [new file with mode: 0644]
ONAP-SDK-APP/src/main/java/org/onap/portalapp/login/LoginStrategyImpl.java [new file with mode: 0644]
ONAP-SDK-APP/src/main/java/org/onap/portalapp/scheduler/Register.java [moved from ONAP-SDK-APP/src/main/java/org/openecomp/portalapp/scheduler/Register.java with 73% similarity]
ONAP-SDK-APP/src/main/java/org/onap/portalapp/scheduler/RegistryAdapter.java [moved from ONAP-SDK-APP/src/main/java/org/openecomp/portalapp/scheduler/RegistryAdapter.java with 88% similarity]
ONAP-SDK-APP/src/main/java/org/onap/portalapp/service/AdminAuthExtension.java [moved from ONAP-SDK-APP/src/main/java/org/openecomp/portalapp/service/AdminAuthExtension.java with 92% similarity]
ONAP-SDK-APP/src/main/java/org/openecomp/portalapp/lm/FusionLicenseManagerImpl.java [deleted file]
ONAP-SDK-APP/src/main/java/org/openecomp/portalapp/lm/LicenseableClassImpl.java [deleted file]
ONAP-SDK-APP/src/main/java/org/openecomp/portalapp/login/LoginStrategyImpl.java [deleted file]
ONAP-SDK-APP/src/main/resources/key.properties [new file with mode: 0644]
ONAP-SDK-APP/src/main/resources/logback.xml
ONAP-SDK-APP/src/main/resources/portal.properties
ONAP-SDK-APP/src/main/webapp/WEB-INF/conf/system.properties
ONAP-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml
ONAP-SDK-APP/src/main/webapp/WEB-INF/fusion/conf/fusion.properties
ONAP-SDK-APP/src/main/webapp/WEB-INF/fusion/jsp/ds2/left-menu.jsp
ONAP-SDK-APP/src/main/webapp/WEB-INF/fusion/orm/RNoteBookIntegration.hbm.xml
ONAP-SDK-APP/src/main/webapp/WEB-INF/jsp/login.jsp
ONAP-SDK-APP/src/main/webapp/WEB-INF/jsp/login_external.jsp
ONAP-SDK-APP/src/main/webapp/WEB-INF/web.xml
ONAP-SDK-APP/src/main/webapp/app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css [new file with mode: 0644]
ONAP-SDK-APP/src/main/webapp/app/fusion/external/ds2/css/digital-ng-library/ionicons.css
ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/profile_searchDS2.html
ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/self_profile.html
ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-samplePages/samplePage.html [deleted file]
ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2Header.html [deleted file]
ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-view-models/header-logo.html [new file with mode: 0644]
ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/utils/page-resource-ds2.js [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/html/data/worddata.csv
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/images/Calendar-16x16.png [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/images/arrow-next.png [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/images/arrow-prev.png [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/images/copyicon.png [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/images/deleteicon.gif [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/images/example-frame.png [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/images/loading.gif [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/js/slides.min.jquery.js [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/js/spacegallery.js [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/org_chart/css/jquery.jOrgChart.css [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/org_chart/example.html [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/org_chart/example_vsp.html [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/org_chart/images/bkgd.png [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/org_chart/images/raspberry.jpg [deleted file]
ONAP-SDK-APP/src/main/webapp/static/fusion/sample/org_chart/jquery.jOrgChart.js [deleted file]
POLICY-SDK-APP/pom.xml
POLICY-SDK-APP/src/main/java/org/onap/policy/admin/PolicyManagerServlet.java
POLICY-SDK-APP/src/main/java/org/onap/policy/admin/PolicyNotificationMail.java
POLICY-SDK-APP/src/main/java/org/onap/policy/admin/PolicyRestController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/admin/PolicyUserInfoController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/ActionPolicyController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/AdminTabController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/AutoPushController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateBRMSParamController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateClosedLoopFaultController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateDcaeMicroServiceController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateFirewallController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreatePolicyController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/DashboardController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/DecisionPolicyController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/PDPController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/PolicyController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/PolicyExportAndImportController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/PolicyNotificationController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/PolicyRolesController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/controller/PolicyValidationController.java
POLICY-SDK-APP/src/main/java/org/onap/policy/model/Roles.java [moved from POLICY-SDK-APP/src/main/java/org/openecomp/policy/model/Roles.java with 98% similarity]
POLICY-SDK-APP/src/test/java/org/onap/policy/admin/PolicyManagerServletTest.java
POLICY-SDK-APP/src/test/java/org/onap/policy/admin/PolicyRestControllerTest.java
POLICY-SDK-APP/src/test/java/org/onap/policy/admin/PolicyUserInfoControllerTest.java
POLICY-SDK-APP/src/test/java/org/onap/policy/controller/AdminTabControllerTest.java
POLICY-SDK-APP/src/test/java/org/onap/policy/controller/PDPControllerTest.java