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
Would it be possible to enrich the pattern to take the parameters into account?
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
Would it be possible to enrich the pattern to take the parameters into account?