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 13:45:03 UTC

[brooklyn-server] branch master updated (4f1c7a2 -> 21e19d2)

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 4f1c7a2  Merge pull request #1297 from algairim/collection-functionals
     new 33687e3  Move GroupsChangePolicyTest into camp-brooklyn as OSGI test
     new fbecd0d  Support member.locations in GroupsChangePolicy
     new 2b59327  Resolve properties of member.locations in the context of the member
     new fc34ba9  Move GroupsChangePolicyTest to broolyn-camp, initialize with yaml; add tests for member.locaitons, member.initializers and member.policies
     new 7722f0c  Add test for member.enrichers
     new 6c19c45  Optimise GroupsChangePolicyOsgiTest
     new 5626a6e  Remove OSGI config, rename test respectively
     new 21e19d2  Merge pull request #1299 from algairim/policy/groups-change

The 13540 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:
 .../brooklyn/policy/GroupsChangePolicyTest.java    | 440 +++++++++++++++++++++
 .../brooklyn/entity/group/GroupsChangePolicy.java  | 111 +++++-
 .../entity/group/GroupsChangePolicyTest.java       | 136 -------
 3 files changed, 530 insertions(+), 157 deletions(-)
 create mode 100644 camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/policy/GroupsChangePolicyTest.java
 delete mode 100644 core/src/test/java/org/apache/brooklyn/entity/group/GroupsChangePolicyTest.java