aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-optimizer/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18Fix weak cryptography issuesmalarvizhi1-8/+6
Issue-ID: OPTFRA-927 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I9e48f7313a7f76bd431e17cebfc3c52bc7f91bda
2021-03-09Fix weak cryptography issues2.3.2Malarvizhi1-11/+17
Issue-ID: OPTFRA-927 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I2ae9a114b9825c3d3e6faa31afb72a54cdf0c423
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-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-09-28Replace CADI interface to AAFJerry Flood19-760/+1423
Issue-ID: OPTFRA-593 Change-Id: I19d9aedcebc062d505266f0849c9eb3d6edcea71 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 Flood1-56/+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 Flood36-162/+88
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-16More checkstyle changes for DublinJerry Flood6-16/+35
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-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 Flood2-31/+28
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 Flood12-17/+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>
2019-03-28Merge missing optimizer classesJerry Flood8-0/+771
Implement policy model. Issue-ID: OPTFRA-458 Change-Id: Ibb7f8535af910dff3ab9ce671b62fb826899058c Signed-off-by: Jerry Flood <jflood@att.com>
2019-03-28Merge "Commit 8 for Define OPtimizer API mS"Shankaranarayanan Puzhavakath Narayanan8-0/+861
2019-03-28Merge "Commit 6 for Define OPtimizer API mS"Shankaranarayanan Puzhavakath Narayanan8-0/+987
2019-03-28Merge "Commit 7 for Define OPtimizer API mS"Shankaranarayanan Puzhavakath Narayanan13-0/+889
2019-03-28Merge "Commit 5 for Define OPtimizer API mS"Shankaranarayanan Puzhavakath Narayanan9-0/+901
2019-03-28Merge "Commit 4 for Define OPtimizer API mS"Shankaranarayanan Puzhavakath Narayanan11-0/+964
2019-03-28Merge "Commit 3 for Define OPtimizer API mS"Shankaranarayanan Puzhavakath Narayanan9-0/+884
2019-03-28Commit 8 for Define OPtimizer API mSJerry Flood8-0/+861
Multiple commits required due to commit size limitation. Change-Id: Ie67ee24ee399aa324502456396ac7f325f051914 Issue-ID: OPTFRA-437 Signed-off-by: Jerry Flood <jflood@att.com>
2019-03-28Commit 7 for Define OPtimizer API mSJerry Flood13-0/+889
Multiple commits required due to commit size limitation. Change-Id: I3b5f2648d365ed41c014315e44045361bda6b585 Issue-ID: OPTFRA-437 Signed-off-by: Jerry Flood <jflood@att.com>
2019-03-28Commit 6 for Define OPtimizer API mSJerry Flood8-0/+987
Multiple commits required due to commit size limitation. Change-Id: I55747dccb6bb63dcd838ae7fe30d686832516e83 Issue-ID: OPTFRA-437 Signed-off-by: Jerry Flood <jflood@att.com>
2019-03-28Commit 5 for Define OPtimizer API mSJerry Flood9-0/+901
Multiple commits required due to commit size limitation. Change-Id: I09a449adb912aba6f83b774be99600520f36ea0b Issue-ID: OPTFRA-437 Signed-off-by: Jerry Flood <jflood@att.com>
2019-03-28Commit 4 for Define OPtimizer API mSJerry Flood11-0/+964
Multiple commits required due to commit size limitation. Change-Id: I509281a3e6bfe8fb21ae79e1bcd3956fe2bda688 Issue-ID: OPTFRA-437 Signed-off-by: Jerry Flood <jflood@att.com>