mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Rework `AbstractApplicationContextRunner.withBean` methods to align signatures as much as possible with those provided by the `ApplicationContext`. Also update the implementation to use a dedicate member variable rather than adding initializers. Closes gh-16011