netty5/codec/src/test
Violeta Georgieva db4781282f Handle partially decoded elements while streaming Json array
Motivation:

'insideString' and 'openBraces' need a proper handling when streaming
Json array over multiple writes and an element decoding was started but
not completed.
Related to #6969

Modifications:

If the idx is reset:
- 'insideString' has to be reset to 'false' in order to indicate that
  array element will be decoded from the beginning
- 'openBraces' has to be reset to '1' to indicate that Json array
  decoding is in progress.

Result:
Json array is properly decoded when in streaming mode
2017-08-08 08:48:01 +02:00
..
java/io/netty/handler/codec Handle partially decoded elements while streaming Json array 2017-08-08 08:48:01 +02:00
resources/io/netty/handler/codec/xml Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00