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

[brooklyn-server] branch master updated (d06704b -> a83bf08)

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

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


    from d06704b  This closes #1269
     new a2a81d6  Policy to add policies, etc to new members
     new e6a76d3  Tidy up tests in case useful
     new 5751c8d  Correctly deserialise EntityInitializers
     new 617c7e2  Tidy up
     new 84a346f  Document
     new ed7697a  Fix configbag serialisation
     new 7db1bd1  Merge remote-tracking branch 'upstream/master' into groups-change-policy
     new 2365cef  Added policy to catalog so available in UI
     new a83bf08  Merge pull request #1267 from duncangrant/groups-change-policy

The 13397 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/resolve/jackson/BeanWithTypeUtils.java    |  11 +-
 .../brooklyn/entity/group/GroupsChangePolicy.java  | 157 +++++++++++++++++++++
 .../brooklyn/util/core/config/ConfigBag.java       |   3 +
 core/src/main/resources/catalog.bom                |   7 +-
 ...klynRegisteredTypeJacksonSerializationTest.java |  29 ++++
 .../entity/group/GroupsChangePolicyTest.java       | 101 +++++++++++++
 6 files changed, 306 insertions(+), 2 deletions(-)
 create mode 100644 core/src/main/java/org/apache/brooklyn/entity/group/GroupsChangePolicy.java
 create mode 100644 core/src/test/java/org/apache/brooklyn/entity/group/GroupsChangePolicyTest.java