Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Change-Id: Ieb506dd5bcc146a45c9e75ec27641f80245548e3
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
Change-Id: I2b1b8329dbad5a8d6cc5ae96e8c44af1ab3d54ea
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
The eelf package needs to be exported from appc-common
where the resource bundle is added. Doing this was
causing karaf to crash on install of artifact-handler.
The cause was all of the classes being exported by the
maven shade plugin of appc-yang-generator. Removing the
shade plugin seemed to have no bad consequences.
Change-Id: Ic0758b342b8109e28ec8e11a48b2693cea7b56db
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1713
|
|
Root pom ccsdk version updated to latest and
dependency versions are fixed so that they are
compliant with the maven enforcer plugin.
Change-Id: If85006519678a14af6ace21268eb0bfc195e4215
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
Feature installs were causing karaf to freeze following
the upgrade to the Fluorine SR2 version of ODL. These
changes correct the problems.
Change-Id: I8e5a41ba6816da782fea3ebaef3b6918cfc1ad4c
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1630
|
|
ODL upgrade
Change-Id: I1167ad7cdb429c9c3e2808db820e3fc26e605383
Signed-off-by: vmuthukrishnan <vmuthukrishnan@aarnanetworks.com>
Issue-ID: APPC-1630
|
|
Changing the parent version to snapshot in order to
build with the new version of appc parent which has
the Fluorine SR2 ccsdk parent poms.
Change-Id: I03d9a0d38b6d97bab17cd887562ae42ed1b19611
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1630
|
|
Add change section
Issue-ID: APPC-1685
Change-Id: Ie4e2227dc1d6c35ba192613eaa245311796b4bd9
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
runtime exception.
remove the thrown exception
Issue-ID: APPC-1681
Change-Id: I940a5dd42bfe7a52b39be81a016cf4cf47805cae
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
'^[a-z][a-zA-Z0-9]*$'.
APPC-1681 -Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Issue-ID: APPC-1681
Change-Id: I7f6926bfa1a4f57d99d6732492281b36f041922f
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
Fixed Sonar Issues accross the file
Issue-ID: APPC-1669
Change-Id: Idccc7e133a93f0af8d2352473d95f755f39f1ae7
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
These changes did not work
Change-Id: Ie90d1bf4795cad916f8aea00af9a8cf5bcc847ed
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
Changing the parent pom of appc-dispatcher and
appc-directed-graph so that they no longer point
to the root appc pom, instead they point to the
org.onap.appc.parent pom files.
Change-Id: I116bd06471482e19715a3c5ada506f9d700e5576
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
Change-Id: Ice20bc6259d9f30438f23e9f8e6c875f4119fee3
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
Change-Id: Ib8f13865e9702099e99593b1fa301e1dc2da8ec2
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
Change-Id: If572b36cdf00e3c6ada36181fb6c678fbd978e72
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
Change-Id: If6610d1addd323c1ad0f902a0841b979f017adc9
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
Change-Id: I19a543c1fea16823039d00290d4831dbeb35c1ea
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
Change-Id: I83b000b7c4ac94b5eba396b5e1856a970fa90623
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
|
|
remove Joss from committer
Issue-ID: APPC-1685
Change-Id: Id223a31e6870a00708e5a0aa3c36d725c4284524
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
Change-Id: I9ba4c926097457c6d540bdb26efc1967a434249e
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1684
|
|
Fixed Sonar issues accross the file
Issue-ID: APPC-1669
Change-Id: I49db3c6c23f5cf61fe8d898662abaeb14f7c4422
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
Fixed Sonar issues accross the file
Issue-ID: APPC-1669
Change-Id: Icd598fa6c9954c22d4bfd7ab0155823e8b946638
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Issue-ID: APPC-1677
Change-Id: Ieb7f01df8fc1f639c232ca47eefa2145fe45d965
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
If a local variable is declared but not used, it is dead code and should be removed. Doing so will improve maintainability because developers will not wonder what the variable is used for.
Issue-ID: APPC-1675
Change-Id: I9cccd6fd529591cbbe7095cce9d5687a712f42d9
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
removing unused import
Issue-ID: APPC-1659
Change-Id: Ib7696e4e0fbefe329eda4eb56feb24701f17c4e6
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Change-Id: Ic0af785e3d3863f4555ab9614d7a8b3b0f2150b3
Issue-ID: APPC-1670
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: APPC-1663
Change-Id: I98a98f59847a4cdea298f82531530db4048b65b0
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
removing unused import
Issue-ID: APPC-1658
Change-Id: I3eb674031487937b461d045c31d4aa9108b38de6
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
Remove the declaration of thrown exception 'org.onap.appc.exceptions.APPCException', as it cannot be thrown from method's body.
Issue-ID: APPC-1664
Change-Id: I0c66da105d735b4ac97ee35d1e6bea122be80722
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
Convert sql queries to prepared statements in other
parts of appc.
Change-Id: If29225394de2ab286e4f2f7bdd17f6af6b286576
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: OJSI-25
|
|
Also apply the valueof to non svc context arguments.
The original code would always treat null arguments
as null strings. This replaces that functionality
in the prepared statements.
Change-Id: I88ab22c87b86a8f5ff41946757c40a399c37a6c3
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: OJSI-25
|
|
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: APPC-1655
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: Dasari Anusha <danush10@in.ibm.com>
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
remove unused import 'java.util.TimeZone'
Issue-ID: APPC-1661
Change-Id: I94d4c39a83fb815343fd373557a7d36b3e1213b8
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: APPC-1653
Change-Id: I9e3e3b7994cb689e14b70aab73d5dfea54fa4a1f
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: APPC-1652
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: Dasari Anusha <danush10@in.ibm.com>
Signed-off-by: anushadasari <danush10@in.ibm.com>
Change-Id: I1ddafa429afb23a0eb6cb120a20a774ff9a032b8
|
|
Remove the declaration of thrown exception 'org.onap.appc.exceptions.APPCException', as it cannot be thrown from method's body.
Issue-ID: APPC-1654
Change-Id: Ib08561aaecf8dea445e0f5ceb3a6d35795dfd8bd
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
opendaylight-karaf-empty is for testing
purpose and outdated
Issue-ID: APPC-1651
Change-Id: I768b7afa9a60db6413f71320fd11575b1fafce97
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
The Lists.newArrayList method is not being used here in a
way that provides significant benefit over new ArrayList
and Lists was causing a class not found exception.
Change-Id: I61bbfc5e55cb283c10f3681a7e336ae346347d03
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1613
|
|
The old non-parameterized queries would treat null entries in the SvcLogicContext
as "null" string values. The parameterized query treats these as NULL sql values.
This change keeps those values as "null" strings.
Change-Id: Iee7f7a1861bdd82dc65d59db2be7862b49cf1207
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1639
|
|
Sonar Fix - Removed unnecessary cast to Date
Issue-ID: APPC-1629
Change-Id: Ie37c511ac63abd71708700b376a836e4ed03e92f
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
Sonar Fix - Removed unused Variable Utils.java
Issue-ID: APPC-1629
Change-Id: I557c065ff835834f5eed5eb80bd7136e182217f5
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
Sonar Fix - String comparison
Issue-ID: APPC-1629
Change-Id: I8ea38dfaf629c2be624552a1cf0b0f0e877117cb
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
Sonar Fix - String Comparison
Issue-ID: APPC-1629
Change-Id: Ia13da99f101d479aba7009ba4dffc201aa9a3ffe
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
Handled non-serializable fields
Issue-ID: APPC-1637
Change-Id: I3398620e396c3f8bc1504eca8d312bc35d3bbbfd
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
|
|
Marked member transient
Issue-ID: APPC-1634
Change-Id: I7bbbf941e692c2755122f3d40a7ca79c59f21749
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
|
|
Removed static keyword
Issue-ID: APPC-1636
Change-Id: I507d306f50acc010db4d944a078b4d15f5c719a4
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
|
|
Sonar Fix- Removed Unused private field
Issue-ID: APPC-1629
Change-Id: Iaab259140e29200473147097c552f75783e5cd0d
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
Issue-ID: APPC-1624
Change-Id: I12aa5f1a42d5e09b5eb8886132ea9e5a2c84ef5e
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
|