Phillip Webb
Phillip Webb
Could you please attach a sample project that we can download and run. The snippets are helpful, but a full project with a build file will be better to ensure...
Also, if you can replicate this in Java that will be even better as there's one less moving part.
I think we should add some caching to `org.springframework.boot.test.system.OutputCapture` so that repeated calls are faster.
We pretty much only use qdox now to get the fully-qualified class name. I think we could probably replace it with our own parser if we wanted.
At least for now we're going to go with... Maven: ``` spring-boot:process-aot spring-boot:process-test-aot ``` Gradle: ``` bootProcessAot bootProcessTestAot ```
Work is ongoing for this in https://github.com/philwebb/spring-boot/tree/gh-31965
@petromir not really I’m afraid. We’re currently investing most of time on other issues. I suspect it might take a while for us to get to this one.
We're going to try and support `@ComponentScan`. We'll update `ImportsContextCustomizerFactory` to detect it and `ImportsContextCustomizer` to include it as part of the cache key.
We're not going to add a property to switch the implementations. If users want the indexed version then they'll need to configure it themselves.
We discussed this today and we'd really like to align things if possible so that the property is just used for the request header. @markt-asf would an enhancement to Tomcat...