summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-01-16Remove MariaDB supportadheli.tavares10-789/+541
Issue-ID: POLICY-5196 Change-Id: Iee84ce0c24a89b47dbc34ba110e9c83103ef47ed Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2025-01-10Fix sonar issuesadheli.tavares30-466/+423
- fixing sonar issues on code to generate new models-* artifacts with parent new dependencies. Issue-ID: POLICY-5240 Change-Id: I41e01ededbc20c9b389be1167691aeb4e03cd0fb Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-12-19modify policytype to include datagururajarao791-1/+8
Issue-ID: POLICY-5212 Change-Id: I6f288c91355662e3da20cf2dcb7fe0348e024e83 Signed-off-by: gururajarao79 <gb00566633@techmahindra.com>
2024-11-20Merge "added native tosca xacml policy types"Ramesh Murugan Iyer1-0/+388
2024-11-19Set all cross references of policy/modelsrameshiyer273-4/+4
policy/models updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-5166 Change-Id: I4a3947c2238702e03d5896be2c29558a4b94e04e Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-11-19Set snapshot and/or references of policy/models for new releaserameshiyer2744-45/+45
policy/models updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5166 Change-Id: Ide3b1bf3371524ee614a195e94777bb0ec873c49 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-11-18Update 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-5166 Change-Id: I11f36f587352713b50ef9d9b16df785339e24a87 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-11-18Release docker images for policy/models: 4.0.1rameshiyer271-0/+8
This commit releases docker images for repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5166 Change-Id: I291aa1be74a3fd884dff394a3498918e57ec5f24 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-11-18Release policy/models: 4.0.1rameshiyer271-0/+5
This commit releases repo policy/models. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5166 Change-Id: I7f2067cdce7a4da91b5ee04aa80d855959305a4d Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-11-18update 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>
2024-11-14opa policy type addedUbuntu1-0/+20
Issue-ID: POLICY-5159 Change-Id: I6f052e5d8baca528a9f67223a0e473ed2fcb1eaf Signed-off-by: Ubuntu <dm00536893@techmahindra.com>
2024-11-14added native tosca xacml policy typesA2001694901-0/+388
Issue-ID: POLICY-5128 Change-Id: I14f11ddfc63a2299ac85b5d27a2f3ab86fddb736 Signed-off-by: A200169490 <ajinkya-patil@t-systems.com>
2024-11-12Revert 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>