Ales Justin commented on Bug WELD-892

In AbstractBeanStore class:

public <T> void put(String id, ContextualInstance<T> instance) {
beanStore.put(id, instance); // moved due to WELD-892
if (isAttached()) { String prefixedId = namingScheme.prefix(id); setAttribute(prefixedId, instance); }
log.trace(CONTEXTUAL_INSTANCE_ADDED, instance.getContextual(), id, this);
}

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira