This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
from d68ff02b08 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/brooklyn-server
add a3cfd99ded in REST API, apply suppression logic to fields in maps
wherever we resolve things
new 1b84156556 Merge branch 'suppress-nested-sensitive-fields'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../spi/dsl/methods/BrooklynDslCommon.java | 2 +
.../org/apache/brooklyn/core/config/Sanitizer.java | 31 ++++++++
.../util/core/json/BrooklynObjectsJsonMapper.java | 45 ++++++++++++
.../resources/AbstractBrooklynRestResource.java | 23 ++++--
.../rest/resources/EntityConfigResource.java | 12 ++-
.../brooklyn/rest/util/WebResourceUtils.java | 55 +++++++++++++-
.../util/json/BrooklynJacksonJsonProvider.java | 7 +-
.../rest/resources/EntityConfigResourceTest.java | 85 ++++++++++++++++++++++
8 files changed, 247 insertions(+), 13 deletions(-)