Improve support for reactor #1027 (#1028)

* reactor Mono/Flux enhancement : post review fixes (methods renamed to reactor)
* new span started on @ContinueSpan should be closed on completion
* #1027 tests for reactor Mono/Flux support enhancement

fixes gh-1027
This commit is contained in:
Sergii Karpenko
2018-08-09 12:01:17 +03:00
committed by Marcin Grzejszczak
parent 04440fa959
commit 85761191d8
9 changed files with 1193 additions and 43 deletions

View File

@@ -77,6 +77,16 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>