commit | 4bbad1421015c23a5bc3b9387c42f3731a786832 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Mar 11 11:55:39 2020 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed Mar 11 11:57:57 2020 -0700 |
tree | 449b9d8f645e162a6e54d08ecbe65f5292c57d4a | |
parent | 190091306e109e56f6a2f189ad0ed0011404a311 [diff] [blame] |
VOL-2742 - ensure component list is empty not null JSON marshalling doesn't encode a nil array as [], but instead encodes it as "null". This patch makes the list default to an empty array so that it marshals to "[]" instead of "null". Change-Id: I3dbaf9e231e5a5a8cd4d4475f558a98b1c0da1f8
diff --git a/VERSION b/VERSION index a970716..3ec1c88 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.15 +1.0.16-dev