You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2017/01/31 11:32:19 UTC

[GitHub] brooklyn-server pull request #543: Remove uses of EntityLocal

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 <al...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server pull request #543: Remove uses of EntityLocal

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server issue #543: Remove uses of EntityLocal

Posted by neykov <gi...@git.apache.org>.
Github user neykov commented on the issue:

    https://github.com/apache/brooklyn-server/pull/543
  
    LGTM. Tested locally. Merging.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---