[GitHub] brooklyn-server pull request #531: initial work to support HttpEntity

2017-02-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/531 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] brooklyn-server pull request #531: initial work to support HttpEntity

2017-02-14 Thread andreaturli
Github user andreaturli closed the pull request at: https://github.com/apache/brooklyn-server/pull/531 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] brooklyn-server pull request #531: initial work to support HttpEntity

2017-02-14 Thread andreaturli
GitHub user andreaturli reopened a pull request: https://github.com/apache/brooklyn-server/pull/531 initial work to support HttpEntity - add HttpCommnadEffector - add CompositeEffector - add EntityInitializers util class to resolve DSL injected as params into the

[GitHub] brooklyn-server pull request #531: initial work to support HttpEntity

2017-01-30 Thread andreaturli
Github user andreaturli commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/531#discussion_r98395700 --- Diff: core/src/test/java/org/apache/brooklyn/core/effector/http/HttpCommandEffectorIntegrationTest.java --- @@ -0,0 +1,125 @@ +/* +

[GitHub] brooklyn-server pull request #531: initial work to support HttpEntity

2017-01-29 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/531#discussion_r98362353 --- Diff: core/src/main/java/org/apache/brooklyn/core/effector/CompositeEffector.java --- @@ -0,0 +1,133 @@ +/* + * Licensed to the Apache

[GitHub] brooklyn-server pull request #531: initial work to support HttpEntity

2017-01-29 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/531#discussion_r98362160 --- Diff: core/src/test/java/org/apache/brooklyn/core/effector/http/HttpCommandEffectorIntegrationTest.java --- @@ -0,0 +1,125 @@ +/* + *

[GitHub] brooklyn-server pull request #531: initial work to support HttpEntity

2017-01-29 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/531#discussion_r98362129 --- Diff: core/src/test/java/org/apache/brooklyn/core/effector/http/HttpCommandEffectorIntegrationTest.java --- @@ -0,0 +1,125 @@ +/* + *

[GitHub] brooklyn-server pull request #531: initial work to support HttpEntity

2017-01-20 Thread andreaturli
GitHub user andreaturli opened a pull request: https://github.com/apache/brooklyn-server/pull/531 initial work to support HttpEntity - add HttpCommnadEffector - add CompositeEffector - add EntityInitializers util class to resolve DSL injected as params into the