[weld/core] 18af30: WELD-2712 Write more detailed tests for self-inter...
by Matej Novotny
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 18af30b7ae367ca2dac107d22b64c5c596c7bb6d
https://github.com/weld/core/commit/18af30b7ae367ca2dac107d22b64c5c596c7bb6d
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyFactory.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/resolution/circular/self/modifiers/SelfInjectingImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/resolution/circular/self/modifiers/SelfIntercept.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/resolution/circular/self/modifiers/SelfInterceptionComplexTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/resolution/circular/self/modifiers/SelfInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/resolution/circular/self/modifiers/SomeInterface.java
Log Message:
-----------
WELD-2712 Write more detailed tests for self-interception and allow protected access modifier on method and its return type/params
2 years, 8 months