elasticsearch/libs/x-content
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
..
impl Consider context in raw serialization (#106163) 2024-03-11 13:48:12 +01:00
src [Profiling] Speed up serialization of flamegraph (#105779) 2024-03-07 15:31:02 +01:00
build.gradle Add a gradle plugin for embedded providers (#105094) 2024-02-05 15:21:52 -05:00