Branch: refs/heads/2.0
Home:
https://github.com/weld/core
Commit: c248f8c6acb51247b51a08940b80c8de82b1e3c9
https://github.com/weld/core/commit/c248f8c6acb51247b51a08940b80c8de82b1e3c9
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2013-06-26 (Wed, 26 Jun 2013)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/SessionBean.java
M impl/src/main/java/org/jboss/weld/context/CreationalContextImpl.java
M impl/src/main/java/org/jboss/weld/context/WeldCreationalContext.java
R impl/src/main/java/org/jboss/weld/injection/AroundConstructCallback.java
M impl/src/main/java/org/jboss/weld/injection/ConstructorInjectionPoint.java
M
impl/src/main/java/org/jboss/weld/injection/ProxyClassConstructorInjectionPointWrapper.java
M
impl/src/main/java/org/jboss/weld/injection/producer/AbstractDecoratorApplyingInstantiator.java
M impl/src/main/java/org/jboss/weld/injection/producer/AbstractInstantiator.java
M impl/src/main/java/org/jboss/weld/injection/producer/BasicInjectionTarget.java
M
impl/src/main/java/org/jboss/weld/injection/producer/ConstructorInterceptionInstantiator.java
M impl/src/main/java/org/jboss/weld/injection/producer/ForwardingInstantiator.java
M impl/src/main/java/org/jboss/weld/injection/producer/Instantiator.java
M
impl/src/main/java/org/jboss/weld/injection/producer/InterceptorApplyingInstantiator.java
M
impl/src/main/java/org/jboss/weld/injection/producer/ejb/SessionBeanInjectionTarget.java
M
impl/src/main/java/org/jboss/weld/injection/producer/ejb/SessionBeanProxyInstantiator.java
M
impl/src/main/java/org/jboss/weld/interceptor/proxy/InterceptorInvocationContext.java
M
impl/src/main/java/org/jboss/weld/interceptor/reader/ClassMetadataInterceptorFactory.java
M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
M pom.xml
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/AbstractInterceptor.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/AlphaInterceptor.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/AroundConstructContainerIntegrationTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/BravoInterceptor.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/CharlieBinding.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/CharlieInterceptor.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/InterceptedStatefulBean.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/NumberProducer.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/Valuable.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/integration/ValuableDecorator.java
A
tests-arquillian/src/test/resources/org/jboss/weld/tests/interceptors/aroundConstruct/integration/ejb-jar.xml
Log Message:
-----------
WELD-1412 Introduce proper SPI for constructor interception of EE components
Commit: 486d0b9b64b332896d0a325986f95b9172c87775
https://github.com/weld/core/commit/486d0b9b64b332896d0a325986f95b9172c87775
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2013-06-26 (Wed, 26 Jun 2013)
Changed paths:
M impl/src/main/java/org/jboss/weld/servlet/HttpContextLifecycle.java
Log Message:
-----------
Be tolerant to how different servlet containers treat exceptions in
ServletRequestListener callbacks
Compare:
https://github.com/weld/core/compare/d745e9a25a90...486d0b9b64b3