Using Spring Boot WebFlux 2.4.3, there are blocking calls, detected by BlockHound when properties are loaded during the call.
Program was run with JDK 11 on Windows 10.
A simple program is attached. It contains a few static images, but when a unexisting image is requested, BlockHound detects a blocking call when the framework reads a properties file, to find the configuration for the error handling.
See the test class in the attached program.
spring-reactor-webflux-blockhound properties.zip
Using Spring Boot WebFlux 2.4.3, there are blocking calls, detected by BlockHound when properties are loaded during the call.
Program was run with JDK 11 on Windows 10.
A simple program is attached. It contains a few static images, but when a unexisting image is requested, BlockHound detects a blocking call when the framework reads a properties file, to find the configuration for the error handling.
See the test class in the attached program.
spring-reactor-webflux-blockhound properties.zip