Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: 4bdcd431e54e12612f42d45bc82af562324883d3
https://github.com/weld/core/commit/4bdcd431e54e12612f42d45bc82af562324883d3
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: c74af6d28cc6d68e955e8d9eba147656605aa962
https://github.com/weld/core/commit/c74af6d28cc6d68e955e8d9eba147656605aa962
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/InterceptedProxyFactory.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/c40af9652543...c74af6d28cc6