Added Reactor Netty Http
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.projectreactor.netty</groupId>
|
||||
<artifactId>reactor-netty</artifactId>
|
||||
<artifactId>reactor-netty-http</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -81,7 +81,7 @@ public class Issue502Tests {
|
||||
then(response).isEqualTo("foo");
|
||||
// retries
|
||||
then(this.spans).hasSize(1);
|
||||
then(this.spans.get(0).tags().get("http.path")).isEqualTo("");
|
||||
then(this.spans.get(0).tags().get("http.path")).isEqualTo("/");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.projectreactor.netty</groupId>
|
||||
<artifactId>reactor-netty</artifactId>
|
||||
<artifactId>reactor-netty-http</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user