Releases: FINTmodels/fint-event-model
Releases · FINTmodels/fint-event-model
v0.0.19
added missing setQuery method on Event, added addObject to avoid unchecked calls when event does not have the type set
v0.0.18
In the Health object added a constructor for status
v0.0.17
added Health object
v0.0.16
added query to Event and included @JsonIgnoreProperties(ignoreUnknown = true) to make it more future proof
v0.0.15
fixed bug in DefaultActions
v0.0.14
added constructor to Event that copies the values into the new instance
v0.0.13
added isHealthCheck() to Event
v0.0.12
updated readme with examples of using EventUtil