Empty Snapshot when implementing own Serializer #164
-
Hello, This is my apply method I saw that the regex in the implementation does not support line breaks. File Snapshot.java. Any ideas about this? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
The regex is using DOTALL which means it will also match line breaks. I'd but a debug point into the deserialization and check why it's returning an empty string. |
Beta Was this translation helpful? Give feedback.
-
@ClaudioZesiger There indeed appears to be an issue with headers + JSON body when parsed using the REGEX. Should be fixed in the upcoming 4.0.8 release The Maven release is being flakey today so I will try it again tomorrow. |
Beta Was this translation helpful? Give feedback.
-
Can you update to 4.0.8 - this should fix the issue you are having. I don't think the square brackets are required either. |
Beta Was this translation helpful? Give feedback.
Can you update to 4.0.8 - this should fix the issue you are having. I don't think the square brackets are required either.