GitHub user grkvlt opened a pull request:
https://github.com/apache/brooklyn-server/pull/153
[WIP] Add a ScriptEffector using JSR-223 embedded scripting
This is an attempt to add scripting language support to Brooklyn
blueprints, so that effectors can be added in various languages directly.
JSR-223 supports JavaScript and via third party plugins like jruby, jpython and
so on, other script languages can be added.
The current PR is still being worked on, and some features are incomplete
at present so it should not be merged. It is here mostly for comments about the
idea, and its implementation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/grkvlt/brooklyn-server script-effector
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/153.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #153
----
----
---
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 feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---