elasticsearch/libs/x-content/impl
Daniel Mitterdorfer 890bd4b8a5
Consider context in raw serialization (#106163)
With this commit we use `writeRawValue` instead of `writeRaw` when
serializing raw strings as XContent. The latter method does not consider
context (e.g. is the value being written as part of an array and
requires a comma separator?) whereas the former does. This ensures that
pre-rendered double values as we use them in the flamegraph response are
rendered correctly as XContent.

Closes #106103
2024-03-11 13:48:12 +01:00
..
licenses Add verification metadata for dependencies (#88814) 2022-08-04 09:51:16 +02:00
src Consider context in raw serialization (#106163) 2024-03-11 13:48:12 +01:00
build.gradle Only apply build to direct libs (#106101) 2024-03-08 13:48:26 -08:00