Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
Convert all database queries to use java sql
parameterized queries to reduce risk of sql
injection attack.
Change-Id: I15876ce3a2f2e2dfbd6578f5141367deed75d097
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: OJSI-25
|
|
fix appc cluster issue
release new appc docker
Issue-ID: APPC-1293
Change-Id: Id4897669e29f3c7c156a3c4c945825758c268a51
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
Issue-ID: APPC-1590
Change-Id: I09345570fe6cd158102844070e62df7fb1a7aed9
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
|
|
missing underline
Issue-ID: APPC-1595
Change-Id: Ia1eb87c5f34c43c56e037e9bf925857ecbb9d758
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
remove known-issue
APPC-1613
Issue-ID: APPC-1293
Change-Id: Ibacdb95bdc94bee2449596948055bbff3bd51e9e
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
Issue-ID: APPC-1623
Change-Id: Ib6c58be5e5ddb41c39788208238234335f72e7ea
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
|
|
Issue-ID: OJSI-185
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I6cbe6a6cb0129bd4ac6ccba35cf018f4a04f80e5
|
|
Issue-ID: OJSI-113
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9d0c35e01dd4f2b42bd115455863ca2d0b8dc3c7
|
|
Issue-ID: OJSI-112
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Id28f332ddcdd5c69f5a82758d05c10d19606faff
|
|
Issue-ID: OJSI-95
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ica05a626601673f672cc0be6a8c6cdcbe94323f8
|
|
Issue-ID: OJSI-63
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ide989877e0f2765302ad423c0b421e972b4e8046
|
|
Issue-ID: OJSI-29
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ib8f54aa42fc78198c8b0043b2aa79580a5950672
|
|
Issue-ID: OJSI-25
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ia880184484aadea9147fcac301c87063a00f92ab
|
|
Issue-ID: OJSI-104
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I42365c3038eb38f170b1543d9f78d68b2e5c9de4
|
|
Issue-ID: OJSI-146
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9e02cc26f7cfa9c11941b4ce4aef5de561f4b764
|
|
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9fee2338091ed5a879e0989d13501008d7d6013f
|
|
Fasterxml jackson annotations was not available during runtime
and was causing json property annotations to be ignored and
json was not parsing.
Change-Id: I1cb48e6fc54fc39d24bde1683cb141f1f64c9906
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1613
|
|
Change-Id: I260ef22fb00755e6818868fdadd35bcd88162ffd
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Issue-ID: APPC-1447
|
|
Documentation for Distribute Traffic and
Distribute Traffic Check LCMs
Change-Id: I8dc6ec3110c711857d8788f01edfcca87a887317
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Issue-ID: APPC-1447
(cherry picked from commit 284d93a4770224956138eec224479fef9d356fff)
|
|
Updated Dublin release note
Issue-ID: APPC-1293
Change-Id: I86ebb4365aed65b90e13a46e8e691f39382ecfd4
Signed-off-by: Taka Cho <takamune.cho@att.com>
|