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

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


    from 48c619673e address code review on PR 1322
     add e95f5012e3 Refactor AddChildrenEffector - move common parts into util 
class
     add 41f6c49c33 New initializer - AddChildrenInitializer
     add 872af63c03 Add unit test
     new 39f67492e1 Merge remote-tracking branch 
'algairim/add-children-initializer'

The 1 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/AddChildrenInitializerYamlTest.java   | 139 +++++++++++++++++++++
 .../core/effector/AddChildrenEffector.java         |  81 ++----------
 .../core/entity/AddChildrenInitializer.java        |  61 +++++++++
 .../brooklyn/util/core/BrooklynEntityUtils.java    | 106 ++++++++++++++++
 4 files changed, 315 insertions(+), 72 deletions(-)
 create mode 100644 
camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/AddChildrenInitializerYamlTest.java
 create mode 100644 
core/src/main/java/org/apache/brooklyn/core/entity/AddChildrenInitializer.java
 create mode 100644 
core/src/main/java/org/apache/brooklyn/util/core/BrooklynEntityUtils.java

Reply via email to