spring-boot/spring-boot-project/spring-boot-autoconfigure
Moritz Halbritter b8021dbc65 Exclude Rabbit Stream when testing RabbitAutoConfiguration
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
2023-12-12 16:12:22 +01:00
..
src Exclude Rabbit Stream when testing RabbitAutoConfiguration 2023-12-12 16:12:22 +01:00
build.gradle Build against UCP and JDBC driver for Oracle Database variant ucp11 2023-12-05 11:40:35 +01:00