Carry forward honolulu fixes 14/123814/2
authorDan Timoney <dtimoney@att.com>
Mon, 22 Mar 2021 13:45:16 +0000 (09:45 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 2 Sep 2021 14:25:07 +0000 (10:25 -0400)
commitad0b39dc92ef67ed6f2df714771bed1053d4125d
tree7ca3aded810f0f420ce954e50e9daf859a450858
parenta67fa64ee0c4395de63b08c9178eb7fd04227715
Carry forward honolulu fixes

This change carries forward the following fixes from Honolulu to master

Update to allow ranges for ccsdk.sli.version

Update to allow ccsdk.sli.version to be passed with a range as a value

Change-Id: Ibb37082bf8162300ae2de37f33b0e4672b796293
Issue-ID: CCSDK-3209
Signed-off-by: Dan Timoney <dtimoney@att.com>
(cherry picked from commit c3e800149c947ecc9b76a2e3b990664fc5d41ce1)

Minor Refactoring of sliboot pom

Issue-ID: CCSDK-3343
Change-Id: I66d4e2840ff86e092a23453384d02ce49b7048ac
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Use CadiFilter instead of shiro

Microservices should use CadiFilter rather than shiro to integrate
with AAF

Change-Id: I95b9a844b7ac868f864134de7345013001357352
Issue-ID: SDNC-1523
Signed-off-by: Dan Timoney <dtimoney@att.com>
(cherry picked from commit a90eecf70419ec4acba6f5a8425300eef7f45290)

Minor Refactoring of sliboot pom

Updating docker-maven-plugin to 0.34.0 and
removing docker image build goal (it was there twice)

Issue-ID: CCSDK-3343
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I26401befaf235ddfe694c6206cbd547cbc56cc03
(cherry picked from commit 108a13c20757f4a437aea22880f019e6e6043841)

missing logs

Add filters for audit and request/response log
Add filters for audit and request/response log

Issue-ID: CCSDK-3367
Signed-off-by: lalena.aria <lalena.aria@att.com>
Change-Id: Id292c1f5109f0c3846a0357d0618f607011825a4

Add code to handle content type plain/text

Add code to handle content type plain/text

Issue-ID: CCSDK-3378
Signed-off-by: lalena.aria <lalena.aria@att.com>
Change-Id: Id4a30ad5ca81db0e7e3a328cc5d2496c42c9e150
Signed-off-by: Dan Timoney <dtimoney@att.com>
1201 sanity test

Add bean for IpAddressTool plugin
Add missing import
Add bean for IpAddressTool plugin
Add missing import
Fx typo (text/plain instead of plain/text)

Issue-ID: CCSDK-3379
Signed-off-by: lalena.aria <lalena.aria@att.com>
Change-Id: I208a6eaf462f86c2a3015af9bf9026ad11efa14b
Signed-off-by: Dan Timoney <dtimoney@att.com>
Use version 1.1.8 of parent

Use version 1.1.8 of parent in order to use APL-licensed version
of liquibase

Issue-ID: CCSDK-3423
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1db475fa8991d617d22536ce38d51f96c7806f85
ms/neng/pom.xml
ms/pom.xml
ms/sliboot/pom.xml
ms/sliboot/src/main/java/org/onap/ccsdk/apps/ms/sliboot/SlibootApp.java
services/pom.xml
services/src/main/java/org/onap/ccsdk/apps/filters/AuditLogFilter.java [new file with mode: 0644]
services/src/main/java/org/onap/ccsdk/apps/filters/ContentTypeFilter.java
services/src/main/java/org/onap/ccsdk/apps/filters/PayloadLoggingFilter.java [new file with mode: 0644]
services/src/main/java/org/onap/ccsdk/apps/services/SvcLogicFactory.java