mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
(cherry picked from commit 92909cb1c4
)
Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
This commit is contained in:
parent
a42c71a904
commit
a5b7d2bfad
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module LogStash
|
||||||
end
|
end
|
||||||
|
|
||||||
def jruby_dump(o, options = {})
|
def jruby_dump(o, options = {})
|
||||||
encoding_normalized_data = normalize_encoding(o.dup).freeze
|
encoding_normalized_data = normalize_encoding(o)
|
||||||
|
|
||||||
# TODO [guyboertje] remove these comments in 5.0
|
# TODO [guyboertje] remove these comments in 5.0
|
||||||
# test for enumerable here to work around an omission in JrJackson::Json.dump to
|
# test for enumerable here to work around an omission in JrJackson::Json.dump to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue