aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/main
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Changes for checkstyle 8.32liamfallon3-5/+5
2020-06-17Cleanup various sonar issues in policy-commonJim Hahn8-17/+10
2020-06-02Code changes for dmaap-client upgradeJim Hahn1-4/+11
2020-05-27Make GSON the default serializerJim Hahn2-6/+8
2020-04-06More sonar issues in commonJim Hahn1-5/+6
2020-04-06Address sonar issues in commonJim Hahn5-42/+37
2020-03-27More sonar issues cleanupPamela Dragosh2-10/+6
2020-03-12Move code from drools-apps to commonJim Hahn2-2/+2
2020-03-04SONAR: Resolving server hostnames should be verifiedChris Ramstad1-1/+7
2020-03-03Merge "Add JettyStaticResourceServer to policy-endpoints"Ram Krishna Verma6-76/+191
2020-03-03Merge "BidirectionalTopic should use plain TopicSink"Jim Hahn1-18/+11
2020-03-02BidirectionalTopic should use plain TopicSinkJim Hahn1-18/+11
2020-03-02Provide access to HttpClient's WebTargetJim Hahn2-5/+18
2020-03-02Add JettyStaticResourceServer to policy-endpointsHengye6-76/+191
2020-02-27Adding DefaultServlet to support static resourcesHengye2-13/+86
2020-02-17Merge "Allow storing REST servers password and userName in environment variab...Jim Hahn1-2/+9
2020-02-17Allow storing REST servers password and userName in environment variablesDominik Mizyn1-2/+9
2020-02-14Added BidirectionalTopicClient to policy-commonJim Hahn2-0/+158
2020-02-08Add headers to asynchronous get in HttpClientJim Hahn2-8/+17
2020-01-31Add async support to HttpClientJim Hahn2-4/+94
2020-01-14Sonar cleanup overrides and fixesPamela Dragosh3-10/+11
2019-11-01Add common Jersey versionliamfallon2-13/+14
2019-10-29Cleanup eclipse warnings in commonJim Hahn1-1/+1
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-08-14Add ApiUtils to facilitate looping over featuresJim Hahn2-24/+12
2019-07-31Remove ParameterUtilsJim Hahn2-127/+1
2019-07-30Fix managed noop topic sourceJim Hahn3-15/+11
2019-07-30Merge "Passing the updated topic parameters to policy-endpoints"Jorge Hernandez2-21/+73
2019-07-30Passing the updated topic parameters to policy-endpointsa.sreekumar2-21/+73
2019-07-29Add addTopic(List<TopicParams>)Jim Hahn6-13/+140
2019-07-27Default TopicParams.isManaged to trueJim Hahn1-0/+6
2019-07-25Changes to add missing topic parametersa.sreekumar3-105/+36
2019-07-17Copy PapRestServer to policy/commonJim Hahn2-0/+146
2019-07-08Merge "Fix sonar issues in policy/endpoints"Jim Hahn35-288/+590
2019-07-05Fix sonar issues in policy/endpointsJim Hahn35-288/+590
2019-07-05Fix sonar issue in common/utilsJim Hahn1-1/+2
2019-06-27Making the topic property utility method more generic - addressing Jorge's re...a.sreekumar2-9/+22
2019-06-26Merge "Adding Topic and REST parameters to policy-endpoints"Pamela Dragosh4-0/+220
2019-06-26Fix some sonar issues in policy-endpointsJim Hahn12-826/+712
2019-06-26Adding Topic and REST parameters to policy-endpointsa.sreekumar4-0/+220
2019-06-14Change getCanonicalName() to getName() in commonJim Hahn1-2/+2
2019-06-12Apply simple sonar fixesJim Hahn6-44/+34
2019-04-12Set jetty.dump to tracePamela Dragosh1-11/+11
2019-04-09Add more logging to message dispatcherJim Hahn1-3/+10
2019-03-19Add method to support configure all topics at onceJorge Hernandez2-0/+16