Branch: refs/heads/5.1
Home:
https://github.com/weld/core
Commit: 03b48a610d333fa2e285dcca58f72953ee66f6c7
https://github.com/weld/core/commit/03b48a610d333fa2e285dcca58f72953ee66f6c7
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/classDefining/packPrivate/ProxyForInterceptedPackagePrivateBeanTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/classDefining/packPrivate/api/Alpha.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/classDefining/packPrivate/impl/AlphaImpl.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/classDefining/packPrivate/interceptor/MyInterceptor.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/classDefining/packPrivate/interceptor/SomeBinding.java
Log Message:
-----------
WELD-2758 Proxies for non-public class-based beans should reside in bean's package
if possible