pop1213

Results 4 comments of pop1213

> I've analysed this issue and here's the report, including a workaround. Analysis happened against version 6.0.10. > > In `PostProcessorRegistrationDelegate::invokeBeanFactoryPostProcessors`, there are the following steps: > > 1. Invoke...

> In essence, the transformation is applied for newly loaded classes from the moment AspectJ load time weaving is enabled. Because classes for `@Bean`s are loaded in step 4, you...

Using the temporary class loader is indeed a better idea. I haven't come across the issue you mentioned where some auto-configured beans cannot be found. If you have already raised...

I understand what you mean. However, in the above scenario, the console log printing shows that there are two pieces of data, but I get no result at all. This...