Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/appc.git from branch 'master'
to f660cb70d74773d414cdf695ca2324f4d6dae48a
- APPC-1663
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>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 669e25644a5e5a84527b1b218dc18c6bdf1bfeed
- AAPC-1658 removing unused import
removing unused import
Issue-ID: APPC-1658
Change-Id: I3eb674031487937b461d045c31d4aa9108b38de6
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to b3722a41430dce2264c61a2a9eb61de357802a9c
- SonarFix-Remove declaration of thrown exception
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>
|
|
* Update docs/submodules/appc.git from branch 'master'
to b14db107c5dd7eadbfecde037ad68633775502de
- Prepared statements for DG services
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
|
|
* Update docs/submodules/appc.git from branch 'master'
to e0bdc35d8428a574c6decc6075b8d8ef98f05d5f
- Add value of the arguments
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
|
|
* Update docs/submodules/appc.git from branch 'master'
to e93b3251120e3bc8aeec497852a287a5c909d1b4
- AAPC-1655
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>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 93d4ad294dc08226467e4203c2044c62d32d9c1c
- AAPC-1661-remove unused import 'java.util.TimeZone'
remove unused import 'java.util.TimeZone'
Issue-ID: APPC-1661
Change-Id: I94d4c39a83fb815343fd373557a7d36b3e1213b8
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 00b75dcc162606a28ebc38a06e4c92314e1b44a2
- APPC -1653
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>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 6898b8cfb815892115c86f80d85edd895a1292a3
- APPC-1652- Removing Duplicate import
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
|
|
* Update docs/submodules/appc.git from branch 'master'
to 92620404332df78760f07d082685f366c61fa5d1
- APPC-1654
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>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 796e49ff45457326467330656ce9fd336fe71711
- remove opendaylight-karaf-empty
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>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 39122feeda8a36406aa9d3beb0e05cfb0d77981c
- Replace Lists with new ArrayList
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
|
|
* Update docs/submodules/appc.git from branch 'master'
to afad136327003c1a4b8f3a5708e27d96e3374d67
- Fixes for parameterized sql queries
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
|
|
* Update docs/submodules/appc.git from branch 'master'
to c8783f0346c69d00ca686a07cb418db751598bb2
- Sonar Fix - Removed unnecessary cast to Date
Sonar Fix - Removed unnecessary cast to Date
Issue-ID: APPC-1629
Change-Id: Ie37c511ac63abd71708700b376a836e4ed03e92f
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 913a10fc1c2cf8c45e1f614c6a56ceed50e255d4
- Sonar Fix - Removed unused Variable Utils.java
Sonar Fix - Removed unused Variable Utils.java
Issue-ID: APPC-1629
Change-Id: I557c065ff835834f5eed5eb80bd7136e182217f5
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to b1d55dd69c4a1b808b2a2ab995172e4bfdabfaea
- Sonar Fix - String comparison
Sonar Fix - String comparison
Issue-ID: APPC-1629
Change-Id: I8ea38dfaf629c2be624552a1cf0b0f0e877117cb
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
- Sonar Fix - String Comparison
Sonar Fix - String Comparison
Issue-ID: APPC-1629
Change-Id: Ia13da99f101d479aba7009ba4dffc201aa9a3ffe
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 2d41766e54fc4ea14a98b4a7b9a6d81a484ea51d
- Marked field transient
Handled non-serializable fields
Issue-ID: APPC-1637
Change-Id: I3398620e396c3f8bc1504eca8d312bc35d3bbbfd
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 9a6cfb5790453ae39343c50b21269153b87b06ed
- Adhered serializable class contracts
Marked member transient
Issue-ID: APPC-1634
Change-Id: I7bbbf941e692c2755122f3d40a7ca79c59f21749
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to e87214033cd8573391db5c980ee3e029f891f31c
- Updated to be an instance variable
Removed static keyword
Issue-ID: APPC-1636
Change-Id: I507d306f50acc010db4d944a078b4d15f5c719a4
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to ad12cef6d34bf3fa95e9cd88c82e30bbd06d9ad7
- Sonar Fix- Removed Unused private field
Sonar Fix- Removed Unused private field
Issue-ID: APPC-1629
Change-Id: Iaab259140e29200473147097c552f75783e5cd0d
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to d368feb33cf3dcf1008b060503b7a41edef67e9e
- Fixed netconf-xml parsing issue
Issue-ID: APPC-1624
Change-Id: I12aa5f1a42d5e09b5eb8886132ea9e5a2c84ef5e
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 066fc4828dd8e0dd9e6c0e9cc7e7dd705f02f7c1
- Parameterized queries
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
|
|
* Update docs/submodules/appc.git from branch 'master'
to 0104a8870a6fe61caae2310072828255515ab828
- update appc release note
fix appc cluster issue
release new appc docker
Issue-ID: APPC-1293
Change-Id: Id4897669e29f3c7c156a3c4c945825758c268a51
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to c85a0909e1b94a11627fdbba9cee2162659e5237
- Added cvaas file name in Audit and Sync
Issue-ID: APPC-1590
Change-Id: I09345570fe6cd158102844070e62df7fb1a7aed9
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 10020bbd26d80d11556f69ea36498d10c2a9e1de
- fix document error
missing underline
Issue-ID: APPC-1595
Change-Id: Ia1eb87c5f34c43c56e037e9bf925857ecbb9d758
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to cf267cfd35fcc373540a97553aa567201c6e3d88
- update dublin release note
remove known-issue
APPC-1613
Issue-ID: APPC-1293
Change-Id: Ibacdb95bdc94bee2449596948055bbff3bd51e9e
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 8672a7536cca1cd826e880cb3d31c36a90d66ab8
- Fixed incorrect error message
Issue-ID: APPC-1623
Change-Id: Ib6c58be5e5ddb41c39788208238234335f72e7ea
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 5a83a8dc3dd5359b343f6dba52e0ca6907f58a5a
- Document OJSI-185 vulnerability
Issue-ID: OJSI-185
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I6cbe6a6cb0129bd4ac6ccba35cf018f4a04f80e5
|
|
* Update docs/submodules/appc.git from branch 'master'
to 706cd5cf82e16d10d18732fc8df2e3efea7eac87
- Document OJSI-113 vulnerability
Issue-ID: OJSI-113
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9d0c35e01dd4f2b42bd115455863ca2d0b8dc3c7
|
|
* Update docs/submodules/appc.git from branch 'master'
to e21015630eb54bc5fba3d147962ac1d92a1ac1c8
- Document OJSI-112 vulnerability
Issue-ID: OJSI-112
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Id28f332ddcdd5c69f5a82758d05c10d19606faff
|
|
* Update docs/submodules/appc.git from branch 'master'
to 9efc5e6ea56013249cb7d9746fa0b21916e79549
- Document OJSI-95 vulnerability
Issue-ID: OJSI-95
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ica05a626601673f672cc0be6a8c6cdcbe94323f8
|
|
* Update docs/submodules/appc.git from branch 'master'
to f989a9e9a9d17a56e3d1322b9d1550c7e281577f
- Document OJSI-63 (CVE-2019-12124) vulnerability
Issue-ID: OJSI-63
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ide989877e0f2765302ad423c0b421e972b4e8046
|
|
* Update docs/submodules/appc.git from branch 'master'
to 185f1dced3f858f363c8442d2a37d42d7900f028
- Document OJSI-29 vulnerability
Issue-ID: OJSI-29
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ib8f54aa42fc78198c8b0043b2aa79580a5950672
|
|
* Update docs/submodules/appc.git from branch 'master'
to 8f98b8ef92220f195333c69884258851142f94ce
- Document OJSI-25 (CVE-2019-12316) vulnerability
Issue-ID: OJSI-25
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ia880184484aadea9147fcac301c87063a00f92ab
|
|
* Update docs/submodules/appc.git from branch 'master'
to 051bcb2a7ea7e55f991a93ac7dae732438516fa1
- Document fixed OJSI-104 vulnerability
Issue-ID: OJSI-104
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I42365c3038eb38f170b1543d9f78d68b2e5c9de4
|
|
* Update docs/submodules/appc.git from branch 'master'
to d9fd5819b37eabe446623aad14150e15342ebbdf
- Document fixed OJSI-146 vulnerability
Issue-ID: OJSI-146
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9e02cc26f7cfa9c11941b4ce4aef5de561f4b764
|
|
* Update docs/submodules/appc.git from branch 'master'
to 9c6141af9c6efbac352d6b4a63b3a60624d7ae9b
- Improve security release notes
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
|
|
* Update docs/submodules/appc.git from branch 'master'
to 57aa614c0bc0cd67eae6ed60cb45d8f7f94ddcd8
- Fix for jackson annotation
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
|
|
* Update docs/submodules/appc.git from branch 'master'
to 208db989045b9a53d9191e7fdac03d266ef73c5c
- Fix for documentation of DistributeTrafficCheck
Change-Id: I260ef22fb00755e6818868fdadd35bcd88162ffd
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Issue-ID: APPC-1447
|
|
* Update docs/submodules/appc.git from branch 'master'
to b98475a20856e2a75f7c31a1b49920b3e0c7c38d
- Documentation for DistributeTraffic LCMs
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)
|
|
* Update docs/submodules/appc.git from branch 'master'
to 0fbad083a25a5982ccc2de26fc159cde834fb1b3
- APPC release note update
Updated Dublin release note
Issue-ID: APPC-1293
Change-Id: I86ebb4365aed65b90e13a46e8e691f39382ecfd4
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 62433c522bb1feddc2caa22868192edca0b4082f
- Fix for null dmaap return status
The setResponse method was returning before actually
setting the status values in cases where the status
field was not first initialized. This behavior did
not make sense since the status field would never be
initialized in cases where the OutgoingMessage was
generated using the IncomingMessage.toOutgoing().
Change-Id: Ib399daf3644095a2eeffe718d0f6a27473b01ee9
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1619
|
|
* Update docs/submodules/appc.git from branch 'master'
to bd1da0d90b12f36f2931e8b3dba4cfb63ef3442b
- InventoryNames in ansible adapter fixed
This change fixes support for InventoryNames parameter
in LCM request going to Ansible server. Also ansible
adapter DG has been modified to consider new parameter
added
Change-Id: I68aa8efa34b79ef2f669d81563510fea7bb0a730
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Issue-ID: APPC-1612
(cherry picked from commit 7155b808084ff6e49f6eef01ac7defd9a7754a3a)
|
|
* Update docs/submodules/appc.git from branch 'master'
to 5c0ecefc0b8f10fc8b1f65f57fd9fc064b9a112d
- fix CDT doc image reference
rename to image41
Issue-ID: APPC-1295
Change-Id: Iee331769a9a0e46e87631c14849142033b855e34
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 0dfc62bb9a6db7d3cc28d9742f00d5d33063faad
- Fix for support of InventoryNames
This change addes support for InventoryNames parameter
in LCM request going to Ansible server
Change-Id: I9aea0b5407460d5dc0b2691e73ba795f8fe2af15
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Issue-ID: APPC-1612
|
|
* Update docs/submodules/appc.git from branch 'master'
to fc2018739d072a0287b84ff78c94572bce5aba7c
- Fix escapeInternalJson method
The method incorrectly handled cases where the json string contained
json objects internally. These cases should be handled correctly now.
Change-Id: I43b40414526bcb6577242ab737097dfb9119e618
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1576
|
|
* Update docs/submodules/appc.git from branch 'master'
to c4cac55b9e72103773330d3a031a21ff79895d51
- update APPC CDT GUI guide
added Admin tab user
guide
Issue-ID: APPC-1295
Change-Id: I21c7d3163796f405f809fb6c8a47537b736b1277
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to abea37ddb6d36e77c7e86f68f4bd6405dba58276
- resolve base64 class not found
add commons-codec in embedded-dependency
in event listener pom file
Issue-ID: APPC-1604
Change-Id: I7006ed41d412b1dcf21dd64987a84d1ad04c9093
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 8183cf136ad38556c4628199c1eb6b30dccbb3e3
- Update parent version
Update the parent version to match the new 2.*
parent versioning.
Change-Id: I77280d8cf12de1de20c01249491dc85243f5d655
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1601
|
|
* Update docs/submodules/appc.git from branch 'master'
to 25f856faedd92ba62e8348507f7baf8ef34f4540
- Update message format for vFirewall
The message format coming from policy has changed. This is the
corresponding update for appc to match the message format.
Change-Id: I8827e6c372be77dc69c0ee3579a002fde2515848
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1603
|