Branch: refs/heads/2.4
Home:
https://github.com/weld/core
Commit: ca09fce67fe9a9707e8d8c67e323a3d4dd23baca
https://github.com/weld/core/commit/ca09fce67fe9a9707e8d8c67e323a3d4dd23baca
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/FirstBean.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/Payload.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/PrivateObserverWithAnotherInterceptedMethodTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/SecondBean.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/SomeBinding.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/privateMethod/withInterception/SomeInterceptor.java
Log Message:
-----------
WELD-2443 add test.
Commit: 350bd64ad211ee7f657ee2c7bcacdf16e4906185
https://github.com/weld/core/commit/350bd64ad211ee7f657ee2c7bcacdf16e4906185
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
A impl/src/main/java/org/jboss/weld/bean/proxy/PrivateMethodHandler.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/SecurityActions.java
M
impl/src/main/java/org/jboss/weld/injection/ProxyClassConstructorInjectionPointWrapper.java
Log Message:
-----------
WELD-2443: Fix InterceptedSubclassFactory
- support private observer method which is NOT intercepted but is
declared on class which contains at least on intercepted method
Compare:
https://github.com/weld/core/compare/8611741fff1b...350bd64ad211