aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server
AgeCommit message (Expand)AuthorFilesLines
2023-03-10Reverted call to ServerConnectorsaul.gill1-6/+6
2023-02-20Clean up dependencies for London Releaseliamfallon1-6/+6
2021-08-23Support multiple filters in RestServerJim Hahn1-5/+29
2021-08-18Integrating prometheus with Policy componentsa.sreekumar6-34/+106
2021-06-18Merge "Fix new checkstyle issues in policy-common"Jim Hahn1-2/+3
2021-06-18Fix new checkstyle issues in policy-commonJim Hahn1-2/+3
2021-06-17Use lombok in policy-endpointsJim Hahn4-61/+16
2021-05-21Enhance toString methods in factory classesJim Hahn3-31/+12
2021-05-07Change java.util.regex to re2jJim Hahn1-1/+1
2021-05-06Fix sonars in policy-commonJim Hahn5-44/+47
2020-12-04Fixing sonar issues in policy-commona.sreekumar1-2/+3
2020-07-20Remove jackson from policy-commonJim Hahn1-2/+0
2020-05-27Make GSON the default serializerJim Hahn1-5/+7
2020-04-06More sonar issues in commonJim Hahn1-5/+6
2020-04-06Address sonar issues in commonJim Hahn1-2/+2
2020-03-02Add JettyStaticResourceServer to policy-endpointsHengye6-76/+191
2020-02-27Adding DefaultServlet to support static resourcesHengye2-13/+86
2020-02-17Allow storing REST servers password and userName in environment variablesDominik Mizyn1-2/+9
2020-01-14Sonar cleanup overrides and fixesPamela Dragosh1-3/+4
2019-11-01Add common Jersey versionliamfallon1-12/+12
2019-09-16Eliminate constructors with side-effectsJim Hahn2-2/+5
2019-09-13Extract YamlJsonTranslator from StandardYamlCoderJim Hahn3-26/+81
2019-09-13Changes to accomodate to version of jettyJim Hahn1-6/+7
2019-09-12Report bad-request for invalid YAMLJim Hahn4-6/+78
2019-09-11Create StandardYamlCoderJim Hahn2-1/+112
2019-08-23Rest servers should return 400 for bad syntax JSONJim Hahn2-1/+57
2019-07-31Remove ParameterUtilsJim Hahn1-1/+1
2019-07-17Copy PapRestServer to policy/commonJim Hahn2-0/+146
2019-07-08Merge "Fix sonar issues in policy/endpoints"Jim Hahn2-17/+49
2019-07-05Fix sonar issues in policy/endpointsJim Hahn2-17/+49
2019-07-05Fix sonar issue in common/utilsJim Hahn1-1/+2
2019-06-26Fix some sonar issues in policy-endpointsJim Hahn1-101/+81
2019-06-14Change getCanonicalName() to getName() in commonJim Hahn1-2/+2
2019-06-12Apply simple sonar fixesJim Hahn1-7/+7
2019-04-12Set jetty.dump to tracePamela Dragosh1-11/+11
2019-02-15Remove erroneous commentsJim Hahn1-4/+0
2019-02-13Add gson handler and testsJim Hahn1-1/+3
2019-02-08Add superclasses for gson-jackson migrationJim Hahn1-128/+0
2019-01-23Add gson support to policy-endpointsJim Hahn4-60/+215
2019-01-15Remove policy-endpoints checkstyle suppressionsJim Hahn2-213/+237
2018-12-19Add support for parameter inheritanceliamfallon1-45/+33
2018-10-26Detection of AAF enablement3.0.0-ONAPJorge Hernandez3-1/+30
2018-09-21Fix policy/common checkstyle issuesPamela Dragosh3-14/+24
2018-09-19tweaks from testing in auth classesJorge Hernandez2-3/+2
2018-09-19error getting aaf configuration flagJorge Hernandez2-2/+2
2018-09-19Merge "Fixes for oparent upgrade"Jorge Hernandez1-2/+5
2018-09-18Fixes for oparent upgradePamela Dragosh1-2/+5
2018-09-18Add comments and removed redundant code in FiltersJorge Hernandez2-9/+14
2018-09-18Support for Authorization Generic FiltersJorge Hernandez4-1/+155
2018-09-17temporarily set aaf version to snapshotJorge Hernandez1-6/+17