aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I4515ede48c265d48875dcbdd875566a1e972f48d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I1981c27fe53a08075d8d2048eafc936e64b7b48b Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I88d08c9329e23637a4f1f67f5ae8d8bfa0a34246 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I36b50fb02c608606dbe2d319058221e87e4da9a9 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-8/+4
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I955612b752cc6fcfa23090f47f36bdf5e22810d4 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I56c70d0baecfe9e376b16317f5cf7f54e4a89943 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Remove the declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'org.springframework.security.core.AuthenticationException' which is a runtime exception Issue-ID: OPTFRA-632 Change-Id: I82c720c3c4fa67fb4959ffb06e032cb7021f24fc Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: If8f306257cb92de244cdc929e09ba89bbda62e86 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ib1a5e730820b832f5e1d42aefd75f925a2ad26cc Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ie2c335c7de466edb6064b85cb602db46b8f3225d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge "Remove Remove the declaration of thrown exception"Vikas Varma1-4/+2
2019-11-12Merge "AafClientCache.java0-immediately return the expression"Vikas Varma1-2/+1
2019-11-12Merge "AafClientCache.java-merge if with existing one"Vikas Varma1-4/+2
2019-11-12Merge "MessageHeaders.java-Replace the type specification in this ↵Vikas Varma1-2/+2
constructor call with the diamond operator"
2019-11-12Merge "AafAuthProvider.java-remove the declaration of thrown runtime exception"Vikas Varma1-1/+1
2019-11-11Merge "Upgrade oparent"Vikas Varma1-1/+1
2019-11-07Upgrade oparentShankar Narayanan1-1/+1
Change-Id: I0006f6dde71ea2842d0121aa6a9f411fa6f7c91a Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-607
2019-11-06AafClientCache.java0-immediately return the expressionThugutla sailakshmi1-2/+1
Issue-ID: OPTFRA-578 Change-Id: I48f015eaf2facbfce7f54ffe52c0a4c835cb06a2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06AafClientCache.java-merge if with existing oneThugutla sailakshmi1-4/+2
Issue-ID: AAF-876 Change-Id: I65ff5fabfc71c4df1628611f44ed5084993e4fe4 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Remove Remove the declaration of thrown exceptionanushadasari1-4/+2
Remove the declaration of thrown exception 'org.quartz.SchedulerException', as it cannot be thrown from method's body Change-Id: Ib016d6260146d1893cb38088a80567f4110ac1d4 Issue-ID: OPTFRA-632 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-06MessageHeaders.java-Replace the type specification in this constructor call ↵Thugutla sailakshmi1-2/+2
with the diamond operator Issue-ID: OPTFRA-578 Change-Id: I53b1b7eddd2c82034e2e6363e5ba3bdaac780b69 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06AafAuthProvider.java-remove the declaration of thrown runtime exceptionThugutla sailakshmi1-1/+1
Issue-ID: OPTFRA-578 Change-Id: I758fa36ecde5535ad276e28185d2ee57fba3f41a Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Merge "Mdc.java-return the expression"Vikas Varma1-2/+1
2019-11-05Mdc.java-return the expressionThugutla sailakshmi1-2/+1
Issue-ID: OPTFRA-578 Change-Id: Ic64b98d1103626b9dde1c2eb7cc4d61a64ade52b Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-05Mdc.java-return the expressionThugutla sailakshmi2-59/+1
Issue-ID: OPTFRA-578 Change-Id: If9e6f97c9c7a0f0960fc58354b23829d84663c41 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-03Update to create release candidate for docker5.0.2-ONAPelaltoShankar Narayanan1-0/+18
Change-Id: I6196158d09677bdf7cc4e999ab93545e26b2f674 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-592
2019-10-03Merge "[OPTFRA-585] Update release notes"Vikas Varma1-0/+55
2019-10-02Disable AAF in config for CSITJerry Flood2-2/+2
Issue-ID: OPTFRA-596 Change-Id: I71a8be5698547255ad7b36352c72e7199f320714 Signed-off-by: Jerry Flood <jflood@att.com>
2019-10-02[OPTFRA-585] Update release notesShankar Narayanan1-0/+55
Change-Id: I7d63d5a5754f2edd55825d27e2eb1fa8998ac3b6 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-585
2019-09-30Make el alto release candidateJerry Flood1-0/+4
Issue-ID: OPTFRA-580 Change-Id: I0a3a7c98b7b2f715bb0e4894a0c7c2dc6cc8e754 Signed-off-by: Jerry Flood <jflood@att.com>
2019-09-29Merge "Replace CADI interface to AAF"Shankaranarayanan Puzhavakath Narayanan21-761/+1943
2019-09-29Merge "Replace CADI interface to AAF"Shankaranarayanan Puzhavakath Narayanan22-761/+1967
2019-09-28Replace CADI for access to AAFJerry Flood19-789/+2662
Issue-ID: OPTFRA-593 Change-Id: I56ee7ea9bebce402541b1acefb5e1049b50ad886 Signed-off-by: Jerry Flood <jflood@att.com>
2019-09-28Replace CADI interface to AAFJerry Flood21-761/+1943
Issue-ID: OPTFRA-593 Change-Id: I60b7ce1c79b912554e32aba00fa45c1d3890025a Signed-off-by: Jerry Flood <jflood@att.com>
2019-09-28Replace CADI interface to AAFJerry Flood22-761/+1967
Issue-ID: OPTFRA-593 Change-Id: I19d9aedcebc062d505266f0849c9eb3d6edcea71 Signed-off-by: Jerry Flood <jflood@att.com>
2019-09-22Re-factor AAF interface to omit cadiJerry Flood20-233/+1428
Issue-ID: OPTFRA-593 Change-Id: I84c70e7e0830799d9b856f0931f8e79c27127f76 Signed-off-by: Jerry Flood <jflood@att.com>
2019-09-20Update the version to 2.1.1 for el altoFlood, Jerry (jf9860)9-9/+9
Issue-ID: OPTFRA-580 Change-Id: Idc01a16b997aa2a85ab358c23b36e32f795dfc4f Signed-off-by: Flood, Jerry (jf9860) <jf9860@att.com>
2019-09-10Update releases folder for el alto releaseJerry Flood2-0/+18
Issue-ID: OPTFRA-580 Change-Id: I291587df1b7d4a9189acc40abe75c0f614cf593e Signed-off-by: Jerry Flood <jflood@att.com>
2019-07-26Cleanup POMs and DockerfilesJerry Flood14-182/+144
Issue-ID: OPTFRA-539 Change-Id: I94da0bc947b4cbb226c5e248c85c8d87f799c659 Signed-off-by: Jerry Flood <jflood@att.com>
2019-07-11Update the version to ElAlto (2.1)Jerry Flood9-9/+9
Issue-ID: OPTFRA-481 Change-Id: I68562a0a2f3cb6af32f001d5ac3c4b1db5fc22fc Signed-off-by: Jerry Flood <jflood@att.com>
2019-07-05Bring up mock server in robot dockerJerry Flood6-7/+3
Also Update springboot to 2.1.6 Issue-ID: OPTFRA-509 Change-Id: I04374a934926c198d496d5fe35282595e2e34580 Signed-off-by: Jerry Flood <jflood@att.com>
2019-06-04Add release notes for Dublin release4.0.0-ONAPdublinVarma, Vikas1-0/+73
Change-Id: Idecba139f037230c8143808669d59f5661300307 Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-518
2019-05-30Initial docs update for DublinJerry Flood12-186/+2038
Issue-ID: OPTFRA-510 Change-Id: Ic2027fbd66de0f45f826282701c9979fc1599cb0 Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-14Upate version.propertie to 2.0.02.0.0Jerry Flood1-4/+4
Issue-ID: OPTFRA-500 Change-Id: If55fe4bf237c0b58386cca9f7c02b84b528e6d7d Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-14Enable maven-deploy-pluginJerry Flood1-1/+1
Issue-ID: CIMAN-33 Change-Id: Ife8c1f2b28dc96aa4e7cc65ffa6ade720d683cdb Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-01Update oparent versionJessica Wagantall1-1/+1
Update oparent version to 2.0.0 which supports global-jjb maven-stage job. Change-Id: I67765fabc8a84780415827e8f4054c2fbfc90006 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-04-30Merge "Updates to enable local HTTPS testing"Vikas Varma12-15/+30
2019-04-30Merge "Creating version 2.0 for Dublin"Vikas Varma8-26/+27
2019-04-30Updates to enable local HTTPS testingJerry Flood12-15/+30
Issue-ID: OPTFRA-391 Change-Id: I4826a4ecc7f33d7062f3cd2850c349fbc4f1ec84 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-29Fix java SSL argument nameJerry Flood4-4/+4
Issue-ID: OPTFRA-391 Change-Id: Idaa14344c76e33b49ae145bf11cefbb2ab597834 Signed-off-by: Jerry Flood <jflood@att.com>