Github user neykov commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/594#discussion_r28209654
  
    --- Diff: usage/rest-api/src/main/java/brooklyn/rest/domain/EntitySpec.java 
---
    @@ -19,14 +19,19 @@
     package brooklyn.rest.domain;
     
     import static com.google.common.base.Preconditions.checkNotNull;
    +
     import com.google.common.collect.ImmutableMap;
    +
     import org.codehaus.jackson.annotate.JsonProperty;
     
    +import java.io.Serializable;
     import java.util.Collections;
     import java.util.Map;
     
    -public class EntitySpec implements HasName {
    +public class EntitySpec implements HasName, Serializable {
    --- End diff --
    
    Does this restrict the possible values for spec configuration to 
serializable instances only?


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

Reply via email to