Adrien Oliva created UNOMI-566:
----------------------------------
Summary: Unomi fails to retrieve events when source or target are
profiles
Key: UNOMI-566
URL: https://issues.apache.org/jira/browse/UNOMI-566
Project: Apache Unomi
Issue Type: Bug
Components: core
Affects Versions: 1.6.0
Environment: Archlinux with openJdk 11
CentOS 7 with openJdk 11
Reporter: Adrien Oliva
When an event contains a reference to a Profile in source or target, Jackson
fails to deserialize it and results in exception:
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException:
Unrecognized field "systemProperties" (class org.apache.unomi.api.CustomItem),
not marked as ignorable (4 known properties: "properties", "scope", "itemType",
"itemId"])
at [Source: UNKNOWN; line: -1, column: -1] (through reference chain:
org.apache.unomi.api.Event["source"]->org.apache.unomi.api.CustomItem["systemProperties"])
--
This message was sent by Atlassian Jira
(v8.20.7#820007)