Fix asynchronous patch requests 71/55871/1
authorRavi Geda <GRaviK@amdocs.com>
Thu, 5 Jul 2018 10:11:55 +0000 (11:11 +0100)
committerRavi Geda <GRaviK@amdocs.com>
Thu, 5 Jul 2018 10:11:55 +0000 (11:11 +0100)
commitbce8bc8383c3f19b64b360a941ec1b1503791c85
treedab3e05bc40369267204b7b07fe9a2896c9769d7
parent207e734ca64863d3a6973adbd058a316b6b3d0e4
Fix asynchronous patch requests

Async flow uses gson to de-serialize the event to a ChampObject which is
causing inconsistencies for timestamp property values. Fix is to use
jackson which the sync flow also uses.

Change-Id: Ic766d34a8c04b9d076d7cadb53cb9dcb180186b6
Issue-ID: AAI-1363
Signed-off-by: Ravi Geda <GRaviK@amdocs.com>
champ-service/src/main/java/org/onap/champ/async/ChampAsyncRequestProcessor.java
champ-service/src/main/java/org/onap/champ/event/GraphEventVertex.java
champ-service/src/test/java/org/onap/champ/event/GraphEventVertexTest.java [new file with mode: 0644]