aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Add async support to HttpClientJim Hahn3-8/+236
2020-01-30Add Configurable to common/capabilitiesJim Hahn1-0/+43
2020-01-30Merge "Add a bean validator"Pamela Dragosh4-6/+1093
2020-01-30Add a bean validatorJim Hahn4-6/+1093
2020-01-29Convert double to int when decoding JSONJim Hahn2-2/+18
2020-01-27Schema validation extension to StandardCoderjhh8-6/+357
2020-01-23Merge "Create path to text file being created"Liam Fallon2-1/+25
2020-01-22Create path to text file being createdliamfallon2-1/+25
2020-01-20Replace deprecated Nashorn javascript engineJim Hahn3-15/+21
2020-01-14Sonar cleanup overrides and fixesPamela Dragosh9-34/+40
2020-01-14Merge "Changed Matchers to ArgumentMatchers"Pamela Dragosh11-26/+26
2020-01-13Add method to return resource directory contentsliamfallon2-10/+144
2020-01-13Changed Matchers to ArgumentMatchersJim Hahn11-26/+26
2020-01-13Merge "Update sonar configuration"Ram Krishna Verma1-75/+1
2020-01-13Merge "Address items deprecated by move to java 11"Ram Krishna Verma5-32/+55
2020-01-10Fix mockito import in commonJim Hahn2-6/+11
2020-01-10Update sonar configurationPamela Dragosh1-75/+1
2020-01-10Address items deprecated by move to java 11Jim Hahn5-32/+55
2020-01-09policy/common jdk11 upgradesHOCKLA7-17/+23
2019-12-16Update policy common for checkstyle 8liamfallon1-1/+0
2019-12-16Added JDK 11 upgrades and point to parent java 11 branchHOCKLA9-97/+94
2019-12-06Merge "Minor changes for new Eclipse checkstyle checks"Pamela Dragosh14-596/+960
2019-12-06Bumped policy/common patch version to 1.6.2-SNAPSHOTHOCKLA11-11/+11
2019-12-06Release 1.6.1 policy/commonHOCKLA1-0/+4
2019-12-06Point to 3.1.0 policy/parent to prep for re-releaseHOCKLA1-1/+1
2019-12-06Minor changes for new Eclipse checkstyle checksliamfallon14-596/+960
2019-12-05Changed project version to 1.6.1-SNAPSHOT to isolate for java 11 upgradesHOCKLA11-12/+12
2019-12-04Added a yaml file to release 1.6.0 policy/commonHOCKLA2-1/+5
2019-11-04Make jersey-hk2 dependency non-testliamfallon1-2/+0
2019-11-01Add common Jersey versionliamfallon6-31/+28
2019-10-29Fix new sonar issues in commonJim Hahn2-5/+5
2019-10-29Merge "Cleanup eclipse warnings in common"Jorge Hernandez2-5/+1
2019-10-29Cleanup eclipse warnings in commonJim Hahn2-5/+1
2019-10-29Disable HTML escaping in gson codersJim Hahn3-6/+7
2019-10-24Integrate CryptoUtils into ONAP commonChou, Joseph (jc2555)2-0/+244
2019-10-21Add CryptoCoder interfacejhh3-9/+45
2019-10-16Removed unthrown checked exceptions from CryptoUtils.jhh1-10/+3
2019-09-16Eliminate constructors with side-effectsJim Hahn7-23/+41
2019-09-13Extract YamlJsonTranslator from StandardYamlCoderJim Hahn17-334/+816
2019-09-13Merge "Changes to accomodate to version of jetty"Jorge Hernandez1-6/+7
2019-09-13Merge "Remove YamlException class"Jim Hahn2-124/+0
2019-09-13Changes to accomodate to version of jettyJim Hahn1-6/+7
2019-09-12Report bad-request for invalid YAMLJim Hahn8-61/+232
2019-09-12Remove YamlException classJim Hahn2-124/+0
2019-09-11Create StandardYamlCoderJim Hahn14-20/+1107
2019-09-10Update default branch in common for masterJim Hahn1-0/+1
2019-09-06Bump version in policy/common masterJim Hahn11-12/+12
2019-09-05Upgrade to released parent 3.0.1Pamela Dragosh1-1/+1
2019-08-27Remove AlertSeverity from logback in policy/commonJim Hahn4-140/+140
2019-08-23Rest servers should return 400 for bad syntax JSONJim Hahn4-2/+207