summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-core
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07reduced some code smellsIndrijeet kumar3-4/+4
reduced some code smells Issue-ID: PORTAL-813 Change-Id: I5de9eef7f9b4e7983a2893fe91c83226fe1903cd Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-28Upgraded Batik,Apache Common dependencies to latest versionjz385p1-0/+5
Security fixes Issue-ID: PORTAL-886 Change-Id: Ia16554188227e8e27d1f1969d655fb04f7c145de Signed-off-by: jz385p <jegadeesh.babu@att.com>
2020-04-15Pom.xml upgrade from 3.0.0-SNAPSHOT to 3.3.0Rachitha Ramappa1-1/+1
Change-Id: I8b43273877f37e744f91f20bd60244a83f90500e Issue-ID: PORTAL-867 Signed-off-by: rachitha.ramappa@att.com
2020-04-09lowered code smellsRupinder4-5/+0
Removed some unused imports Issue-ID: PORTAL-865 Change-Id: I2bc24d3a525429385b6c3999a5b164cc72b85865 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-03-03Chnages made for rdp-data-table layout fixSudarshan Kumar1-0/+54
Chnages made for rdp-data-table layout fix and modified pom files Issue-ID: PORTAL-836 Change-Id: I42f0d0ed188a19e42e14ad56250a1e904b92827f Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-02-06adding sdk changesMuni Mohan Kunchi3-6/+4
adding sdk changes Issue-ID: PORTAL-830 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com> Change-Id: I0c99d3ab15fcf4c3b34d84658b64114dadbe2577
2020-01-23Fix NullPointerException & other sonar issuesParshad Patel1-1/+3
A "NullPointerException" could be thrown Use a logger to log this exception Cast one of the operands of this multiplication operation to a "long" Use isEmpty() to check whether the collection is empty or not Issue-ID: PORTAL-562 Change-Id: I1bc657a8893379329547b131b53e37da873d55db Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-10-18Security Vulnerability in pom.xml fixDominik Mizyn1-10/+10
Security Vulnerability in pom.xml fix Issue-ID: PORTAL-772 Change-Id: I6b0932122b101411b06d371e757918875529b87d Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-17Migrating screens to Angular 7statta1-1/+1
Issue-ID: PORTAL-706 Change-Id: Ic3feb4019923040aafe6e9a97a60b41165be8b40 Signed-off-by: statta <statta@research.att.com>
2019-08-07Sonar fix in epsdk-coreParshad Patel2-3/+5
A "NullPointerException" could be thrown; "appuser" is nullable here Either re-interrupt this method or rethrow the "InterruptedException" Issue-ID: PORTAL-562 Change-Id: Idc3cf823d42ad4afc3ca1ae58c3994916e0d8142 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-07-23Blackduck scan fixes and PenTestst398c1-1/+19
Issue-ID: PORTAL-631 Change-Id: I606837e3aefd0bbb7ff45ac2e597d214da06e7ed Signed-off-by: st398c <st398c@research.att.com>
2019-07-10Blackduck scan fixesst398c2-5/+4
Issue-ID: PORTAL-631 Change-Id: I240f3656de2de2d3540f0fc1d615c461beab14c5 Signed-off-by: st398c <st398c@research.att.com>
2019-07-09Merge "Fix sonar issue in epsdk-domain"Manoop Talasila2-11/+53
2019-07-03Fix sonar issue in epsdk-domainParshad Patel2-11/+53
Fix Constructor has 10 parameters, which is greater than 7 authorized Issue-ID: PORTAL-562 Change-Id: I8eff61e2d829c86bd20c7052c181f90eed1a5926 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-07-02Blackduck scan fixesst398c1-3/+3
Issue-ID: PORTAL-631 Change-Id: Ic60f3d780b7391c4ce564180a678b7293f0e91ec Signed-off-by: st398c <st398c@research.att.com>
2019-06-19Merge "Blackduck scan fixes"Sunder Tattavarada1-8/+8
2019-06-18Blackduck scan fixesst398c1-8/+8
Issue-ID: PORTAL-631 Change-Id: I1a09436f606831378b7f2a6211b1199ab830e06e Signed-off-by: st398c <st398c@research.att.com>
2019-05-22Fix sonar issues in WebRTCSocketPawel1-15/+18
Issue-ID: PORTAL-587 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I3087714f7d3b8b012a8b93b1ac92b88d33cd910d
2019-04-18Fix sonar issue: implement builderArindam Mondal2-4/+9
Sonar link: https://sonar.onap.org/issues?projectUuids=AV8LJxI3uDqGnRl2bdaB&resolved=false&rules=squid%3AS00107 Issue-ID: PORTAL-559 Change-Id: I28c202e69f4856131b91918c41343ae6a5df3bbe Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-03-28Fortify, version, Junitst398c3-36/+17
Issue-ID: PORTAL-543, PORTAL-273, PORTAL-544 Change-Id: Ib864ef78bbd534170cab90d9314f2d8943f78872 Signed-off-by: Thota, Saisree <st398c@research.att.com>
2019-02-25Reduce method parameter by implementing builderArindam Mondal4-28/+123
Issue-ID: PORTAL-529 Change-Id: I1f5adc677d43c2fdc4e18f893e11b708608b0b36 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-01-17Remove dupe deps to silence maven warningsLott, Christopher (cl778h)1-10/+0
Issue-ID: PORTAL-502 Change-Id: Iec64281825405edb4ca404aa6275d90fc7d73613 Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
2018-12-28CADI Integration POM changeKotta, Shireesha (sk434m)1-1/+1
Issue-ID: PORTAL-474 Changed POM version to 2.5.0 Change-Id: Ibd72c1c4977f63b5123f76ff6bbb36f2e74172ab Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-11-20CADI Integrationst782s16-933/+1299
Issue-ID: PORTAL-474 System to system authorization using CADI Change-Id: I76487f8155a36fca8283669fe5e28ec7d5aec91d Signed-off-by: st782s <statta@research.att.com>
2018-11-06Fix sonar issue in epsdk-coreParshad Patel1-0/+7
Fix this class overrides "equals()" and should therefore also override "hashCode()" sonar issue in TimeoutVO.java Issue-ID: PORTAL-342 Change-Id: I1422069ffb610491b7313a8056478e0dc3054c7a Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-10-09Merge "Adding testcase UrlAccessRestrictedException.java"Manoop Talasila1-0/+56
2018-10-09Merge "Adding test case to SessionExpiredException.java"Manoop Talasila1-0/+57
2018-10-09Merge "Added test file for UebException"Manoop Talasila1-0/+66
2018-10-09Merge "Added test file to FunctionalMenu"Manoop Talasila1-0/+53
2018-10-09Changed ecomp and AT&T referencesWelch, Lorraine (lb2391)1-3/+3
Issue-ID: PORTAL-302 Change-Id: Iec2ed9ba78ceb81f3d5dff84837697482415937d Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-10-01Adding testcase UrlAccessRestrictedException.javaSooriyaa1-0/+56
Adding testcase UrlAccessRestrictedException.java Issue-ID: PORTAL-418 Change-Id: I196e3c09361d91ef6cf0644c8953ecb7f79e48a4 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-10-01Adding test case to SessionExpiredException.javaSooriyaa1-0/+57
Adding test case to SessionExpiredException.java Issue-ID: PORTAL-417 Change-Id: Ia4e09cca47a596ace738dea8d24d49f182adae16 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-09-28Added test file for UebExceptionezhil1-0/+66
Added test file for UebException Issue-ID: PORTAL-415 Change-Id: I3a901f023b16cb39bb6cd33d1b89d13a34e2f22d Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-09-28Added test file to FunctionalMenuezhil1-0/+53
Added test file to functionalMenu Java class Issue-ID: PORTAL-410 Change-Id: Ib861b6289431d0f0f94942ea6d25d02c8e4a03e0 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-09-12sonar issue fix (updated readme)Arindam Mondal4-41/+18
Issue-ID: PORTAL-338 Change-Id: Ie338e4707271859bfcbc30dfd04585dba206fe6f Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2018-08-03Sonar issue try-with-resourcesArindam Mondal1-16/+7
Modified RoleServiceImpl, replaced Statement with PreparedStatemnent Issue-ID: PORTAL-338 Change-Id: I8d94682abf72080bc63d0e5b6c91e1869629bbc9 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2018-07-11Adding User Auth and permission aaf servicesKishore Reddy, Gujja (kg811t)1-8/+1
Issue-ID: PORTAL-334 Change-Id: I2826f2a06f7d818d918ae5f45b500a8da78cec42 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-06-27Merge "API Versioning for ECOMP Components in SDK"Manoop Talasila3-3/+3
2018-06-27API Versioning for ECOMP Components in SDKsa282w3-3/+3
Issue-ID: PORTAL-263 Included the missing changes for V3 API's for UserService and LoginService and release/2.4.0 changes needed to be merged in master branch. Change-Id: Ic516255464d3edf637df3e8c64eafbf0dde8cee3 Signed-off-by: sa282w <sa282w@att.com>
2018-06-14Merge "Adding Junit"Manoop Talasila4-0/+207
2018-06-14Junit Test Cases & RaptorsKishore Reddy, Gujja (kg811t)4-6/+191
Issue-ID: PORTAL-273. PORTAL-301 Covered JUNITS for sdk modules and RAPTOR reports fixes Change-Id: Ifaf3bf06f0ec123051a791cc8e7f10662f97a525 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-06-11Adding Junitsp005016384-0/+207
Junit for: 1.AbstractCacheManager.java 2.PublisherList.java 3.UebMsg.java 4.WaitingRequestersQueueList.java Sonar link: https://sonar.onap.org/code?id=org.onap.portal.sdk%3Aepsdk-project&selected=org.onap.portal.sdk%3Aepsdk-core Change-Id: I75d0aa05a73e080bdcd481d8b9c3ecdfd2c9a92b Issue-ID: PORTAL-304 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2018-05-03API Versioning for ECOMP Components in SDKsa282w4-9/+10
Issue-ID: PORTAL-263 Included the api version changes for SDK. Change-Id: Ib81c5aabe585f6e2775e73a692153d1f286d1f45 Signed-off-by: sa282w <sa282w@att.com>
2018-05-02Changes for 2.4.0-SNAPSHOTsa282w94-8795/+179
Issue-ID: PORTAL-210 Included the pom changes for 2.4.0-SNAPSHOT, music and AAF changes. Change-Id: Ib1e1c2679271aa40eb3b50397724e8cdc5ffe01c Signed-off-by: sa282w <sa282w@att.com>
2018-04-20Replace ecomp referenceHima Elisetty263-263/+263
Issue-ID: PORTAL-19 Remove ecomp trademark Change-Id: Ic864f6cfdeeddad1e7d384abd3419ae21b832062 Signed-off-by: Hima Elisetty <hb123f@att.com>
2018-04-02Security Vunerabilitiessa282w1-15/+19
Issue-ID: PORTAL-155 Excluded beanshell dependency from epsdk-common, epsdk-core and epsdk-fw pom.xml. Change-Id: I068bd1134269a162a64710abc92aacf9cbba32d3 Signed-off-by: sa282w <sa282w@att.com>
2018-03-27Security VulnerabilitiesLo, WEI-TING(wl849v)1-67/+17
Issue-ID: PORTAL-155 Includes Security Vulnerabilities and music jar Change-Id: Id85471555461adf2127db66ed3d4f4a3d5a06fe4 Signed-off-by: Lo, WEI-TING(wl849v) <wl849v@att.com>
2018-03-20Added JunitsKishore Reddy, Gujja (kg811t)1-0/+2
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: I1a0109649d32c3031ce441a873dbfdda2d6cc011 Change-Id: I1a0109649d32c3031ce441a873dbfdda2d6cc011 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-03-19Effort to make portal resilientLo, WEI-TING(wl849v)1-3/+27
Issue-ID: PORTAL-210 Includes music library that contatins session management Change-Id: Icacab904e1f948068348fcc19cd77965cb5b446e Signed-off-by: Lo, WEI-TING(wl849v) <wl849v@att.com>
2018-03-15Added JunitsKishore Reddy, Gujja (kg811t)1-1/+9
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: I84b5281bae05210faf7db999335f1fdcf3094fc0 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>