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

fix #90 do not escape line separator in yaml long binary fields #111

Closed

Conversation

vboulaye
Copy link
Contributor

fixes #90 by copying the encode method from Base64Variant in jackson-core and changing the way it print line separators (they are used to split the base64 output in 76 characters lines):

@vboulaye vboulaye force-pushed the fix-90-yaml-binary-lineseparator branch from 5053485 to fb3bf03 Compare October 20, 2018 20:08
@cowtowncoder
Copy link
Member

@vboulaye thank you for submitting this! I used the idea and just merged manually; fix will be in 2.9.9 and 2.10.0. Especially appreciate the tests here.

@vboulaye vboulaye deleted the fix-90-yaml-binary-lineseparator branch July 12, 2019 09:16
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