GitHub user kiuby88 opened a pull request:

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

    Avoiding object hashcode in entities' toString.

    Fixing [BROOKLYN-271](https://issues.apache.org/jira/browse/BROOKLYN-271)
    Avoiding object references in catalog ConfigKey cards, for example:
    
    <img width="1036" alt="captura de pantalla 2016-05-19 a la s 17 46 04" 
src="https://cloud.githubusercontent.com/assets/3704424/15399867/992624fa-1de9-11e6-9e21-b9efe659ab1e.png";>
    
    Last picture shows that default value of `softwareProcess.lifecycleTasks` 
config key does not contain the object hashcode `@XXXXX`. Then, objects 
`toString` methods are modified to avoid the hashcode.

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

    $ git pull https://github.com/kiuby88/brooklyn-server BROOKLYN-271

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

    https://github.com/apache/brooklyn-server/pull/146.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 #146
    
----
commit 5e1517b4c99f99c5368936a9f00ea180d0972776
Author: Kiuby88 <kiuby88.programm...@gmail.com>
Date:   2016-05-20T09:56:59Z

    Avoiding object hashcode in entities' toString.

----


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

Reply via email to