You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2019/04/11 10:09:57 UTC

[brooklyn-server] branch master updated (b71ae49 -> d45718d)

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

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


    from b71ae49  Merge pull request #1063 from tbouron/feature/test-case-finally
     new 78afb79  Check entitlements on delete bundle from catalog
     new c6c0783  New entitlements
     new b35174b  Fine-grained entitlements applied
     new dc04266  messages updated
     new 57a3649  Changes requested on PR1061
     new 3187a43  Messages changes for consistency
     new 50c7862  Missed message
     new d45718d  Merge pull request #1061 from jcabrerizo/fixReadOnlyEntitlement

The 12397 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:
 .../core/mgmt/entitlement/Entitlements.java        | 30 +++++++++++++-
 .../brooklyn/rest/resources/AdjunctResource.java   |  5 +++
 .../rest/resources/ApplicationResource.java        | 10 +++++
 .../brooklyn/rest/resources/BundleResource.java    |  5 +++
 .../brooklyn/rest/resources/EntityResource.java    |  9 +++++
 .../brooklyn/rest/resources/LocationResource.java  | 26 +++++++++++-
 .../rest/resources/PolicyConfigResource.java       | 12 ++++++
 .../brooklyn/rest/resources/PolicyResource.java    | 22 +++++++++++
 .../brooklyn/rest/resources/ScriptResource.java    |  2 +-
 .../brooklyn/rest/resources/ServerResource.java    | 46 +++++++++++++++-------
 .../brooklyn/rest/resources/UsageResource.java     | 28 +++++++++++--
 11 files changed, 174 insertions(+), 21 deletions(-)