Age | Commit message (Expand) | Author | Files | Lines |
2022-04-22 | Fix unit test failing due to GSON upgrade | liamfallon | 1 | -2/+3 |
2022-01-17 | Fix test case broken by new GSON version | liamfallon | 1 | -1/+1 |
2021-09-02 | Create methods for creating temp files | Jim Hahn | 3 | -53/+122 |
2021-08-20 | Fix sonars and java warnings in common | Jim Hahn | 1 | -9/+1 |
2021-08-04 | refactor slf4j logger to common util | Taka Cho | 1 | -0/+61 |
2021-06-25 | Add name generator for PAP and PDPs | Jim Hahn | 1 | -1/+11 |
2021-06-17 | Use lombok in policy-common utils | Jim Hahn | 1 | -3/+3 |
2021-05-21 | Enhance toString methods in factory classes | Jim Hahn | 1 | -6/+3 |
2021-04-13 | Merge "Revert "Modify StandardCoder to handle empty source"" | Pamela Dragosh | 1 | -33/+2 |
2021-04-13 | Revert "Modify StandardCoder to handle empty source" | Jim Hahn | 1 | -33/+2 |
2021-04-13 | Add command line handler | adheli.tavares | 2 | -2/+183 |
2021-04-07 | Modify StandardCoder to handle empty source | Jim Hahn | 1 | -2/+33 |
2020-12-14 | Convert YAML Double to Integer/Long | Jim Hahn | 1 | -0/+6 |
2020-10-29 | Fix sonar security issue in CryptoUtils | Jim Hahn | 2 | -5/+19 |
2020-09-30 | Fix more sonars in policy/common | Jim Hahn | 1 | -33/+23 |
2020-09-28 | New sonars in policy-common | Jim Hahn | 1 | -17/+8 |
2020-06-29 | Fix issues in common for new sonar rules | Jim Hahn | 1 | -1/+4 |
2020-06-18 | Changes for checkstyle 8.32 | liamfallon | 3 | -8/+8 |
2020-06-17 | Cleanup various sonar issues in policy-common | Jim Hahn | 8 | -31/+25 |
2020-04-06 | Address sonar issues in common | Jim Hahn | 6 | -59/+59 |
2020-03-12 | Move code from drools-apps to common | Jim Hahn | 2 | -10/+220 |
2020-03-03 | Add gson adapters for special field types | Jim Hahn | 1 | -0/+160 |
2020-02-24 | Fixes to support dependency upgrade | Pamela Dragosh | 1 | -3/+3 |
2020-02-17 | Add convert() to Coder | Jim Hahn | 2 | -1/+161 |
2020-02-08 | Add enhancements to standard coder | Jim Hahn | 1 | -3/+44 |
2020-02-03 | Merge "Fix ResourceUtilsTest junit" | Pamela Dragosh | 1 | -6/+16 |
2020-01-31 | Add pretty() method to Coder | Jim Hahn | 3 | -1/+71 |
2020-01-31 | Fix ResourceUtilsTest junit | Jim Hahn | 1 | -6/+16 |
2020-01-29 | Convert double to int when decoding JSON | Jim Hahn | 1 | -1/+15 |
2020-01-27 | Schema validation extension to StandardCoder | jhh | 1 | -0/+143 |
2020-01-22 | Create path to text file being created | liamfallon | 1 | -1/+21 |
2020-01-13 | Add method to return resource directory contents | liamfallon | 1 | -7/+42 |
2020-01-10 | Address items deprecated by move to java 11 | Jim Hahn | 1 | -2/+3 |
2019-10-29 | Fix new sonar issues in common | Jim Hahn | 1 | -2/+2 |
2019-10-24 | Integrate CryptoUtils into ONAP common | Chou, Joseph (jc2555) | 1 | -0/+105 |
2019-10-21 | Add CryptoCoder interface | jhh | 1 | -2/+2 |
2019-09-13 | Extract YamlJsonTranslator from StandardYamlCoder | Jim Hahn | 3 | -84/+210 |
2019-09-12 | Remove YamlException class | Jim Hahn | 1 | -61/+0 |
2019-09-11 | Create StandardYamlCoder | Jim Hahn | 2 | -0/+212 |
2019-08-14 | Add ApiUtils to facilitate looping over features | Jim Hahn | 1 | -0/+82 |
2019-07-17 | Convert double to int when decoding via gson | Jim Hahn | 1 | -0/+9 |
2019-07-05 | Fix sonar issue in common/utils | Jim Hahn | 1 | -1/+1 |
2019-06-26 | Speed up CryptoUtilsTest | Jim Hahn | 1 | -0/+2 |
2019-06-12 | Apply simple sonar fixes | Jim Hahn | 8 | -162/+167 |
2019-04-11 | Don't map JSON values to Double | Jim Hahn | 1 | -0/+26 |
2019-04-04 | Add semantic version comparable class | liamfallon | 1 | -0/+142 |
2019-03-21 | Add simple Registry class to manage singletons | Jim Hahn | 1 | -0/+139 |
2019-03-20 | Add wrapper for ServiceManager | Jim Hahn | 1 | -0/+115 |
2019-03-18 | Merge "Add Network Logging Feature" | Liam Fallon | 3 | -53/+208 |
2019-03-16 | Make ServiceManager implement Startable | Jim Hahn | 1 | -8/+54 |