[weld-commits] [weld/core] 589bd1: WELD-1198 CDI-219 Support Request Scope for EJB @S...
GitHub
noreply at github.com
Mon Sep 10 10:28:49 EDT 2012
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: 589bd17d88bba01755227c23724707944df69995
https://github.com/weld/core/commit/589bd17d88bba01755227c23724707944df69995
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/ManagedBean.java
M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/singleton/complicated/Bar.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/singleton/complicated/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/singleton/complicated/Initializer.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/singleton/complicated/RequestScopeActiveDuringSingletonStartupWithDependenciesTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/singleton/complicated/ValueChangeListener.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/singleton/complicated/ValueHolder.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/singleton/simple/Chicken.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/singleton/simple/Initializer.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/singleton/simple/RequestScopeActiveDuringSingletonStartupTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/slsb/Bean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/slsb/Chicken.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/postConstruct/slsb/RequestScopeActiveDuringSLSBInitializationTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/startup/ejb/Chicken.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/startup/ejb/Initializer.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/request/startup/ejb/RequestScopeActiveDuringSingletonStartupTest.java
Log Message:
-----------
WELD-1198 CDI-219 Support Request Scope for EJB @Singleton @PostConstruct methods
More information about the weld-commits
mailing list