You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2022/06/27 12:44:54 UTC

[brooklyn-server] branch master updated (48c619673e -> 39f67492e1)

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


[brooklyn-server] 01/01: Merge remote-tracking branch 'algairim/add-children-initializer'

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 39f67492e1ad3cfc57c65502402b3e6e7b8804b9
Merge: 48c619673e 872af63c03
Author: Alex Heneveld <al...@cloudsoft.io>
AuthorDate: Mon Jun 27 13:44:34 2022 +0100

    Merge remote-tracking branch 'algairim/add-children-initializer'

 .../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(-)