Problemunvalidated
when using Spring AOP to proxy a `HelloService` bean in combination with a custom `BeanPostProcessor` (`MyPostProcessor`) and a `FactoryBean` (`MyFactoryBean`). Outcome: the `@AfterReturning` advice in `MyAspect` is not invoked.
224378b4-9543-4d59-9796-46096451f465
when using Spring AOP to proxy a HelloService bean in combination with a custom BeanPostProcessor (MyPostProcessor) and a FactoryBean (MyFactoryBean). Outcome: the @AfterReturning advice in MyAspect is not invoked.