zan-mateusz opened a new pull request, #1433:
URL: https://github.com/apache/brooklyn-server/pull/1433
Invoking an effector whose parameter is a list of a registered (TOSCA) data
type failed to coerce the supplied value. Two fixes:
- Parse YAML block-list strings ("- item" lines) into a list of elements for
non-string element types, instead of collapsing the whole block into a single
string (CommonAdaptorTypeCoercions).
- Run effector parameter coercion in the entity's execution context so
registered bean types can resolve their management context, instead of failing
with "... without a management context" (Effectors).
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]