Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 7c43f8b9cfbf2c5828d9927870da4bcf2cbcf09c
https://github.com/weld/core/commit/7c43f8b9cfbf2c5828d9927870da4bcf2cbcf09c
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/SessionBean.java
M impl/src/main/java/org/jboss/weld/injection/producer/ejb/SessionBeanInjectionTarget.java
Log Message:
-----------
WELD-1699 Only use the EJB implementation class when building the instantiator, use the bean class for everything else
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 4cb66f665128c6890976a6e913b816c08ee12186
https://github.com/weld/core/commit/4cb66f665128c6890976a6e913b816c08ee12186
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/http/LazyHttpConversationContextImpl.java
Log Message:
-----------
Deactivate the lazy conversation context even if not initialized before
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: d4156094b5395ce9e8c8750ed32f54cf02ffa3d1
https://github.com/weld/core/commit/d4156094b5395ce9e8c8750ed32f54cf02ffa3d1
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/WeldServletLifecycle.java
M environments/servlet/tests/base/src/main/java/org/jboss/weld/environment/servlet/test/crosscontext/CrossContextForwardTestBase.java
M environments/servlet/tests/base/src/main/java/org/jboss/weld/environment/servlet/test/util/Deployments.java
Log Message:
-----------
WELD-1697 Allow to configure the container id within weld-servlet
WELD-1518 Update CrossContextForwardTest