You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by ahgittin <gi...@git.apache.org> on 2014/09/11 16:03:48 UTC

[GitHub] incubator-brooklyn pull request: [WIP] serialize any objects as js...

Github user ahgittin commented on the pull request:

    https://github.com/apache/incubator-brooklyn/pull/159#issuecomment-55267926
  
    just discovered that some things still create infinite loops, viz `LoadBalancer.PORT_NUMBER_SENSOR`:
    
        public static final BasicAttributeSensorAndConfigKey<AttributeSensor> PORT_NUMBER_SENSOR = new BasicAttributeSensorAndConfigKey<AttributeSensor>(
                AttributeSensor.class, "member.sensor.portNumber", "Port number sensor on members (defaults to http.port; not supported in all implementations)", Attributes.HTTP_PORT);
    
    causes:
    
    ```
    "member.sensor.portNumber":{"typeToken":
    {"array":false,"primitive":false,"componentType":null,"type":"java.lang.Integer","rawType":"java.lang.Integer","types":
    [{"array":false,"primitive":false,"componentType":null,"type":"java.lang.Integer","rawType":"java.lang.Integer","types":
    [{"array":false,"primitive":false,"componentType":null,"type":"java.lang.Integer","rawType":"java.lang.Integer","types":
    [{"array":false,"primitive":false,"componentType":null,"type":"java.lang.Integer","rawType":"java.lang.Integer","types":
    [{"array":false,"primitive":false,"componentType":null,"type":"java.lang.Integer","rawType":"java.lang.Integer","types":
    [{"array":false,
    ```


---
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.
---