You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by jc...@apache.org on 2022/02/15 15:09:20 UTC

[brooklyn-server] branch master updated (21e19d2 -> 5f752e7)

This is an automated email from the ASF dual-hosted git repository.

jcabrerizo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.


    from 21e19d2  Merge pull request #1299 from algairim/policy/groups-change
     new bcf1139  Gracefully handle invalid sensor types in REST requests
     new e6305e9  Remove unused imports
     new 5f752e7  Merge pull request #1300 from algairim/rest/invalid-sensor-type-handling

The 13543 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:
 .../rest/resources/ApplicationResource.java        | 17 +++-----
 .../brooklyn/rest/resources/SensorResource.java    |  7 ++--
 .../brooklyn/rest/resources/ServerResource.java    |  5 ++-
 .../rest/transform/ApplicationTransformer.java     |  6 ++-
 .../brooklyn/rest/transform/SensorTransformer.java |  3 +-
 .../brooklyn/rest/util/EntityAttributesUtils.java  | 49 ++++++++++++++++++++++
 .../rest/resources/ApplicationResourceTest.java    | 33 ++++++++++++++-
 7 files changed, 100 insertions(+), 20 deletions(-)
 create mode 100644 rest/rest-resources/src/main/java/org/apache/brooklyn/rest/util/EntityAttributesUtils.java