Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: 55a9b05870ede2adf93b207a8ff1b8b60e5af06e
https://github.com/weld/core/commit/55a9b05870ede2adf93b207a8ff1b8b60e5af06e
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.