You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by iu...@apache.org on 2021/08/03 10:26:18 UTC

[brooklyn-server] branch master updated (4b840ae -> 333610e)

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

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


    from 4b840ae  add notes on deprecated endpoints
     new 5f9f2d5  New INSTALL_JAVA entitlement
     new 5b87100  New blueprintAuthor role not allowed to deploy java bundles
     new db0c1db  removed unneeded import ADD_BOM entitlement
     new 4750648  replace class files for empty files
     new ac8e5d3  Add entitlement tests
     new 333610e  Merge pull request #1214 from jcabrerizo/feature/blueprint-autor

The 13118 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:
 .../entitlement/EntitlementManagerAdapter.java     |   7 +++
 .../core/mgmt/entitlement/Entitlements.java        |  33 +++++++++-
 .../core/mgmt/entitlement/EntitlementsTest.java    |  22 ++++++-
 .../brooklyn/rest/resources/CatalogResource.java   |  69 +++++++++++++++------
 .../rest/resources/CatalogResourceTest.java        |  34 +++++++++-
 .../rest/resources/testNoJava-0.1.0-SNAPSHOT.jar   | Bin 0 -> 1636 bytes
 .../rest/resources/testWithJava-0.1.0-SNAPSHOT.jar | Bin 0 -> 4436 bytes
 7 files changed, 139 insertions(+), 26 deletions(-)
 create mode 100644 rest/rest-resources/src/test/resources/brooklyn/rest/resources/testNoJava-0.1.0-SNAPSHOT.jar
 create mode 100644 rest/rest-resources/src/test/resources/brooklyn/rest/resources/testWithJava-0.1.0-SNAPSHOT.jar