Tobias Haindl

Results 2 comments of Tobias Haindl

Thanks for the feedback! Your suggestions totally make sense, I will have a look if I can find some time to implement a draft!

In the reproducer `Module1Controller` is not implementing an interface, `Module2Controller` and `Module3Controller` however are implementing an interface. For the `Module1Controller` bean the `ModuleTracingBeanPostProcessor.postProcessAfterInitialization` returns a Spring CGLIB Proxy, which is...