You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2020/11/11 12:49:14 UTC

[GitHub] [brooklyn-server] ahgittin opened a new pull request #1123: Misc minor - recording SSH track task, and $brooklyn:object accept string

ahgittin opened a new pull request #1123:
URL: https://github.com/apache/brooklyn-server/pull/1123


   the latter allows us to supply custom objects and then chain additional DSL syntax eg
   
   `$brooklyn:object("[my.CustomType]").attributeWhenReady(...)`
   
   using the normal map argument this is impossible:
   
   ```
   $brooklyn:object:
     type: my.CustomType
   # where does attributeWhenReady(...) hang?
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [brooklyn-server] iuliana merged pull request #1123: Misc minor - recording SSH track task, and $brooklyn:object accept string

Posted by GitBox <gi...@apache.org>.
iuliana merged pull request #1123:
URL: https://github.com/apache/brooklyn-server/pull/1123


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [brooklyn-server] ahgittin commented on pull request #1123: Misc minor - recording SSH track task, and $brooklyn:object accept string

Posted by GitBox <gi...@apache.org>.
ahgittin commented on pull request #1123:
URL: https://github.com/apache/brooklyn-server/pull/1123#issuecomment-725421476


   One more tweak, now when deserialization any `WrappedValue` that contains a DSL expression, we parse the DSL.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org