While work on main, I've found two problems with spring-boot-autoconfigure-processor when using Eclipse:

  1. When cleaning a project, Eclipse runs the processor against both src/main/java and src/test/java, writing the output to bin/default. This results in the output for the annotations in src/test/java overwriting the output for the annotations in src/main/java.
  2. When changing a single @ManagementContextConfiguration class, 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.