-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20279/
-----------------------------------------------------------
Review request for Twill.
Bugs: TWILL-72
https://issues.apache.org/jira/browse/TWILL-72
Repository: twill
Description
-------
empty list is serialized as null, but deserialization does not check for null.
Diffs
-----
twill-core/src/main/java/org/apache/twill/internal/JvmOptions.java a260f5b
twill-core/src/main/java/org/apache/twill/internal/json/JvmOptionsCodec.java
a1b7eb9
twill-core/src/test/java/org/apache/twill/internal/json/JvmOptionsCodecTest.java
66187f2
twill-yarn/src/test/java/org/apache/twill/yarn/DebugTestRun.java daf0bc1
Diff: https://reviews.apache.org/r/20279/diff/
Testing
-------
added unit tests both for the serialization and for the debug run.
Thanks,
Andreas Neumann