-
Notifications
You must be signed in to change notification settings - Fork 275
866 - JacksonJsonBuffer - Overriding toString #1073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
866 - JacksonJsonBuffer - Overriding toString #1073
Conversation
56e343d
to
e4049e9
Compare
Hey @vijaykriishna thanks for contributing! This looks good, I just have one change suggestion: in the |
I get your point. In my opinion, throwing RuntimeException can cause unexpected failures and this function I believe is not part of critical flow/ execution path. However, we can log this as error. Thoughts ? |
@vijaykriishna okay I'm convinced, let's keep it as is! just remove the |
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
* 866 - JacksonJsonBuffer - Overriding toString * 866 - Formatting error message
* 866 - JacksonJsonBuffer - Overriding toString * 866 - Formatting error message
* 866 - JacksonJsonBuffer - Overriding toString * 866 - Formatting error message
* 866 - JacksonJsonBuffer - Overriding toString * 866 - Formatting error message
Ref. #866 Overriding toString function to print readable JSON pulled in from JacksonJsonBuffer.