Branch: refs/heads/2.2
Home:
https://github.com/weld/core
Commit: e1b446e27c59212f7cf364a4daa7de2e49ee6732
https://github.com/weld/core/commit/e1b446e27c59212f7cf364a4daa7de2e49ee6732
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/AbstractContext.java
M impl/src/main/java/org/jboss/weld/context/http/HttpRequestContextImpl.java
Log Message:
-----------
Contexts - minor improvements
An invocation of getBeanStore() usually involves ThreadLoca.get().
Therefore we should avoid unnecessary invocations if possible.