OpenSearch/test-framework
Adrien Grand d408313974 Make XContentGenerator.writeRaw* safer.
This method currently allows to write arbitrary bytes in an xcontent stream.
I changed it so that it can only write data to the same stream as the xcontent
(the bos parameter is removed) and that it yells at you if you try to write
raw bytes that can't be recognized as xcontent. Also the logic to copy the
structure instead of appending the bytes directly if the source and target
are of a different xcontent type have been moved to the low-level
XContentGenerator.
2015-12-11 11:13:57 +01:00
..
src Make XContentGenerator.writeRaw* safer. 2015-12-11 11:13:57 +01:00
build.gradle Build: Fix dependency licenses check to correctly skip projects without dependencies 2015-12-02 11:03:56 -08:00