RootCauseunvalidated
The `HelloService` bean is returned as a plain Java object without any proxy applied. — when the `BeanPostProcessor` has a dependency on another bean (`GoodByeService` in this case). Tension: the AOP proxy is not applied to the target bean.
d329a1c9-0632-473b-9c87-22bf0a4b26e6
The HelloService bean is returned as a plain Java object without any proxy applied. — when the BeanPostProcessor has a dependency on another bean (GoodByeService in this case). Tension: the AOP proxy is not applied to the target bean.