[weld-commits] [weld/core] a74bea: An attempt to optimize AbstractContext.getId()
GitHub
noreply at github.com
Thu Oct 30 04:37:40 EDT 2014
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: a74bea9b22963e031983370f6a5ae3a804fda93e
https://github.com/weld/core/commit/a74bea9b22963e031983370f6a5ae3a804fda93e
Author: Martin Kouba <mkouba at 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.
More information about the weld-commits
mailing list