aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-optimizer/src/main
AgeCommit message (Collapse)AuthorFilesLines
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-9/+7
Issue-ID: OPTFRA-927 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I9e48f7313a7f76bd431e17cebfc3c52bc7f91bda
2021-03-09Fix weak cryptography issues2.3.2Malarvizhi2-12/+18
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-07-21Upgrade log4j to 2.13.1 and add log4j api 2.13.1.Maciej Malewski6-123/+25
Issue-ID: OPTFRA-752 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: Ib39de5e892f00c07c812a8dc8d3ac7d1fca009cf
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-1/+1
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/+6
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-22Remove the declaration of thrown exceptionanushadasari1-9/+4
Remove the declaration of thrown exception 'com.fasterxml.jackson.databind.JsonMappingException' which is a subclass of 'java.io.IOException'. Issue-ID: OPTFRA-632 Change-Id: I63ff85db68f0247573f9a6202feb2cb7849176c3 Signed-off-by: anushadasari <danush10@in.ibm.com>
2020-01-22Update robot docker buildJerry Flood3-7/+8
Issue-ID: OPTFRA-681 Change-Id: Id72cdaad6c8ab8ddcb448ff9b5b3c10a7566b76d Signed-off-by: Jerry Flood <jflood@att.com>
2019-11-20Immediately return this expressionanushadasari1-3/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I4676c4df578768ea977d2ebf3034ed9e6d30fb85 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Move "*" string literal on left side of stringanushadasari1-3/+3
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: Idd9ac257f96553a00f8a455a48d678adb167a382 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Remove the declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'com.fasterxml.jackson.core.JsonParseException' which is a subclass of 'java.io.IOException'. Issue-ID: OPTFRA-632 Change-Id: I3e5778420d19d98a625590cc547a8590b0d9641a Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Remove the declaration of thrown exceptionanushadasari1-2/+1
Remove the declaration of thrown exception 'com.fasterxml.jackson.core.JsonParseException' which is a subclass of 'java.io.IOException'. Issue-ID: OPTFRA-632 Change-Id: Ibce8815c9c1edc3308ee00f2eb6063396dee133c 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: 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-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-10-02Disable AAF in config for CSITJerry Flood1-1/+1
Issue-ID: OPTFRA-596 Change-Id: I71a8be5698547255ad7b36352c72e7199f320714 Signed-off-by: Jerry Flood <jflood@att.com>
2019-09-28Replace CADI interface to AAFJerry Flood21-761/+1962
Issue-ID: OPTFRA-593 Change-Id: I19d9aedcebc062d505266f0849c9eb3d6edcea71 Signed-off-by: Jerry Flood <jflood@att.com>
2019-07-26Cleanup POMs and DockerfilesJerry Flood1-18/+18
Issue-ID: OPTFRA-539 Change-Id: I94da0bc947b4cbb226c5e248c85c8d87f799c659 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-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 Flood2-57/+0
Issue-ID: OPTFRA-474 Change-Id: I409f3c16d287419357d07487032ceee8eda8cf94 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-19Update license to not be javadocJerry Flood28-34/+35
Issue-ID: OPTFRA-466 Change-Id: Ic3b665edccd81efeaacdb9b032d3bd5fc7a8154c Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-19Rename classes to avoid duplicatesJerry Flood37-163/+89
Copy jacoco exec files for upload to sonar Handle ending midnight in time window Issue-ID: OPTFRA-474 Change-Id: Id5df25e404a08e039537e4eb987838835ee12f11 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-17Update container startup for SSLJerry Flood1-6/+6
Issue-ID: OPTFRA-391 Change-Id: I6cbc831511b6378c6660ab37ab3ec8062ac07359 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-16More checkstyle changes for DublinJerry Flood7-18/+54
Issue-ID: OPTFRA-466 Change-Id: Ied602196284bf3aed56ff491a749f14503395c88 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-10Changes for checkstyle warningsJerry Flood23-107/+341
Issue-ID: OPTFRA-474 Change-Id: I2a813d47179a6f8e24ae0b166c029120f3bb1783 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-10Add java truststore to startupJerry Flood1-1/+6
Issue-ID: OPTFRA-391 Change-Id: I0a2dd62d0dcc4f8ddc714eae6a50b29f0f737b0b Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-05Fix so minizinc works in windowsJerry Flood1-14/+7
Issue-ID: OPTFRA-458 Change-Id: Id63558456a13a31284f12007587706c66508512f Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-05Integrate new mS into ITJerry Flood4-32/+53
Issue-ID: OPTFRA-458 Change-Id: I42966034101baa54c1b60e07b74c17d97680da81 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Updates for ETE with minizincJerry Flood7-54/+105
Issue-ID: OPTFRA-436 Change-Id: Ib6eb65728bcdbb2ea27a94125580b181d63babd6 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Merge "Commit 4 for Integrate minizinc optimizer engine"Vikas Varma4-15/+110
2019-04-03Merge "Commit 3 for Integrate minizinc optimizer engine"Vikas Varma7-27/+366
2019-04-02Commit 4 for Integrate minizinc optimizer engineJerry Flood4-15/+110
Multiple commits required due to commit size limitation. Change-Id: Ic8c15314da7c2ffc4e0bc7a937ff3835c3947bfd Issue-ID: OPTFRA-436 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-02Commit 3 for Integrate minizinc optimizer engineJerry Flood7-27/+366
Multiple commits required due to commit size limitation. Change-Id: I23e295064cec1bf4fcb091fca2e461462fb688ed Issue-ID: OPTFRA-436 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-02Commit 2 for Integrate minizinc optimizer engineJerry Flood4-0/+636
Multiple commits required due to commit size limitation. Change-Id: I50c6dffbdd8a1170d151432dad745589b5925eb6 Issue-ID: OPTFRA-436 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-01Define interface to minizinc engineJerry Flood13-18/+695
Issue-ID: OPTFRA-436 Change-Id: Icf450f06d37f6035a620b3f22a5c186f4923d63c Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-01Merge "Commit 3 for Define OPtimizer API mS"Vikas Varma5-18/+210
2019-04-01Merge "Commit 2 for Define OPtimizer API mS"Vikas Varma8-91/+797
2019-03-31Commit 3 for Define OPtimizer API mSJerry Flood5-18/+210
Multiple commits required due to commit size limitation. Change-Id: I92982e17538e19f79713efb99a1f2cc4b7ba3256 Issue-ID: OPTFRA-437 Signed-off-by: Jerry Flood <jflood@att.com>
2019-03-31Commit 2 for Define OPtimizer API mSJerry Flood8-91/+797
Multiple commits required due to commit size limitation. Change-Id: I73cc4e72447aa6d80c666db45cf5c02b31f6cda8 Issue-ID: OPTFRA-437 Signed-off-by: Jerry Flood <jflood@att.com>
2019-03-31Commit 1 for Define OPtimizer API mSJerry Flood7-42/+251
Multiple commits required due to commit size limitation. Change-Id: If34d19e3ed8bebcab1a348cbac39254336a456f9 Issue-ID: OPTFRA-437 Signed-off-by: Jerry Flood <jflood@att.com>
2019-03-28Added policy model with local policiesJerry Flood8-0/+707
Issue-ID: OPTFRA-458 Change-Id: If8fedf34a0f41ae7936500f08a05259a27af6270 Signed-off-by: Jerry Flood <jflood@att.com>