taimos / dvalin

Taimos microservices framework
Apache License 2.0
14 stars 6 forks source link

fixes the event id desirialization bug #74

Closed siglocpp closed 6 years ago

siglocpp commented 6 years ago

The interconnect event module has a bug on deserialization of events: When mapping from json to event, the eventId currently gets re-generated, which should not be the case.

This commit fixes the issue.

codecov-io commented 6 years ago

Codecov Report

Merging #74 into master will decrease coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #74      +/-   ##
============================================
- Coverage     20.91%   20.91%   -0.01%     
  Complexity      320      320              
============================================
  Files           157      157              
  Lines          3920     3921       +1     
  Branches        439      439              
============================================
  Hits            820      820              
- Misses         3041     3042       +1     
  Partials         59       59
Impacted Files Coverage Δ Complexity Δ
...dvalin/interconnect/model/event/AbstractEvent.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ab1693a...ea0ac4d. Read the comment docs.