Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to:

  • Sign the contributor license agreement
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission

Comment From: markpollack

What if someone wants to make a native application that does not use autoconfiguration? I think moving these into individual vendor packages is a good idea, but not into autoconfiguration. Suggestions for another spot?

Comment From: markpollack

will move out of autoconfig and into an aot package following the approach in spring data jpa - see here.

Comment From: markpollack

Closing in favor of https://github.com/spring-projects/spring-ai/pull/323