File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
java-client/src/test/java/org/opensearch/client/opensearch/json Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ This section is for maintaining a changelog for all breaking changes for the cli
3232### Dependencies
3333
3434### Changed
35+ - Allow null values in arrays ([ #679 ] ( https://github.com/opensearch-project/opensearch-java/pull/679 ) )
3536
3637### Deprecated
3738
Original file line number Diff line number Diff line change 11package org .opensearch .client .opensearch .json ;
22
33import jakarta .json .stream .JsonParser ;
4+ import java .io .StringReader ;
5+ import java .util .List ;
46import org .junit .Test ;
57import org .opensearch .client .json .JsonpDeserializer ;
68import org .opensearch .client .opensearch ._types .FieldValue ;
79import org .opensearch .client .opensearch .model .ModelTestCase ;
810
9- import java .io .StringReader ;
10- import java .util .List ;
11-
12-
1311public class JsonpDeserializerBaseTest extends ModelTestCase {
1412
1513 @ Test
You can’t perform that action at this time.
0 commit comments