[weld-commits] [weld/core] 62c48f: Fix ConstructorInterceptionInstantiator

GitHub noreply at github.com
Fri Apr 15 01:43:27 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 62c48ff08c638b33133127433ffc91a65c29dbd6
      https://github.com/weld/core/commit/62c48ff08c638b33133127433ffc91a65c29dbd6
  Author: Martin Kouba <mkouba at 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: 55313ec73f7ce956e4553ba8ea6a294ec0cc70ef
      https://github.com/weld/core/commit/55313ec73f7ce956e4553ba8ea6a294ec0cc70ef
  Author: Martin Kouba <mkouba at 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
    M jboss-tck-runner/src/test/tck20/tck-tests.xml
    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/3e950e71fd94...55313ec73f7c


More information about the weld-commits mailing list