Age | Commit message (Expand) | Author | Files | Lines |
2021-02-12 | Make gson type adapters more generic |  Jim Hahn | 2 | -10/+24 |
2020-11-30 | Generalize LocalDateTimeTypeAdapter |  Jim Hahn | 1 | -4/+12 |
2020-09-28 | New sonars in policy-common |  Jim Hahn | 1 | -29/+18 |
2020-06-29 | Fix issues in common for new sonar rules |  Jim Hahn | 1 | -2/+4 |
2020-06-18 | Changes for checkstyle 8.32 |  liamfallon | 1 | -4/+4 |
2020-06-17 | Cleanup various sonar issues in policy-common |  Jim Hahn | 1 | -12/+9 |
2020-04-13 | Fix handling of number fields Yaml |  Jim Hahn | 1 | -4/+16 |
2020-04-06 | Address sonar issues in common |  Jim Hahn | 4 | -11/+27 |
2020-03-27 | More sonar issues cleanup |  Pamela Dragosh | 1 | -5/+5 |
2020-03-24 | Sonar and eclipse warnings common |  Pamela Dragosh | 3 | -14/+11 |
2020-03-03 | Add gson adapters for special field types |  Jim Hahn | 10 | -3/+582 |
2020-01-13 | Changed Matchers to ArgumentMatchers |  Jim Hahn | 1 | -2/+2 |
2019-10-29 | Disable HTML escaping in gson coders |  Jim Hahn | 2 | -2/+3 |
2019-09-16 | Eliminate constructors with side-effects |  Jim Hahn | 2 | -20/+33 |
2019-09-13 | Extract YamlJsonTranslator from StandardYamlCoder |  Jim Hahn | 2 | -5/+13 |
2019-07-17 | Convert double to int when decoding via gson |  Jim Hahn | 4 | -98/+325 |
2019-07-11 | Fix checkstyle issues in common/gson |  Jim Hahn | 4 | -28/+102 |
2019-06-12 | Apply simple sonar fixes |  Jim Hahn | 12 | -32/+25 |
2019-04-29 | Fix sonar issue with double compare4.0.0-ONAP1.4.0 |  Jim Hahn | 1 | -2/+2 |
2019-04-11 | Don't map JSON values to Double |  Jim Hahn | 9 | -14/+357 |
2019-03-14 | Add support for TOSCA JSON Parsing |  liamfallon | 1 | -1/+6 |
2019-02-22 | Log which gson style is being used |  Jim Hahn | 2 | -2/+8 |
2019-02-15 | Add log message when gson used |  Jim Hahn | 1 | -0/+6 |
2019-02-14 | Merge "Add gson handler and tests" |  Jorge Hernandez | 2 | -0/+182 |
2019-02-13 | Refactor common class from gson code |  Jim Hahn | 5 | -230/+381 |
2019-02-13 | Add gson handler and tests |  Jim Hahn | 2 | -0/+182 |
2019-02-13 | Merge "Fix sonar issues in gson superclasses" |  Liam Fallon | 5 | -14/+22 |
2019-02-13 | Merge "Add jackson behavior for fields" |  Liam Fallon | 6 | -0/+752 |
2019-02-12 | Add jackson behavior for methods |  Jim Hahn | 16 | -8/+1421 |
2019-02-12 | Add jackson behavior for fields |  Jim Hahn | 6 | -0/+752 |
2019-02-12 | Fix sonar issues in gson superclasses |  Jim Hahn | 5 | -14/+22 |
2019-02-11 | Add Serializer interface |  Jim Hahn | 1 | -0/+38 |
2019-02-08 | Add superclasses for gson-jackson migration |  Jim Hahn | 14 | -0/+2717 |