aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/java
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Fix Junit failed after AAF version change 2.1.21Utkarsh Jauhari1-0/+7
2020-06-18Changes for checkstyle 8.32liamfallon1-1/+1
2020-06-17Cleanup various sonar issues in policy-commonJim Hahn8-31/+29
2020-04-06Address sonar issues in commonJim Hahn11-31/+58
2020-03-24Sonar and eclipse warnings commonPamela Dragosh1-3/+1
2020-03-03Merge "Add JettyStaticResourceServer to policy-endpoints"Ram Krishna Verma1-0/+101
2020-03-02BidirectionalTopic should use plain TopicSinkJim Hahn1-5/+3
2020-03-02Add JettyStaticResourceServer to policy-endpointsHengye1-0/+101
2020-02-24Fixes to support dependency upgradePamela Dragosh1-2/+2
2020-02-14Added BidirectionalTopicClient to policy-commonJim Hahn2-2/+194
2020-02-08Add headers to asynchronous get in HttpClientJim Hahn1-4/+5
2020-01-31Add async support to HttpClientJim Hahn1-4/+142
2020-01-13Changed Matchers to ArgumentMatchersJim Hahn9-22/+22
2019-12-16Update policy common for checkstyle 8liamfallon1-1/+0
2019-12-16Added JDK 11 upgrades and point to parent java 11 branchHOCKLA2-71/+69
2019-11-01Add common Jersey versionliamfallon1-1/+4
2019-09-16Eliminate constructors with side-effectsJim Hahn2-0/+2
2019-09-13Extract YamlJsonTranslator from StandardYamlCoderJim Hahn5-8/+182
2019-09-12Report bad-request for invalid YAMLJim Hahn4-55/+154
2019-09-11Create StandardYamlCoderJim Hahn5-19/+410
2019-08-23Rest servers should return 400 for bad syntax JSONJim Hahn2-1/+150
2019-07-31Remove ParameterUtilsJim Hahn2-116/+2
2019-07-30Fix managed noop topic sourceJim Hahn1-0/+13
2019-07-30Merge "Passing the updated topic parameters to policy-endpoints"Jorge Hernandez3-11/+54
2019-07-30Passing the updated topic parameters to policy-endpointsa.sreekumar3-11/+54
2019-07-29Add addTopic(List<TopicParams>)Jim Hahn7-27/+225
2019-07-27Default TopicParams.isManaged to trueJim Hahn1-2/+9
2019-07-25Changes to add missing topic parametersa.sreekumar1-1/+51
2019-07-17Copy PapRestServer to policy/commonJim Hahn1-0/+223
2019-07-05Fix sonar issues in policy/endpointsJim Hahn18-142/+204
2019-07-03Remove ToStringTester from utilsramverma1-1/+1
2019-06-27Making the topic property utility method more generic - addressing Jorge's re...a.sreekumar1-0/+18
2019-06-26Merge "Adding Topic and REST parameters to policy-endpoints"Pamela Dragosh4-0/+359
2019-06-26Fix some sonar issues in policy-endpointsJim Hahn22-60/+197
2019-06-26Adding Topic and REST parameters to policy-endpointsa.sreekumar4-0/+359
2019-06-14Change getCanonicalName() to getName() in commonJim Hahn2-26/+26
2019-06-13More sonar fixes in policy/commonJim Hahn1-61/+33
2019-06-12Apply simple sonar fixesJim Hahn12-186/+229
2019-03-19Add method to support configure all topics at onceJorge Hernandez1-0/+11
2019-03-19Merge "TopicSinkClient support for unmanaged topics"Pamela Dragosh1-25/+21
2019-03-18TopicSinkClient support for unmanaged topicsJorge Hernandez1-25/+21
2019-03-13Add Network Logging FeatureDaniel Cruz1-0/+268
2019-03-06Adding client class for sending message to topicramverma2-0/+185
2019-03-01Add various listener classesJim Hahn4-0/+803
2019-02-21Support for lab contextual topic names.Jorge Hernandez9-14/+88
2019-02-13Add gson handler and testsJim Hahn11-14/+87
2019-02-08Add superclasses for gson-jackson migrationJim Hahn2-157/+1
2019-01-23Add gson support to policy-endpointsJim Hahn7-48/+770
2019-01-16Add post and delete http client methodsJorge Hernandez2-55/+82
2019-01-11Adding NOOP sources supportJorge Hernandez9-390/+803