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

    https://github.com/apache/brooklyn-server/pull/358#discussion_r81183657
  
    --- Diff: 
core/src/main/java/org/apache/brooklyn/core/config/BasicConfigKey.java ---
    @@ -184,7 +192,7 @@ public String getDescription() {
         protected boolean reconfigurable;
         protected ConfigInheritance typeInheritance;
         protected ConfigInheritance runtimeInheritance;
    -    protected Predicate<? super T> constraint;
    +    protected List<Predicate<? super T>> constraints;
    --- End diff --
    
    This is persisted so should be extra careful with renames. When passing 
constraints from java the caller can wrap them in `and` if multiple, so this 
change is not needed. Suggest reverting.


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