-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Description
Hi,
We can't update io.cloudevents:cloudevents-json-jackson:2.3.0 to 2.4.0.
Our cloudEvents have a datacontenttype with value application/json;charset=utf-8, which leads to JSON deserialization error.
The newly introduced Pattern in JsonFormat does not take parameters into account.
Reading the spec, it seems a bit confusing
- Payload Serialization handles the parameters stripping
- Payload Deserialization is silent about parameters.
Would it be possible to enrich the pattern to take the parameters into account?
Metadata
Metadata
Assignees
Labels
No labels