This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
@NotificationMessageMapping handler cannot deserialize Chinese characters #645
Labels
Milestone
Describe the bug
I publish a notification to SNS that contains a JSON object with Chinese characters in some of the fields, such as:
{ "documentTitle": "口廿竹十火 - new" }
And the NotificationMessageMapping handler deserializes this as:
{ "documentTitle": "????? - new" }
Sample
The text was updated successfully, but these errors were encountered: