aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-service/src/main
AgeCommit message (Collapse)AuthorFilesLines
2021-04-07Remove mso-simulator healtcheckkrishnaa961-1/+0
Issue-ID: OOM-2714 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I634ff53d48647c4e697f78420b27ef6e3174da92
2021-03-29Remove logback file from classpath2.3.3krishnaa962-378/+1
The logback in the helm charts are not able to override the one in the classpath. So, it is being removed from the classpath and the logback will come from deployment charts Issue-ID: OOM-2514 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I4fe7339fcc3d5378b41f5393f0753fe6fa5f6f29
2021-03-18Fix weak cryptography issuesmalarvizhi2-25/+13
Issue-ID: OPTFRA-927 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I9e48f7313a7f76bd431e17cebfc3c52bc7f91bda
2021-03-09Fix weak cryptography issues2.3.2Malarvizhi2-19/+35
Issue-ID: OPTFRA-927 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I2ae9a114b9825c3d3e6faa31afb72a54cdf0c423
2020-09-21Increment cmso release version to 2.3.02.3.0krishnaa961-1/+1
Issue-ID: OPTFRA-850 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Iec7abdd9489af8c159d6c12a22ce86de24cb0cda
2020-08-17Add junits for aaf auth providerBogumil Zebek1-7/+23
Issue-ID: OPTFRA-776 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Id8928c9953ef236165b81917efd28084239ad3f2
2020-07-21Upgrade log4j to 2.13.1 and add log4j api 2.13.1.Maciej Malewski15-137/+36
Issue-ID: OPTFRA-752 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: Ib39de5e892f00c07c812a8dc8d3ac7d1fca009cf
2020-07-06Increase code coverageBogumil Zebek2-17/+31
Issue-ID: OPTFRA-776 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I80b775420a91cf6fcc06369043fc13b5081b23f7
2020-03-26Fix optf-cmso clm and sonar reportsvrvarma1-1/+1
Change-Id: I9a818d717667290c8794ed055191fc24adedb68b Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-694
2020-03-11Increment CMSO release version2.2.0vrvarma1-21/+9
Change-Id: Ia13005d8af59c1251953cc08c154e52457f58442 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-716 Signed-off-by: vrvarma <vikas.varma@att.com>
2020-03-05Merge "Sonar fix"Vikas Varma1-0/+1
2020-03-05making cmso pods run as non-root uservrvarma1-1/+7
Change-Id: I0cd576964077038790b302d38e48c52da2867546 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-711
2020-03-05Update project for java11Jerry Flood1-2/+2
Issue-ID: OPTFRA-620 Change-Id: Ib50c197e9582fcc1917d8d81e949c9b961a2cbd2 Signed-off-by: Jerry Flood <jflood@att.com>
2020-03-05Sonar fixArindam Mondal1-0/+1
Issue-ID: OPTFRA-714 Change-Id: Ica00d9fe810b6c2abe7cfa995d8dbf3aa2c875b0 Signed-off-by: arindamm <arind.mondal@samsung.com>
2020-01-22Merge "Application.java-Remove the 'PropertySources' wrapper from this ↵Vikas Varma1-4/+4
annotation group"
2020-01-22Application.java-Remove the 'PropertySources' wrapper from this annotation groupThugutla sailakshmi1-4/+4
Issue-ID: OPTFRA-578 Change-Id: I37bf9c3f678de5e5fc4bfbc1fb772069204c5776 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2020-01-22Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ic1c24c2671f62282477e32c432216ac560745c03 Signed-off-by: anushadasari <danush10@in.ibm.com>
2020-01-22Remove the declaration of thrown exceptionanushadasari2-5/+5
Remove the declaration of thrown exception 'com.fasterxml.jackson.databind.JsonMappingException' which is a subclass of 'java.io.IOException'. Remove the declaration of thrown exception 'org.onap.optf.cmso.common.exceptions.CmsoException', as it cannot be thrown from method's body Issue-ID: OPTFRA-632 Change-Id: If3645e1dbd53161280a192662fdea2ae75569fb5 Signed-off-by: anushadasari <danush10@in.ibm.com>
2020-01-22Update robot docker buildJerry Flood5-5/+9
Issue-ID: OPTFRA-681 Change-Id: Id72cdaad6c8ab8ddcb448ff9b5b3c10a7566b76d Signed-off-by: Jerry Flood <jflood@att.com>
2020-01-10Merge "return the expression"Vikas Varma1-2/+1
2020-01-10Merge "replacing with the diamond operators"Vikas Varma2-23/+9
2019-12-03Merge "remove the declaration of thrown exception"Vikas Varma1-1/+1
2019-12-03Merge "Replace the type specification in this constructor call with the ↵Vikas Varma1-2/+2
diamond operator"
2019-11-20Move "*" string literal on left side of stringanushadasari1-2/+2
It is preferable to place string literals on the left-hand side of an equals() or equalsIgnoreCase() method call. Issue-ID: OPTFRA-647 Change-Id: Ibd04d10da4e655be44310ec0459f1fdeab791441 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: I22d3bd915605507db8fbfcae9d52a5b1b2de8f3f Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Move "*" string literal on left side of stringanushadasari1-1/+1
It is preferable to place string literals on the left-hand side of an equals() or equalsIgnoreCase() method call. Issue-ID: OPTFRA-647 Change-Id: Ie4b1b7b0e56bb88338c9d64219db2da88728ca46 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ie21aeba053ced68ad1dbe25b39cf891219ff669f Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-19Merge "Immediately return this expression"Vikas Varma1-4/+2
2019-11-19Merge "Immediately return this expression"Vikas Varma1-2/+1
2019-11-19Immediately return this expressionanushadasari1-4/+2
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I4f4e41ab55d541746b4cc124b49971074888c6f9 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-19Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: Ief8d222a51cb640df6d8b95a87aae9283e700656 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-06remove the declaration of thrown exceptionmanisha071-1/+1
Issue-ID: OPTFRA-631 Change-Id: Id13015f53833315d42a43a587c2557957c067228 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06replacing with the diamond operatorsmanisha072-23/+9
Issue-ID: OPTFRA-635 Change-Id: I2cfd17d545a89b0be27bd4b73e402074465bcaa3 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06Replace the type specification in this constructor call with the diamond ↵manisha071-2/+2
operator Issue-ID: OPTFRA-631 Change-Id: I135841b55506f56d31ca7a77caae22bfcc0ad2f0 Signed-off-by: manisha07 <cmanis10@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-06return the expressionmanisha071-2/+1
Issue-ID: OPTFRA-631 Change-Id: I6ded4c82ec2957d916e9221b2a6c4e5189674771 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-09-28Replace CADI for access to AAFJerry Flood17-788/+2656
Issue-ID: OPTFRA-593 Change-Id: I56ee7ea9bebce402541b1acefb5e1049b50ad886 Signed-off-by: Jerry Flood <jflood@att.com>
2019-07-26Cleanup POMs and DockerfilesJerry Flood1-9/+10
Issue-ID: OPTFRA-539 Change-Id: I94da0bc947b4cbb226c5e248c85c8d87f799c659 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-30Updates to enable local HTTPS testingJerry Flood1-1/+1
Issue-ID: OPTFRA-391 Change-Id: I4826a4ecc7f33d7062f3cd2850c349fbc4f1ec84 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-29Fix java SSL argument nameJerry Flood1-1/+1
Issue-ID: OPTFRA-391 Change-Id: Idaa14344c76e33b49ae145bf11cefbb2ab597834 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-26More robot tests for CCJerry Flood1-3/+5
Issue-ID: OPTFRA-474 Change-Id: I8288c9094a9a56b882994f784c26231df5a47a89 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-25Remove dead code. Add robot testsJerry Flood5-574/+0
Move interface mocking test code from cmso to robot. Issue-ID: OPTFRA-474 Change-Id: Ib98f0b16d783e01f888279266dfdee858e30b787 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-24Remove dependency on commons-codecJerry Flood1-3/+3
Issue-ID: OPTFRA-479 Change-Id: Id8873f7df5011fa36465a36b2d39d637869d1426 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-24Remove dead code, add robot testsJerry Flood13-962/+63
Issue-ID: OPTFRA-474 Change-Id: I409f3c16d287419357d07487032ceee8eda8cf94 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-19Update license to not be javadocJerry Flood20-20/+20
Issue-ID: OPTFRA-466 Change-Id: Ic3b665edccd81efeaacdb9b032d3bd5fc7a8154c Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-18Update config to use updated class nameJerry Flood1-1/+1
This broke the CSIT job. Issue-ID: OPTFRA-466 Change-Id: I25bc72f5d71cb52af707755a67ea2ddfdd599e71 Signed-off-by: Jerry Flood <jflood@att.com>