[java][model] Collection initialized to empty collection even if not required
Created by: jmini
We are trying to use the same model between our client (using a model serialized with Jackson) and server (JaxRS jersey2).
If a collection is not required, the server model set its value to null
.
This is not the case on client side.
In my opinion this should be aligned.