Age | Commit message (Collapse) | Author | Files | Lines |
|
If dblib service cannot be resolved via OSGi, the fallback logic
that creates a new instance of DBResourceManager should
pass the contents of /opt/sdnc/data/properties/dblib.properties
as properties to the DBResourceManager constructor instead
of just passing System.getProperties().
Change-Id: Ia6ac8a4bb229026cabdf07463ca25619f923e3f3
Issue-ID: CCSDK-126
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Variable changed to get the reference of DBResourceManager
dblib-blueprint shows the interface as a service reference
Change-Id: Ia65d07cadaac798f60ff307afb962d1b161109fb
Issue-ID: CCSDK-126
Signed-off-by: SudhakarReddy <Sudhakar.reddy@amdocs.com>
|
|
Fix Blocker/Critical sonar issues in ccsdk/sli/adaptors module
https://sonar.onap.org/component_issues?id=org.onap.ccsdk.sli.adaptors%3Accsdk-sli-adaptors#resolved=false|severities=BLOCKER
Fixed Close "PreparedStatement".
Issue-Id: CCSDK-67
Change-Id: I2d4b42067f3286806f7bca8821ce17328d72091f
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Remove mysql references from sli/adaptors repository.
Change-Id: I19682626fdb954ce8190d61507eabe0152a6a635
Issue-ID: CCSDK-95
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Fixed unresolved method DBResourceManager.create() in SqlResource.java
Change-Id: Idb1c151e9929e5e9be5848b52c464e09c5ba835f
Issue-Id: CCSDK-82
Signed-off-by: Ramu N <ramu.n@huawei.com>
|
|
Issue-Id: CCSDK-67
Change-Id: I955938365dd62b2125b73f8a668568e3343db015
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Update package
names from org.openecomp.sdnc.adaptors.* ->
onap.ccsdk.sli.adaptors.* Update groupIds from
org.openecomp.sdnc.adaptors -> onap.ccsdk.sli.adaptors
Issue-Id: CCSDK-19
Change-Id: Ie588e46c0c9035ec343437f58bd329f7d6c220ce
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Licence headers were accidentally updated incorrectly by previous update.
This commit restores the license headers for seed code to the wording from
the original seed code
Change-Id: If4623dd02a37660a7d7e746363dd83cf9cdb718a
Issue-ID: CCSDK-31
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Add seed code for sli/adaptors repository
Update code to use org.onap.ccsdk.sli.core
Change-Id: I477c7a24f2cc1fed8fb0975fe9f33733411c27f9
Signed-off-by: Dan Timoney <dtimoney@att.com>
|