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

    https://github.com/apache/brooklyn-server/pull/419#discussion_r87213698
  
    --- Diff: 
core/src/main/java/org/apache/brooklyn/core/config/internal/AbstractConfigMapImpl.java
 ---
    @@ -356,8 +357,9 @@ protected ConfigInheritance 
getDefaultRuntimeInheritance() {
                 
                 Function<TContainer, Maybe<Object>> lookupFn = new 
Function<TContainer, Maybe<Object>>() {
                     @Override public Maybe<Object> apply(TContainer input) {
    -                    Maybe<Object> result = getRawValueAtContainer(input, 
queryKey);
    -                    if (!raw) result = resolveRawValueFromContainer(input, 
queryKey, result);
    +                    // lookup against ownKey as it may do extra resolution 
(eg grab *.* subkeys if a map)
    --- End diff --
    
    Makes sense. Also good testo coverage. 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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to