Fix issues when deserializing dates from ACS events
Closed this issue · 0 comments
zoltanpalfi commented
The current SDK implementation declares an ObjectMapper bean that will be used by default by any applications importing the SDK SpringBoot Starter.
Additionally, this approach causes an issue when trying to deserialize dates from ACS events.
Fix:
- Remove Object Mapper Bean declaration, this should not be a bean.
- Change ObjectMapper Injection, and create here a new instance instead.
- Configure Date / Time deserialization for the newly created instance.