Bug fix in DMAAP publication templates 14/107814/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Mon, 18 May 2020 16:46:48 +0000 (11:46 -0500)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Mon, 18 May 2020 16:46:48 +0000 (11:46 -0500)
Remove "0a" hex newline character at the end of the
DMAAP publication template files. DMAAP message router
is very sensitive

Issue-ID: CCSDK-2379
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I7b4e5925c693463cea3441eb15f0e2d4dd3f8416

platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-config-response-template.json
platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-template.json

index b6fa471..c8c8635 100644 (file)
@@ -18,4 +18,4 @@
 "rpc-name" : ${tmp.oofpcipoc-dmaap-config-resp.rpc-name},
 "correlation-id" : ${prop.oofpcipoc-dmaap-config-resp.correlationID},
 "type" : ${prop.oofpcipoc-dmaap-config-resp.type}
 "rpc-name" : ${tmp.oofpcipoc-dmaap-config-resp.rpc-name},
 "correlation-id" : ${prop.oofpcipoc-dmaap-config-resp.correlationID},
 "type" : ${prop.oofpcipoc-dmaap-config-resp.type}
-}
+}
\ No newline at end of file
index d488f27..9f3408b 100644 (file)
@@ -5,4 +5,4 @@
     "version": ${tmp.oofpcipoc-dmaap.version},
     "Action": ${tmp.oofpcipoc-dmaap.action},
     "Payload": ${tmp.oofpcipoc-dmaap.payload}
     "version": ${tmp.oofpcipoc-dmaap.version},
     "Action": ${tmp.oofpcipoc-dmaap.action},
     "Payload": ${tmp.oofpcipoc-dmaap.payload}
-}
+}
\ No newline at end of file