summaryrefslogtreecommitdiffstats
path: root/ms/gra/gra-app/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2021-08-30Use version 2.1.8 of parenthonoluluDan Timoney1-1/+0
Use version 2.1.8 of parent in order to use APL-licensed version of liquibase Issue-ID: CCSDK-3423 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib98a142646517b03df0dd17aa62df5a166fa9fe4
2021-06-11Cherry pick changes from master back to HonoluluDan Timoney1-0/+326
This change cherry picks the following bug fixes made to master branch to the Honolulu branch: Updates to use new db tables Implemented new method to write service data to separate services, networks, vnfs and vf-modules tables. Updated service-topology-operation, network-topology-operation, vnf-topology-operation and vf-module-operation RPCs to use new service data read/write methods. Issue-ID: SDNC-1348 Change-Id: Id52dc81dc485232f0a0fdbab5f8ce907db18d9e7 Signed-off-by: Dan Timoney <dtimoney@att.com> Refactor CRUD to new table structure Refactor operations on config tree to use new table structure for service/network/vnf/vf-module data. Change-Id: I2e673dfb7bd335e48a3bcf212399d021d37dd9ee Issue-ID: SDNC-1481 Signed-off-by: Dan Timoney <dtimoney@att.com> Resolve junit failures Resolved junit test issues Change-Id: I3e044b8e68f0a883d2a64b15c9de9c99d10ceceb Issue-ID: SDNC-1513 Signed-off-by: Dan Timoney <dtimoney@att.com> Fix bugs in delete Fixed bugs in delete of items from existing services Change-Id: Iaeeb8b6622276b5183f5f386763526cd15b0becb Issue-ID: SDNC-1516 Signed-off-by: Dan Timoney <dtimoney@att.com> Add transaction mgr for preload data The preload data writer needs a transaction manager configured. Change-Id: I7c27e9fa510a78974ddf579a4967c545d05ef428 Issue-ID: SDNC-1517 Signed-off-by: Dan Timoney <dtimoney@att.com> Update gra ms to use CadiFilter instead of shiro Update code to use CadiFilter to integrate with AAF instead of shiro plugin, which is no longer supported (also, shiro has known, unresolved security vulnerabilities) Change-Id: Icaa922ac833f0a44c310847740f6745624242a2b Issue-ID: SDNC-1523 Signed-off-by: Dan Timoney <dtimoney@att.com> Refactor GRA to separate docker creation from application code Refactor GRA so that application jar is created in a separate maven module from the docker build. Issue-ID: SDNC-1527 Change-Id: I4a9af7fe4df14faaf683588bc2567fcc3346886e Signed-off-by: Dan Timoney <dtimoney@att.com> Add transaction manager for operational data Add missing @Transactional tag for operational preload and service data repository interfaces. Change-Id: I119008729d10a1a66cfcf4f17571a90670201c83 Issue-ID: SDNC-1517 Signed-off-by: Dan Timoney <dtimoney@att.com> Support env variables for CADI settings Update code to read CADI properties using EnvProperties class to resolve env variable references and then pass resolved values to CadiFilter, instead of passing file itself as cadi_prop_files property setting. Change-Id: Ia0da0b711a48a51c3fab06412bf01efdede542a2 Issue-ID: SDNC-1532 Signed-off-by: Dan Timoney <dtimoney@att.com> Remove unneeded preload operational data Preload data is never used from operational tree - only config tree. Change-Id: I8189952ea3595ffc4fedbf27c2034f41c243bf5b Issue-ID: SDNC-1517 Signed-off-by: Dan Timoney <dtimoney@att.com> AAF cadi fixes Fixed AAF cadi log configuration and added missing dependency Change-Id: I4b32e069c4cc94129241225152759e953c32859b Issue-ID: SDNC-1532 Signed-off-by: Dan Timoney <dtimoney@att.com> Improve test coverage for sdnc/apps Added test cases for 2 data object classes previously uncovered. Change-Id: I371fae43c0425534e8300af5e85a39086afa0b63 Issue-ID: SDNC-1543 Signed-off-by: Dan Timoney <dtimoney@att.com>