mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
The stream auto-configuration is tested in RabbitStreamConfigurationTests, and excluding it prevents the creation of the "rabbitStreamEnvironment" Environment bean, which delays the application context close by 1 second because it has to wait for some Netty resources to gracefully shut down. Closes gh-38750