GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/543
Remove uses of EntityLocal
Deletes usage of the deprecated `EntityLocal` (folk should just use
`Entity` wherever possible, as it's a lot simpler to explain/understand!).
This is careful to not change the signature of any interfaces or methods
that folk might be overriding. It does change some static utility methods
though, to take `Entity` instead of `EntityLocal` as a param, because that is
safe.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
delete-EntityLocal-usage
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/543.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 #543
----
commit bda9e83e4b84bd66d935b6f5c05206965ffde32c
Author: Aled Sage <[email protected]>
Date: 2017-01-30T09:11:29Z
Remove uses of EntityLocal
----
---
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.
---