Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: a74bea9b22963e031983370f6a5ae3a804fda93e
https://github.com/weld/core/commit/a74bea9b22963e031983370f6a5ae3a804fda93e
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-10-30 (Thu, 30 Oct 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/AbstractContext.java
Log Message:
-----------
An attempt to optimize AbstractContext.getId()
There is not need to call ContextualStore.putIfAbsent() for RI beans because it's
called for all PassivationCapable beans during deployment.