aboutsummaryrefslogtreecommitdiffstats
path: root/utils/src
AgeCommit message (Expand)AuthorFilesLines
2024-04-10Dependency management updateadheli.tavares1-4/+5
2023-09-29Fix security vulnerabilitiesadheli.tavares2-15/+15
2023-09-21Java 17 Upgradeadheli.tavares12-19/+29
2023-02-20Clean up dependencies for London Releaseliamfallon1-1/+6
2022-04-22Fix unit test failing due to GSON upgradeliamfallon1-2/+3
2022-02-08add constants for policy execution latency metricjhh1-0/+12
2022-02-07add global constant for policy execution metricRashmi Pujar1-1/+28
2022-02-02add global constants for prometheus usagejhh1-0/+68
2022-01-17Fix test case broken by new GSON versionliamfallon1-1/+1
2021-09-02Create methods for creating temp filesJim Hahn6-67/+224
2021-08-23Merge "Prevent deadlock in ServiceManager"Ram Krishna Verma1-9/+10
2021-08-23Prevent deadlock in ServiceManagerJim Hahn1-9/+10
2021-08-20Fix sonars and java warnings in commonJim Hahn2-36/+5
2021-08-04refactor slf4j logger to common utilTaka Cho3-0/+286
2021-06-25Add name generator for PAP and PDPsJim Hahn2-1/+23
2021-06-17Use lombok in policy-common utilsJim Hahn20-219/+104
2021-05-27Fix sonar issues in commonJim Hahn1-1/+1
2021-05-21Enhance toString methods in factory classesJim Hahn2-17/+5
2021-05-07Change java.util.regex to re2jJim Hahn2-2/+2
2021-05-06Fix sonars in policy-commonJim Hahn15-98/+101
2021-04-13Merge "Revert "Modify StandardCoder to handle empty source""Pamela Dragosh2-55/+7
2021-04-13Revert "Modify StandardCoder to handle empty source"Jim Hahn2-55/+7
2021-04-13Add command line handleradheli.tavares7-2/+518
2021-04-07Modify StandardCoder to handle empty sourceJim Hahn2-7/+55
2021-01-16Add policy-clamp to policy Message constantsliamfallon1-0/+1
2020-12-14Convert YAML Double to Integer/LongJim Hahn3-3/+34
2020-11-06Fix upcoming checkstyle issuesPamela Dragosh1-8/+8
2020-10-29Fix sonar security issue in CryptoUtilsJim Hahn3-9/+25
2020-09-30Fix more sonars in policy/commonJim Hahn1-33/+23
2020-09-28New sonars in policy-commonJim Hahn1-17/+8
2020-08-14Adding common success/failure messages for policy componentsa.sreekumar1-0/+41
2020-06-30Fix sonar about always-trust-managerJim Hahn1-25/+2
2020-06-29Fix issues in common for new sonar rulesJim Hahn1-1/+4
2020-06-18Changes for checkstyle 8.32liamfallon7-15/+13
2020-06-17Cleanup various sonar issues in policy-commonJim Hahn10-41/+33
2020-04-07Update licenses on sonar fixes in commonJim Hahn1-1/+1
2020-04-06More sonar issues in commonJim Hahn1-2/+10
2020-04-06Address sonar issues in commonJim Hahn16-173/+141
2020-03-24Sonar and eclipse warnings commonPamela Dragosh1-8/+6
2020-03-12Move code from drools-apps to commonJim Hahn3-10/+463
2020-03-03Add gson adapters for special field typesJim Hahn3-1/+286
2020-02-24Fixes to support dependency upgradePamela Dragosh1-3/+3
2020-02-17Add convert() to CoderJim Hahn4-2/+227
2020-02-08Add enhancements to standard coderJim Hahn2-16/+101
2020-02-03Merge "Fix ResourceUtilsTest junit"Pamela Dragosh1-6/+16
2020-01-31Add pretty() method to CoderJim Hahn7-9/+138
2020-01-31Fix ResourceUtilsTest junitJim Hahn1-6/+16
2020-01-29Convert double to int when decoding JSONJim Hahn2-2/+18
2020-01-27Schema validation extension to StandardCoderjhh7-6/+352
2020-01-22Create path to text file being createdliamfallon2-1/+25