Upgrade sli/core to Nitrogen 67/30067/15
authorDan Timoney <dtimoney@att.com>
Thu, 1 Feb 2018 21:57:00 +0000 (16:57 -0500)
committerDan Timoney <dtimoney@att.com>
Fri, 9 Feb 2018 22:08:35 +0000 (17:08 -0500)
commit131cb46f6109a6099a445cb8e1b12ff5b68ae6de
tree783f96f27c1bc9292fdd836c488c4dd8a86aeb2d
parente36be89362fe80a7cd3da69a886c6c1f1c99a65c
Upgrade sli/core to Nitrogen

Use Apache derby for dblib SingleFeatureTest

Change-Id: I6b41f7ede1a98b33824fceea9100e75c1ce8dda4
Issue-ID: CCSDK-175
Signed-off-by: Dan Timoney <dtimoney@att.com>
Generalization of CCSDK core/utils framework

Changes made:
* Created generalized version of core/utils/dblib as core/utils/common
* Deprecated core/utils/dblib package

Change-Id: I0992c43910278fbe254674d1e39d7e4fcad0a592
Issue-ID: CCSDK-168
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
Use Apache derby for dblib test

Use Apache derby for dblib SingleFeatureTest

Change-Id: Ie497557f162e203fa5c5c82c17ddc55ba0c11b38
Issue-ID: CCSDK-175
Signed-off-by: Dan Timoney <dtimoney@att.com>
71 files changed:
dblib/features/ccsdk-dblib/pom.xml [new file with mode: 0644]
dblib/features/ccsdk-dblib/src/main/feature/feature.xml [new file with mode: 0644]
dblib/features/features-dblib/pom.xml [new file with mode: 0644]
dblib/features/pom.xml
dblib/features/src/main/resources/features.xml [deleted file]
dblib/installer/pom.xml
dblib/pom.xml
dblib/provider/pom.xml
dblib/provider/src/main/java/org/onap/ccsdk/sli/core/dblib/CachedDataSource.java
dblib/provider/src/main/resources/dblib.properties
filters/features/ccsdk-filters/pom.xml [new file with mode: 0644]
filters/features/features-filters/pom.xml [new file with mode: 0644]
filters/features/pom.xml
filters/features/src/main/resources/features.xml [deleted file]
filters/installer/pom.xml
filters/pom.xml
filters/provider/pom.xml
pom.xml
sli/common/pom.xml
sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicDblibStore.java
sli/features/features-sli/pom.xml [new file with mode: 0644]
sli/features/odl-sli/pom.xml [new file with mode: 0644]
sli/features/pom.xml [changed mode: 0755->0644]
sli/features/src/main/resources/features.xml [deleted file]
sli/installer/pom.xml
sli/model/pom.xml
sli/pom.xml
sli/provider/pom.xml
sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/CallNodeExecutor.java
sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicActivator.java [deleted file]
sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicNodeExecutor.java
sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicPropertiesProvider.java [new file with mode: 0644]
sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java
sli/provider/src/main/resources/org/opendaylight/blueprint/sli-blueprint.xml [new file with mode: 0755]
sli/provider/src/main/resources/svclogic.properties [new file with mode: 0644]
sli/provider/src/test/java/org/onap/ccsdk/sli/core/sli/provider/ExecuteNodeExecutorTest.java
sli/provider/src/test/java/org/onap/ccsdk/sli/core/sli/provider/ITCaseSvcLogicGraphExecutor.java
sli/provider/src/test/resources/svclogic.properties
sli/recording/pom.xml
sliPluginUtils/features/ccsdk-sliPluginUtils/pom.xml [new file with mode: 0644]
sliPluginUtils/features/features-sliPluginUtils/pom.xml [new file with mode: 0644]
sliPluginUtils/features/pom.xml
sliPluginUtils/features/src/main/resources/features.xml [deleted file]
sliPluginUtils/installer/pom.xml
sliPluginUtils/pom.xml
sliPluginUtils/provider/pom.xml
sliPluginUtils/provider/src/main/java/org/onap/ccsdk/sli/core/slipluginutils/Dme2PropertiesProvider.java
sliPluginUtils/provider/src/main/resources/dme2.properties [new file with mode: 0644]
sliapi/features/ccsdk-sliapi/pom.xml [new file with mode: 0644]
sliapi/features/features-sliapi/pom.xml [new file with mode: 0644]
sliapi/features/pom.xml
sliapi/features/src/main/resources/features.xml [deleted file]
sliapi/installer/pom.xml
sliapi/installer/src/assembly/assemble_mvnrepo_zip.xml
sliapi/model/pom.xml
sliapi/pom.xml
sliapi/provider/pom.xml
sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java
sliapi/provider/src/main/java/org/opendaylight/yang/gen/v1/org/onap/ccsdk/sli/core/sliapi/provider/impl/rev140523/SliapiProviderModule.java [deleted file]
sliapi/provider/src/main/java/org/opendaylight/yang/gen/v1/org/onap/ccsdk/sli/core/sliapi/provider/impl/rev140523/SliapiProviderModuleFactory.java [deleted file]
sliapi/provider/src/main/resources/initial/sliapi-provider.xml [deleted file]
sliapi/provider/src/main/resources/org/opendaylight/blueprint/sliapi-blueprint.xml [new file with mode: 0644]
utils/features/features-util/pom.xml [new file with mode: 0644]
utils/features/features3-util/pom.xml [new file with mode: 0755]
utils/features/features3-util/src/main/resources/features.xml [moved from utils/features/src/main/resources/features.xml with 100% similarity]
utils/features/pom.xml
utils/features/sdnc-slicore-utils/pom.xml [new file with mode: 0644]
utils/installer/pom.xml
utils/pom.xml
utils/provider/pom.xml
utils/provider/src/main/java/org/onap/ccsdk/sli/core/utils/JREFileResolver.java