With the move to generating the auto-configuration and management context import files at build time using annotation processors, we need to enable annotation processing in Eclipse. Without it, we can't run any smoke tests in Eclipse as no auto-configuration entries are available which causes import selection for @EnableAutoConfiguration to fail.