GitHub user tbouron opened a pull request:
https://github.com/apache/brooklyn-server/pull/889
Revert @JsonInclude annotations to what it was in 0.12.0 for backward
compatibility
As per as [the discussion on the
ML](https://lists.apache.org/thread.html/274c9b60e5fc15a7f25f0311dd0139667d0c7a5536ff86523010089d@%3Cdev.brooklyn.apache.org%3E),
this revert the use of `@JsonInclude` annotation for certain fields of domain
objects to insure backward compatibility.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tbouron/brooklyn-server
fix/json-payload-rest-api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/889.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #889
----
commit 81e609b061af6237740e01de3823a6b127700c1b
Author: Thomas Bouron <[email protected]>
Date: 2017-11-09T14:30:33Z
Revert @JsonInclude annotations to what it was in 0.12.0 for backward
compatibility
----
---