Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
proxy-impl-1.0.1
-
None
-
None
Description
The Aries Proxy weaving code has a exclusions for the packages that it uses (e.g. ASM) to prevent it trying to weave classes that are needed to weave classes. Obviously this is necessary to prevent cycle/NoClassDefFoundError/Kaboom type problems.
One of the things needed by the proxy weaving code is logging. There is an existing exclusion for SLF4J, but this can also be provided by logback. This also needs to be excluded.