aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
4 daysRelease policy/common3.0.1jenkins-releng9-9/+9
4 daysupdate parent references in policy/common pomrameshiyer271-1/+1
updated the parent references in the policy/common pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5166 Change-Id: I8c14ab612550ef7c08359e01907ab5b42c7e74bf Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-11-01Moving message bus configurations to its own moduleadheli.tavares149-1235/+1739
Issue-ID: POLICY-5131 Change-Id: Ibbcdc487300767e7b10d69e9b388c50f09e1adbc Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-09-19Update policy committers in policy/commonrameshiyer271-5/+9
Issue-ID: POLICY-5129 Change-Id: I3ca141a5c0dbc8d0ec9d266a5170659248a094e1 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
2024-09-03Increase coverage in commonwaynedunican20-3/+1388
Issue-ID: POLICY-5106 Change-Id: I54dfcc2ab1100e959ee786ce7a9791ef3465686f Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-09-02Merge "Read additionalProps from .properties files used in drools"Liam Fallon5-15/+120
2024-08-30Read additionalProps from .properties files used in droolsadheli.tavares5-15/+120
Issue-ID: POLICY-5120 Change-Id: I2cb5cae3e6456f32a72e4b2bda0819b3eb77653e Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-08-29Remove modules not being usedadheli.tavares115-24993/+0
Remove modules common-logging, integrity-audity and integrity-monitor as they are not being used in any component. Issue-ID: POLICY-5123 Change-Id: I571f17236a3c8bb9e8e52c99d0298f4098cb5ca9 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-08-13Fix sonar issues in commonwaynedunican21-59/+68
- SONAR Fix instanceOf issues - SONAR Remove public modifiers - SONAR Remove unused imports - SONAR Remove exceptions that can't be thrown from method body Issue-ID: POLICY-5106 Change-Id: I745d0101036d3421f02db22481514be0b79f5103 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-08-01Fix on persistence.xml after updating hibernate dependenciesadheli.tavares4-17/+17
- fix on side effects from drools-apps fix. Issue-ID: POLICY-4955 Change-Id: Ie2f2083122d2cdb64a60120ffa83f1a2bc961c34 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-07-24Isolating the usage of json-schema validator to drools-pdpadheli.tavares8-447/+0
- only drools-pdp have this validation, so moving the class and its dependencies to there to avoid loading dependencies where it's not used. Issue-ID: POLICY-5084 Change-Id: I9ec6b06f4a8b56c844725b7da8993eb3da078574 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-07-19Uplift json schema validator libraryadheli.tavares14-154/+220
Issue-ID: POLICY-5084 Change-Id: Ic0413a07d052b62cf81fb9f128ecca892d76aa73 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-07-12Update snapshot and/or references of policy/common to latest snapshotsrameshiyer2712-13/+13
policy/common updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: I378c59b11f7f65fdecbb6bf917416ccd844d9b96 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-12Release policy/common: 3.0.0rameshiyer271-0/+4
This commit releases repo policy/common. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: I7dde38b261e293a221532a96679d49c8015c0c48 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-11update parent references in policy/common pomrameshiyer271-1/+1
updated the parent references in the policy/common pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: Ia7b043751a3c45bbcd816784a81910e5297caaf0 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-03Revert "Refactor tests to remove hamcrest dependency"adheli.tavares3-39/+83
This reverts commit 5adeeef86bb4de331f84879beffd91633e764bed. Reason for revert: deleted class is being used in other components Issue-ID: POLICY-5043 Change-Id: I867b4842826c528444544d84068784843d51684c Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-07-02Refactor tests to remove hamcrest dependencywaynedunican3-83/+39
Issue-ID: POLICY-5043 Change-Id: Ic72209632810c54f69f801a04033d73d866e2bc5 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-07-01Remove Junit dependencies commonwaynedunican2-10/+0
Issue-ID: POLICY-5043 Change-Id: I89a8cfc05cc8ed06f594ef9209d9eb7b4df0e676 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-07-01Merge "Convert common to JUnit 5"Liam Fallon25-281/+329
2024-07-01Convert common to JUnit 5waynedunican25-281/+329
Review for utils-test Issue-ID: POLICY-5043 Change-Id: I5269fca2b71ca2e814bbb050cd2a5505f47419fa Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-07-01Convert common to JUnit 5waynedunican39-539/+597
Review for utils Issue-ID: POLICY-5043 Change-Id: Ic5f1d30ef6bfb02fd09270127b19180b1f989084 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-06-27Convert common to JUnit 5waynedunican20-752/+767
Review for integrity-audit & integrity-monitor Issue-ID: POLICY-5043 Change-Id: I9cf896287e8f83559e327dfaa610f454767072f9 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-06-27Merge "Convert common to JUnit 5"Ramesh Murugan Iyer43-655/+689
2024-06-27Convert common to JUnit 5waynedunican49-623/+648
Review for common-logging, common-parameters & gson Issue-ID: POLICY-5043 Change-Id: I0f1dce53716dff8d9c5557a68b2723c6a4752c9f Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-06-27Convert common to JUnit 5waynedunican43-655/+689
Review for policy-endpoints Issue-ID: POLICY-5043 Change-Id: I6efd2d3d25195d86ceb588ce925b2e8f5ac5d357 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-05-20Set all cross references of policy/commonsaul.gill1-1/+1
policy/common updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4999 Change-Id: I6a2d6f633655111440152953f43267b75a85b119 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-05-20Set snapshot and/or references of policy/common for new releasesaul.gill12-14/+14
policy/common updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4999 Change-Id: I0f2a14bd5f9265af6b31d5e2379e57c46bd1090d Signed-off-by: saul.gill <saul.gill@est.tech>
2024-05-16Update snapshot and/or references of policy/common to latest snapshotswaynedunican12-13/+13
policy/common updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: If597eabba9da9599fd4c751ce54f58335fd82003 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-05-16Release policy/common: 2.1.3waynedunican1-0/+4
This commit releases repo policy/common. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: Ifaeaddbd0fa8ac9b3e014fc39c9e10613b34e047 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-05-16update parent references in policy/common pomwaynedunican1-1/+1
updated the parent references in the policy/common pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: If4c422a698e4009538ddb96fac714f7c64541d25 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-04-25Update snapshot and/or references of policy/common to latest snapshotssaul.gill12-13/+13
policy/common updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: I5c61dd14f9d0e20e6a91e9dfaac053cf4486fc95 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-04-25Release policy/common: 2.1.2saul.gill1-0/+4
This commit releases repo policy/common. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: Iccdbb1db285065d41bb0a919bac06aeb5adb1207 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-04-25update parent references in policy/common pomsaul.gill1-1/+1
updated the parent references in the policy/common pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: Iaa240554d881f0a2c96e35e97da56990bd8074a8 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-04-24Remove leftover UEB configurationsadheli.tavares7-103/+8
Issue-ID: POLICY-4945 Change-Id: I05f7dca432ed859360e2239bba91ee5c35229697 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-04-10Dependency management updateadheli.tavares51-2488/+374
- including dependencies to pom.xml files only where they are used, avoiding extra dependencies being added in all packages. - removal of unused UEB topic. Issue-ID: POLICY-4945 Change-Id: Ifc0212af2bc938e357e1addebcec591f9d6cfc14 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-03-14Update dependenciesadheli.tavares3-14/+1
- add dependencies that were brought by oparent - remove versions of dependencies already managed by policy parent - fix any code related to those dependencies Issue-ID: POLICY-4945 Change-Id: I88ec8ec3d0094592c29a4a63d119dfb1022518df Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-02-21Removing version field on dependencies managed by parentadheli.tavares1-3/+0
Issue-ID: POLICY-4868 Change-Id: I2c5a9f61d1ae9e199b1affd942cb3cb44ed8bf28 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-02-16Update snapshot and/or references of policy/common to latest snapshotswaynedunican12-13/+13
policy/common updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: I98e65d549da3189e4c582c14f422711b072bf970 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-02-16Release policy/common: 2.1.1waynedunican1-0/+4
This commit releases repo policy/common. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: I141207c83f67b4e0665548dad864f8ae394f13f1 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-02-16update parent references in policy/common pomwaynedunican1-1/+1
updated the parent references in the policy/common pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: I2b44af4748ee58cdfd25380bd75d6808d5159b5f Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-02-07Remove Dmaap references from policy-commonrameshiyer2762-3586/+154
- updated dependencies for jakarta.* compabilities - other dependency updates for security fixes Issue-ID: POLICY-4881 Change-Id: I979d944fcd21279f618d1bcbfe12e914ba30077f Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-02-07Addition of tracing for Kafkasaul.gill25-8/+223
Added open telemetry-based interceptors Messages will be tagged with tracing information Issue-ID: POLICY-4922 Change-Id: If4234a642c3eb7dd6c3acaf2f06b2efb2ddef8af Signed-off-by: saul.gill <saul.gill@est.tech>
2023-12-18Apply lower case to any topics to be compatible with Kafka.adheli.tavares16-82/+101
Issue-ID: POLICY-4402 Change-Id: Iebaec5f52a1fa0feb881ccfcb5319bc8a951b496 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-12-18Merge "Add default fetch timeout for kafka client"Adheli Tavares1-1/+12
2023-12-14Add default fetch timeout for kafka clientrameshiyer271-1/+12
Issue-ID: POLICY-4201 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I494f2bd9e02edf61e8a8a199018356cd162e0d45
2023-12-11Update snapshot and/or references of policy/common to latest snapshotssaul.gill12-13/+13
policy/common 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: Ia0a77900be780b98d3a789ca1047d57d43a34d7c
2023-12-11Release policy/common: 2.1.0saul.gill1-0/+4
This commit releases repo policy/common. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4907 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Ia0491b4505854fdd839c02a8b025ff78cda68b63
2023-12-11update parent references in policy/common pomsaul.gill1-1/+1
updated the parent references in the policy/common 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: I34894226193845544069f98d2ef48965e8f32c2a
2023-11-14Set all cross references of policy/commonliamfallon1-1/+1
policy/common 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: If04eeabdf932b72d11c23be8bf37e58706343182
2023-11-14Set snapshot and/or references of policy/common for new releaseliamfallon12-13/+13
policy/common 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: I3c28df30ad7d015d80af9a09cd28685ed1515fdf