* Remove the use of instance suppliers on bean definitions that are processed during the AOT phase. * The remaining areas that use instance suppliers do so at runtime and do not use reflection, but instead are passed the configured bean to register. See https://github.com/spring-cloud/spring-cloud-stream/issues/2655 **Cherry-pick to `6.0.x`**