summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
4 daysupdate parent,common references in policy/models pomrameshiyer273-4/+4
updated the parent and common references in the policy/models pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5166 Change-Id: Id2f4d73f6b15ad9b361e4f4ad88d5f810b319746 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
8 daysopa policy type addedUbuntu1-0/+20
Issue-ID: POLICY-5159 Change-Id: I6f052e5d8baca528a9f67223a0e473ed2fcb1eaf Signed-off-by: Ubuntu <dm00536893@techmahindra.com>
10 daysRevert changes in models-impl/cds pomadheli.tavares3-60/+2
- adding dependencies directly might have caused issues in drools-apps Issue-ID: POLICY-5158 Change-Id: I48be8f3fa45e124e1f9939546f12a1bccc0d790f Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-11-07Fix references and organize dependencies after splittingadheli.tavares88-455/+955
policy-endpoints and message-bus Issue-ID: POLICY-5131 Change-Id: I7542caaccc130bc6120cc105d31a1e1e951c8cff Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-09-19Update policy committers in policy/modelsrameshiyer271-5/+9
Issue-ID: POLICY-5129 Change-Id: Ic5cc4b4ea62a4fcc7a21ccb93e35ee07a323c06a Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
2024-08-15Merge "Increase coverage above 90% for models"Adheli Tavares2-5/+136
2024-08-15Fix constant missing in drools-applicationsadheli.tavares1-41/+28
Issue-ID: POLICY-5107 Change-Id: I63d71445de2c188916692d7f4136fdf9e4512948 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-08-15Increase coverage above 90% for modelswaynedunican2-5/+136
Differences between local sonar scan (90.5) and sonarcloud (89.7) after merge Pushing extra tests to ensure coverage is above 90 on sonarcloud Issue-ID: POLICY-5069 Change-Id: I684204545044e08e852acdb995fce54ceefb0523 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-08-13Improve code coverage and sonar fixeswaynedunican110-213/+1500
Increased code coverage to 90% SONAR - Removed TODO comments SONAR - Added NOSONAR where appropriate SONAR - Replaced stream.Collect() with stream.toList() where applicable SONAR - Made variables serializable or transient to comply with sonar rules Issue-ID: POLICY-5069 Change-Id: Ife256eaf4e6f427fe40b138bacc6f112dc5bcea4 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-08-01Fix on persistence.xml after updating hibernate dependenciesadheli.tavares7-26/+29
- fix on side effects from drools-apps fix. - hibernate does not allow class annotated with @MappedSuperClass to have also @Table annotation. Issue-ID: POLICY-4955 Change-Id: I1493f58cd31646842220872c239629f3a499a9f3 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-07-12Update snapshot and/or references of policy/models to latest snapshotsrameshiyer2746-48/+48
policy/models updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: I3f1e814bcb5a6da0a678074df249b92113107b20 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-12Release docker images for policy/models: 4.0.0rameshiyer271-0/+8
This commit releases docker images for repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: I123372e62d67ec1e9aa81ae399e8eae0bf3475fa Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-12Release policy/models: 4.0.0rameshiyer271-0/+5
This commit releases repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: If9c14d7aa31b588214b47b59f213f6883d92a7dd Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-12update parent,common references in policy/models pomrameshiyer273-4/+4
updated the parent and common references in the policy/models pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: I0fd33fce97ae56b23a128b9ac217bb34106d2b11 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-02Clean up of JUnit 4 dependencieswaynedunican17-126/+123
Cleanup of JUnit 4 dependenies Convert model-simulators to JUnit 5 Issue-ID: POLICY-5042 Change-Id: I608f675ef04437207769f624988cb4e630b67440 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-06-26Merge "Convert models to JUnit 5"Adheli Tavares38-425/+419
2024-06-25Convert models to JUnit 5waynedunican38-425/+419
Review for models-pap, models-pdp and models-provider Issue-ID: POLICY-5042 Change-Id: Ic00d60127f11472f585e4cbda2b2272c220cd225 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-06-24Convert models to JUnit 5waynedunican81-600/+639
Review for models-impl Issue-ID: POLICY-5042 Change-Id: I22ff90b12da3fb2ba4d0eead7afb9282eac6921f Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-06-21Merge "Convert models to JUnit 5"Adheli Tavares60-638/+681
2024-06-20Convert models to JUnit 5waynedunican28-230/+237
Review for models-base, models-dao, models-decisions and models-errors Issue-ID: POLICY-5042 Change-Id: I0fd2252dcf5c758420508facf62d70789a5e9598 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-06-20Convert models to JUnit 5waynedunican60-638/+681
Review for models-sim and models-tosca Issue-ID: POLICY-5042 Change-Id: I72533933b34df145e1ff4eb40ebafa93f85cca9a Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-06-20Convert models to JUnit 5waynedunican106-1701/+1799
Review for models-actors Issue-ID: POLICY-5042 Change-Id: Ica07b9fbda1eca24a8a432d57a2d9af52c84625d Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-05-20Set all cross references of policy/modelssaul.gill3-4/+4
policy/models updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4999 Change-Id: Ic9561be236b4f99f3eedee2fa6265b8f696b126a Signed-off-by: saul.gill <saul.gill@est.tech>
2024-05-20Set snapshot and/or references of policy/models for new releasesaul.gill44-46/+46
policy/models updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4999 Change-Id: I6dfea7c364e79409ec9c59385d0c1d2b991b0a85 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-05-16Update snapshot and/or references of policy/models to latest snapshotswaynedunican46-48/+48
policy/models updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: I09269130698c24b8f4e7c18631cc8e699ff0fae4 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-05-16Release docker images for policy/models: 3.1.3waynedunican1-0/+8
This commit releases docker images for repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: Ifa549c4dc606efdb14265f484fa2292f021de9fb Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-05-16Release policy/models: 3.1.3waynedunican1-0/+5
This commit releases repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: Iebf02338995e21ee3a867d8ef368574a9089ad31 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-05-16update parent,common references in policy/models pomwaynedunican3-4/+4
updated the parent and common references in the policy/models pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: I5b9f907a8890860baa6696063a56fbe80ea573a1 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-05-09Kafka clients lib required by pdp simsaul.gill1-0/+5
Issue-ID: POLICY-4988 Change-Id: I8368db9e63b66da30576bd37645f5560f17a54cc Signed-off-by: saul.gill <saul.gill@est.tech>
2024-04-25Update snapshot and/or references of policy/models to latest snapshotssaul.gill47-48/+216
policy/models updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: I529a9542c8a20e8f8c27b5ae1da44b65b9f8a05a Signed-off-by: saul.gill <saul.gill@est.tech>
2024-04-25Release docker images for policy/models: 3.1.2saul.gill1-0/+8
This commit releases docker images for repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: I4537dda5f87c55bf853daa7917145167a249c476 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-04-25Release policy/models: 3.1.2saul.gill1-0/+5
This commit releases repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: I18cc56a22129131e44542dafed98e20aa01b4a21 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-04-25update parent,common references in policy/models pomsaul.gill3-4/+4
updated the parent and common references in the policy/models pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: I0d6aa5ac5f45c9aaa8ea2511fd76b9719017b0b4 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-04-24Fix actors interactions for drools issues.adheli.tavares6-19/+27
- adjust topics in policies for drools usecases controller - add kafka runtime dependencies. Issue-ID: POLICY-4955 Change-Id: I5bd4f3898ca63cc9f6fce5aa1f95dc503b4b2419 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-04-10Dependency management updateadheli.tavares36-193/+400
- including dependencies to pom.xml files only where they are used, avoiding extra dependencies being added in all packages. Issue-ID: POLICY-4945 Change-Id: I85b18befe3fe2877c754b1ac818d1b4994f9f7f9 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-02-21Fix config files to remove outdated configuration for hibernateadheli.tavares22-247/+179
Issue-ID: POLICY-4929 Change-Id: Icd796030753c505c99c1840d8d11fb2f8300c15e Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-02-16Update snapshot and/or references of policy/models to latest snapshotswaynedunican46-48/+48
policy/models updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: If5af9ed47cd1c5d987259c90e95d3c40c52977c0 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-02-16Release docker images for policy/models: 3.1.1waynedunican1-0/+8
This commit releases docker images for repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: Ic5febbeec62f752be59c97fa5fe5d3f42db6f42a Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-02-16Release policy/models: 3.1.1waynedunican1-0/+5
This commit releases repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: I0219e402e3c6e40eabe0925ff82fbce25e8e9f77 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-02-16update parent,common references in policy/models pomwaynedunican3-4/+4
updated the parent and common references in the policy/models pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: I52435e88455357cb01e33dffd31545e50c206930 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-02-08Remove dmaap from modelsrameshiyer2775-3615/+186
Issue-ID: POLICY-4402 Change-Id: Icead1601984f463e557b969f2792f0f0aa05f060 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-01-11Fix simulator topics for lower caseadheli.tavares5-20/+21
Issue-ID: POLICY-4402 Change-Id: I4a3122810e01988aeed0d68e3b8d7167daee4e62 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-12-11Update snapshot and/or references of policy/models to latest snapshotssaul.gill47-49/+49
policy/models updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4907 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I7422d28b954ac0d2b1720105a0089cc10b98f712
2023-12-11Release docker images for policy/models: 3.1.0saul.gill1-0/+8
This commit releases docker images for repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4907 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: If13ac82a7828b4d79e62c6cdeb94cce07a2f0090
2023-12-11Release policy/models: 3.1.0saul.gill1-0/+5
This commit releases repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4907 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Ic805e180880c18e014f395bfa74783c62ceb7028
2023-12-11update parent,common references in policy/models pomsaul.gill3-4/+4
updated the parent and common references in the policy/models pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4907 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I968db58f03bf8c64f19ff9e09485be8f01cd9add
2023-11-24Allow semantic versioning in all templates in modelsFrancescoFioraEst2-6/+25
Issue-ID: POLICY-4885 Change-Id: I036c4ddc41bb817dc28a4b28a842d3139991bd10 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-11-14Set all cross references of policy/modelsliamfallon3-4/+4
policy/models updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I6ce2824864084a0d01635cc516a45a2d19493637
2023-11-14Set snapshot and/or references of policy/models for new releaseliamfallon45-46/+46
policy/models updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Id325ff49ba7db6effa42789a1e54eca066bc1248
2023-11-13Update snapshot and/or references of policy/models to latest snapshotsliamfallon47-49/+49
policy/models updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ifae4425ed10aa87bd420bbbdf55a5f55399f80b3