Clone
Marcin Cieslak
committed
on 03 Dec 21
LDEV-5260 Add Reactor as Spring dependency
Spring is capable of configuring Reactor environment automatically if
Spring detects it on classp… Show more
LDEV-5260 Add Reactor as Spring dependency

Spring is capable of configuring Reactor environment automatically if

Spring detects it on classpath. The detection must happen when Spring is

still loading, not afterwards. So Reactor must be a Spring dependency as

otherwise it will load too late to get detected. Show less