Files
spring-cloud-sleuth/spring-cloud-sleuth-zipkin
Marcin Grzejszczak b13f15f9d7 Added condition on presence of WebFlux
without this change we have a ClassNotFoundException when reactor dependency is not passed
with this change, we don't require anyone to actually have that dependency set. What we do is we conditionally create a bean of either reactor or nonreactor type, depending on the presence of the Flux class on the classpath

fixes gh-1074
2018-08-31 13:15:12 +02:00
..
2018-08-30 12:46:56 +02:00
2018-08-31 13:15:12 +02:00