Branch: refs/heads/2.3
Home:
https://github.com/weld/core
Commit: bf4e9d4f49db74928f8bdf5b7ad56b42d2ee1d53
https://github.com/weld/core/commit/bf4e9d4f49db74928f8bdf5b7ad56b42d2ee1d53
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M
impl/src/main/java/org/jboss/weld/injection/producer/ConstructorInterceptionInstantiator.java
M impl/src/main/java/org/jboss/weld/logging/InterceptorLogger.java
M jboss-tck-runner/src/test/tck12/tck-tests.xml
Log Message:
-----------
Fix ConstructorInterceptionInstantiator
- throw CreationException if one of the interceptor methods in the
AroundConstruct chain did not invoke InvocationContext.proceed()
Commit: b5b73f3c3c038a13d353019b4c0a1f18270451f6
https://github.com/weld/core/commit/b5b73f3c3c038a13d353019b4c0a1f18270451f6
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/CreationalContextImpl.java
M
impl/src/main/java/org/jboss/weld/injection/producer/ConstructorInterceptionInstantiator.java
M
impl/src/main/java/org/jboss/weld/injection/producer/InterceptorApplyingInstantiator.java
M impl/src/main/java/org/jboss/weld/interceptor/proxy/InterceptionContext.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/lifecycle/Alpha.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/lifecycle/AlphaBinding.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/lifecycle/AlphaInterceptor.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/aroundConstruct/lifecycle/AroundConstructInterceptorLifecycleTest.java
Log Message:
-----------
WELD-2131 Reuse interception context for AroundConstruct chain
Compare:
https://github.com/weld/core/compare/8c765e20c286...b5b73f3c3c03