GitHub user aledsage opened a pull request:

    https://github.com/apache/brooklyn-server/pull/837

    Fix FunctionSensor’s rebind

    It was trying to serialise the TypeCoercions function. We don’t need
    that - it coerces automatically.
    
    This is important: the brooklyn master build will fail without this fix!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aledsage/brooklyn-server fix-FunctionSensor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/837.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 #837
    
----
commit 733554dbf3965de0f0be208c3b9d41173cb9abe2
Author: Aled Sage <aled.s...@gmail.com>
Date:   2017-09-20T22:12:48Z

    Fix FunctionSensor’s rebind
    
    It was trying to serialise the TypeCoercions function. We don’t need
    that - it coerces automatically.

----


---

Reply via email to