summaryrefslogtreecommitdiffstats
path: root/adaptors/sql-resource
AgeCommit message (Collapse)AuthorFilesLines
2021-07-09Changing slf4j-simple dependency from compile to testSingal, Kapil (ks220y)1-1/+1
features.xml for ccsdk-sql-resource is adding sll4f-simple which shouldn't be there Issue-ID: CCSDK-3368 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I2c24aa10b91300ba9fbdc4e66ffe6e289582a7cf (cherry picked from commit bab5ed7d5298d4c5e06d4656a90c45d4959e8026)
2021-06-16Relasing 1.2.4 and Rolling to next snapshotSingal, Kapil (ks220y)3-3/+3
Issue-ID: CCSDK-3330 Change-Id: Ib073f4875f07271ca752a8062f8484e4f6a2a828
2021-06-16Updating parent version to latest released 2.1.7Singal, Kapil (ks220y)3-3/+3
Issue-ID: CCSDK-3330 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Id1d370e2a9410266cba9f69de84d0569d0b35f40
2021-06-16Rolling artifact version to 1.2.4-SNAPSHOTSingal, Kapil (ks220y)3-3/+3
Issue-ID: CCSDK-3330 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Idcc0ee389fa39e7bda7c04bc69b2e067b782c292
2021-06-10Upgrading akka cluster dependencySingal, Kapil (ks220y)3-3/+3
Updating odlparent versions to 2.1.7-SNAPSHOT Issue-ID: CCSDK-3333 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia5da682990acbf99a2026393f8dea511ccca4420 (cherry picked from commit e12652babc98c403fefead2c83395a5439df7dac)
2021-06-09Updating odlparent version to 2.1.6Singal, Kapil (ks220y)3-3/+3
Issue-ID: CCSDK-3330 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I564eb463011f1e3b60b5dc67063e7827d7b89fd8
2021-06-09Updating odlparent's version to 2.1.5Singal, Kapil (ks220y)3-3/+3
Issue-ID: CCSDK-3330 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I3aecb3d28b405cf3612f2f688a756514876a7223
2021-05-04Update versions for Aluminum SR3Dan Timoney3-3/+3
Update versions for Aluminum SR3 Issue-ID: CCSDK-3285 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I781f82b9ca6c640bb1c889c6f914bae53c1c54ab
2021-04-19Release version 1.2.2 and roll to next snapshotDan Timoney3-3/+3
Release version 1.2.2 of ccsdk/sli and roll to next snapshot Issue-ID: SDNC-1515 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie301afd08ba9039b510b55f38b7be5ad8d1773cb
2021-03-24Roll versionDan Timoney3-3/+3
Roll version to next snapshot version Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib2312e63af4a6f5d875dc7341eeee61cd5446d68
2021-03-24Fix null pointer exceptionDan Timoney3-3/+3
Fix null pointer exception in case of empty list Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic94d60bf7a52c23507ecc2402f9be9b580f2ea5b
2021-03-09Refactoring pom's name tagSingal, Kapil (ks220y)3-21/+21
Indenting pom's and running mvn tidy:pom to rearrange items Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ic9c7cfd76bd98e6a101ec7788841d96316508735
2021-02-23Roll to next Honolulu snapshotDan Timoney3-3/+3
Roll to next Honolulu snapshot Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I63f203e2d0dfc300b0693fdc46abeb9054596727
2021-02-22Use released version of parent pomsDan Timoney3-3/+3
Use released version 2.1.1 of parent poms Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ied983f40f2d445dd58061eed3475aa0ac210a7d2
2021-02-18Add new EnvProperties classDan Timoney6-13/+15
Added new class EnvProperties, which extends java.util.Properties and supports property values containing embedded environment variable references. Updated code to use this class to load svclogic.properties, and updated dmaap listener to use that class to load dmaap listener configuration. Issue-ID: SDNC-1482 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I7538b719631d8c10c27d059aeb4f70ce92760ebd
2021-02-02migrate sli to alu-SR1Michael DÜrre1-41/+0
migrate ODL interfaces and fix code for changes in alu-SR1 Issue-ID: CCSDK-3089 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Id48dcfc517585f2ce6b30047113cd1d173c3c9dc Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-01-29Revert "migrate sli to alu-SR1"Dan Timoney1-0/+41
This reverts commit ce4e5f9a00d2677495240ad367b9bfc4b74752d0. Reason for revert: ODL upgrade changes need to be backed out until issues in ccsdk/features are resolved. Change-Id: I168e2519e37f3eee61609d0da890c14db49ec49e
2021-01-27migrate sli to alu-SR1Michael DÜrre1-41/+0
migrate ODL interfaces and fix code for changes in alu-SR1 Issue-ID: CCSDK-3089 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Iad824627c581c902b639a2f0246e3133d4e38c48
2021-01-26Revert "Limit use of odlparent poms"Dan Timoney3-9/+12
This reverts commit 7de29bfea89ff53a446bea07d8f74d1aaa87045b, due to issues encountered in the odlsli container in ccsdk/distribution. Issue-ID: CCSDK-3001 Issue-ID: CCSDK-3099 Change-Id: I79252b74693895f483eb390c575bb244195fe7ed Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-10Limit use of odlparent pomsDan Timoney3-12/+9
Updated pom.xmls to use standard maven project structure (i.e. parent of pom is pom in directory above), and updated top level pom to use org.ccsdk.parent:oparent as parent - EXCEPT in cases where module has true OpenDaylight dependencies and therefore needs to use ODL parent pom. Change-Id: I50429f28225152251ac2086235c14bb00f09c05c Issue-ID: CCSDK-3001 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-07Remove references to indivdual repo version propertiesDan Timoney1-2/+1
Updated combined ccsdl/sli repo to replace references to old repo versions (e.g. ccsdk.sli.core.version) with build-in maven property project.version. Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I89c42dd571781f9bd8f9b463f53298519f61b96f
2020-12-02Add missing pom.xml filesDan Timoney3-3/+3
Add missing modules to top level pom.xml and add missing pom files for core, adaptors, northbound and plugin directories. Also rolled version to next minor version (1.2.0-SNAPSHOT) to avoid conflict with compiled code from individual repos during transition to new structure. Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If58175bd2519955cd896290cac7001df4eb62287
2020-12-01Migrate sli-adaptor filesJessica Wagantall22-0/+1689
Migrate sli-adaptor repo files into a new "adaptors" directory. Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>