aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/bus/internal
AgeCommit message (Expand)AuthorFilesLines
2024-04-24Remove leftover UEB configurationsadheli.tavares1-2/+1
2024-04-10Dependency management updateadheli.tavares4-347/+0
2024-03-14Update dependenciesadheli.tavares1-2/+0
2024-02-07Remove Dmaap references from policy-commonrameshiyer277-838/+12
2024-02-07Addition of tracing for Kafkasaul.gill11-4/+92
2023-12-18Apply lower case to any topics to be compatible with Kafka.adheli.tavares5-34/+32
2023-09-29Fix security vulnerabilitiesadheli.tavares4-211/+215
2023-02-27Fixed sonar issues in policy-commonSuresh Charan2-30/+23
2023-01-31Upgrade and clean up dependenciesliamfallon1-2/+1
2022-09-21Publish and Subscribe to Kafka topicSirisha_Manchikanti4-21/+129
2022-07-22Introduce Custom Kafka End pointSirisha_Manchikanti4-0/+252
2021-07-02Merge "Use UUID for topic consumer instance"Jim Hahn1-5/+10
2021-07-02Wait after fetch exception on topicJim Hahn1-4/+18
2021-07-01Use UUID for topic consumer instanceJim Hahn1-5/+10
2021-06-17Use lombok in policy-endpointsJim Hahn5-100/+29
2021-05-24Merge "Enhance toString methods in factory classes"Jim Hahn3-14/+8
2021-05-21Fix sonar duplicate code issueJim Hahn1-49/+55
2021-05-21Enhance toString methods in factory classesJim Hahn3-14/+8
2021-05-06Fix sonars in policy-commonJim Hahn5-13/+17
2020-12-04Fixing sonar issues in policy-commona.sreekumar6-13/+19
2020-10-29Remove server-side filtering from policy-endpointsJim Hahn2-90/+5
2020-07-20Remove jackson from policy-commonJim Hahn1-3/+1
2020-06-18Changes for checkstyle 8.32liamfallon1-2/+2
2020-06-17Cleanup various sonar issues in policy-commonJim Hahn5-13/+8
2020-06-02Code changes for dmaap-client upgradeJim Hahn1-4/+11
2020-04-06Address sonar issues in commonJim Hahn2-11/+8
2020-03-27More sonar issues cleanupPamela Dragosh2-10/+6
2020-01-14Sonar cleanup overrides and fixesPamela Dragosh1-4/+4
2019-07-25Changes to add missing topic parametersa.sreekumar1-100/+5
2019-07-05Fix sonar issues in policy/endpointsJim Hahn3-23/+39
2019-06-26Fix some sonar issues in policy-endpointsJim Hahn2-87/+96
2019-06-12Apply simple sonar fixesJim Hahn2-34/+24
2019-03-13Add Network Logging FeatureDaniel Cruz2-12/+9
2019-02-21Support for lab contextual topic names.Jorge Hernandez7-23/+67
2019-02-13Add gson handler and testsJim Hahn1-1/+3
2019-02-08Return true only if thread has been really startedKrzysztof Opasiak1-1/+2
2019-01-31Fix potential race conditionKrzysztof Opasiak1-1/+1
2019-01-31Exteract common paramsKrzysztof Opasiak1-36/+21
2019-01-31Don't reinit allowSelfSignedCertsKrzysztof Opasiak1-8/+4
2019-01-31Use helper class to retrieve network loggerKrzysztof Opasiak2-11/+13
2019-01-23Add gson support to policy-endpointsJim Hahn1-1/+11
2018-11-06Update dmaap code for 1.1.9Pamela Dragosh2-7/+7
2018-09-26Add junit coverage to policy-commonJim Hahn3-9/+23
2018-09-21Fix policy/common checkstyle issuesPamela Dragosh8-68/+4
2018-08-20Use builder for http and jersey clientKrishnajinka5-64/+129
2018-08-15Fix checkstyle comments etc.Pamela Dragosh7-28/+48
2018-08-14Modify topic factory to use builder paramKrishnajinka1-19/+28
2018-08-13Remove simple checkstylePamela Dragosh11-94/+97
2018-08-06Apply builder pattern for topic cnsmer prdcrkrishnajinka10-479/+622
2018-08-03Use builder in Bus DMaap UEB Topic constrctrKrishnajinka3-108/+250