aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-06-11migrate features to siliconhighstreetherbert1-0/+1
migrate features to silicon Issue-ID: CCSDK-3278 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Icabe6bd5b760438eedd8c6b78a70197c287c5199 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2021-02-23Release version 1.1.1 of ccsdk/featuresDan Timoney1-0/+1
Release version 1.1.1 of ccsdk/features and roll to next snapshot version. Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iceb1c8391efdffc1563946b79d71e77760b40f34
2020-09-05Add implementation dependency for jax-wsDan Timoney1-0/+3
For Java 11, jax-ws must be installed as a separate dependency which must be reflected as a dependency of the aafshiro karaf feature. Issue-ID: CCSDK-2710 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9ea15b2983b604145e1e258df996ef79461889e7
2019-12-13Refactoring POM as per tidy:pomSingal, Kapil (ks220y)1-10/+33
Removing sli version property declared as project.version, and it should inherit from parent pom Change-Id: I24dc1849e2183560f4c571319be0c490c772a95e Issue-ID: CCSDK-1993 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-12-11Generate dependency listTimoney, Dan (dt5972)1-0/+1
Generate list of direct dependencies for repository and publish to Nexus. Change-Id: Ie6bbce3c7c976701253a5b34e854e88c79ca0b8c Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-28Replace depreciated MDSAL interfacesHerbert Eiselt1-0/+1
SDN-R websocketmanager2 Change-Id: I69c12ee993bf8e2740d8f72778d06c89bf758051 Issue-ID: SDNC-680 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
2018-09-10Add IntelliJ files to gitignoreAlexis de Talhouët1-0/+2
Change-Id: Iebbb1689f7f374e4ced1cd303ca409d2fd8ea112 Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-07-13First draft Energy Savings POLICY_TO_SDNR handlerCLAPP, GEORGE H (gc731h)1-0/+7
Initial commit of a karaf feature to process a DMaaP topic sent by Policy to SDNR as part of the Energy Savings project. The topic name is POLICY_TO_SDNR, and the content is a large and complex JSON structure. Currently, this feature simply forwards the JSON string to a server and returns the response of the server to Policy in topic SDNR_TO_POLICY. Change-Id: I84cb891c98fb23f5dfe44a9e3ad8ce69afb72405 Issue-ID: CCSDK-350 Signed-off-by: George Clapp <gc731h@att.com>