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/09/17 22:07:37 UTC

[GitHub] [brooklyn-docs] geomacy commented on a change in pull request #309: Document recent addition to allow arbitrary beans to be added to catalog and used in config, initializers, and elsewhere

geomacy commented on a change in pull request #309:
URL: https://github.com/apache/brooklyn-docs/pull/309#discussion_r490585630



##########
File path: guide/blueprints/yaml-reference.md
##########
@@ -61,6 +63,23 @@ the entity being defined, with these being the most common:
     and optionally a `period` and `executionDir`, to create a sensor feed which populates the sensor with
     the given name by running the given command (on an entity which as an WinRM-able machine).<br/>
     _`"~"` will use the default execution directory for the WinRm session which is usually `%USERPROFILE%`_
+  
+  When specifying the type of an initializer, registered types (added to the catalog) are preferred,
+  but Java types are permitted.
+  
+  Advanced note:  When implementing is preferred to use standard Jackson serialization methods to read/set fields, 

Review comment:
       bit confusing, do you mean "when implementing, **_it_** is preferred to..."




----------------------------------------------------------------
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