aboutsummaryrefslogtreecommitdiffstats
path: root/utils/src/main
AgeCommit message (Expand)AuthorFilesLines
2020-02-17Add convert() to CoderJim Hahn2-1/+66
2020-02-08Add enhancements to standard coderJim Hahn1-13/+57
2020-01-31Add pretty() method to CoderJim Hahn4-8/+67
2020-01-29Convert double to int when decoding JSONJim Hahn1-1/+3
2020-01-27Schema validation extension to StandardCoderjhh2-6/+115
2020-01-22Create path to text file being createdliamfallon1-0/+4
2020-01-14Sonar cleanup overrides and fixesPamela Dragosh1-9/+9
2020-01-13Add method to return resource directory contentsliamfallon1-3/+102
2019-10-29Fix new sonar issues in commonJim Hahn1-3/+3
2019-10-29Merge "Cleanup eclipse warnings in common"Jorge Hernandez1-4/+0
2019-10-29Cleanup eclipse warnings in commonJim Hahn1-4/+0
2019-10-29Disable HTML escaping in gson codersJim Hahn1-4/+4
2019-10-24Integrate CryptoUtils into ONAP commonChou, Joseph (jc2555)1-0/+139
2019-10-21Add CryptoCoder interfacejhh2-7/+43
2019-10-16Removed unthrown checked exceptions from CryptoUtils.jhh1-10/+3
2019-09-13Extract YamlJsonTranslator from StandardYamlCoderJim Hahn3-211/+330
2019-09-12Remove YamlException classJim Hahn1-63/+0
2019-09-11Create StandardYamlCoderJim Hahn3-0/+348
2019-08-14Add ApiUtils to facilitate looping over featuresJim Hahn1-0/+61
2019-07-17Convert double to int when decoding via gsonJim Hahn1-2/+20
2019-07-05Fix sonar issue in common/utilsJim Hahn1-1/+1
2019-07-03Remove ToStringTester from utilsramverma1-66/+0
2019-06-26Speed up CryptoUtilsTestJim Hahn1-5/+12
2019-06-14Change getCanonicalName() to getName() in commonJim Hahn1-4/+5
2019-06-13More sonar fixes in policy/commonJim Hahn1-3/+2
2019-06-12Apply simple sonar fixesJim Hahn3-24/+18
2019-04-29Fix sonar issue with double compare4.0.0-ONAP1.4.0Jim Hahn2-22/+22
2019-04-11Don't map JSON values to DoubleJim Hahn1-2/+4
2019-04-05Add string constructor to Version classliamfallon1-12/+30
2019-04-04Add semantic version comparable classliamfallon1-0/+113
2019-03-26Add get() without clazzJim Hahn1-0/+17
2019-03-21Add simple Registry class to manage singletonsJim Hahn1-0/+151
2019-03-20Add wrapper for ServiceManagerJim Hahn1-0/+99
2019-03-18Merge "Add Network Logging Feature"Liam Fallon2-18/+153
2019-03-18ONAP password encryption tool sonar fixChou, Joseph1-25/+25
2019-03-16Make ServiceManager implement StartableJim Hahn2-28/+60
2019-03-14Add support for TOSCA JSON Parsingliamfallon1-0/+110
2019-03-13Add Network Logging FeatureDaniel Cruz2-18/+153
2019-03-12Merge "ONAP password encryption tool"Pamela Dragosh1-0/+259
2019-03-12Merge "Add ServiceManager class"Liam Fallon2-0/+234
2019-03-12ONAP password encryption toolChou, Joseph1-0/+259
2019-03-11Add ServiceManager classJim Hahn2-0/+234
2019-03-11Address sonar issues in utilsJim Hahn2-4/+7
2019-03-08Merge "Add code to allocate server ports"Jorge Hernandez1-3/+76
2019-03-08Add code to allocate server portsJim Hahn1-3/+76
2019-03-07Remove PropertyConfiguration classJim Hahn1-498/+0
2019-03-04Add bean configuratorJim Hahn2-0/+626
2019-03-01Add StandardCoderObject to hide GSON internalsJim Hahn3-1/+166
2019-02-27Add additional encode and decode methods to CoderJim Hahn2-1/+206
2019-02-27Merge "Add common coder classes"Liam Fallon3-0/+174