While work on main, I've found two problems with spring-boot-autoconfigure-processor when using Eclipse:
- When cleaning a project, Eclipse runs the processor against both
src/main/javaandsrc/test/java, writing the output tobin/default. This results in the output for the annotations insrc/test/javaoverwriting the output for the annotations insrc/main/java. - When changing a single
@ManagementContextConfigurationclass, Eclipse runs the processor against only that class. This results in the output only listing the recently-changed class and nothing else.
Comment From: wilkinsona
We've reverted the support for auto-generating the imports file for now. We'll have to address this as part of reintroducing support.