In #29872 a new file for auto-configuration discovery has been introduced. Our auto-configurations are still referenced in the spring.factories.

Task: move them from spring.factories to the new file.

Nice to have tasks:

  • [ ] Develop a migration tool to convert our existing codebase (a tool will be valuable for other project, but we might also be able to use sed)
  • [ ] Update our annotation processor so the the new auto-configuration file can be auto-generated