Skip to content
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

[Java] Support binary vardata in json printer #914

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

vdaniloff
Copy link
Contributor

When there is no character encoding for vardata (which is normal for binary) JsonPrinter fails with NPE inside string construction with null encoding. Changed behaviour so that hex dump of data is appended instead.

@mjpt777 mjpt777 merged commit 75f85d0 into real-logic:master Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants