GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/987
Fix DSL recursive-reference detection
As per the code comment, I broke this in
https://github.com/apache/brooklyn-server/pull/971. This PR fixes it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
fix-dsl-recursion-detection
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/987.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 #987
----
commit 5bc7546b9e2f5af743fad41533322c7804dd8e1b
Author: Aled Sage <aled.sage@...>
Date: 2018-09-07T18:50:39Z
Fix DSL recursive-reference detection
----
---