-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
1.1.0.Beta1
-
None
There is no need for the proxies to continue to use javassist interfaces, as the javassist proxy layer is not longer in use.
The proxies still rely on
javassist.util.proxy.MethodHandler and javassist.util.proxy.ProxyObject
Both of these should be replaced with weld specific interfaces.
- is duplicated by
-
WELD-737 Proxy instantiation fails with IllegalAccessError for Beans with package private constructor
- Closed