Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: 7e62ba401e0a07fcad3eb7df031d67c1a5820c5a
https://github.com/weld/core/commit/7e62ba401e0a07fcad3eb7df031d67c1a5820c5a
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2019-05-05 (Sun, 05 May 2019)
Changed paths:
M impl/src/main/java/org/jboss/weld/injection/MethodInvocationStrategy.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/DummyBean.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/MyBinding.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/MyInterceptor.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/MyOtherBinding.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/MyOtherInterceptor.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/SelfInvocationInterceptionTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/SomeBean.java
Log Message:
-----------
WELD-2571 Private final observer methods can incorrectly trigger interception via
self-invocation