You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/resteasy-reactive/rest-client/deployment/src/test/java/io/quarkus/rest/client/reactive/ContextLocalPropagationTest.java
+31-4Lines changed: 31 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
22
22
importio.quarkus.test.QuarkusUnitTest;
23
23
importio.smallrye.common.vertx.ContextLocals;
24
+
importio.smallrye.mutiny.Uni;
24
25
importio.vertx.core.Context;
25
26
importio.vertx.core.Vertx;
26
27
@@ -33,13 +34,21 @@ public class ContextLocalPropagationTest {
Copy file name to clipboardExpand all lines: independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/ClientRequestContextImpl.java
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -65,19 +65,7 @@ public ClientRequestContextImpl(RestClientRequestContext restClientRequestContex
65
65
// Always create a duplicated context because each REST Client invocation must have its own context
66
66
// A separate context allows integrations like OTel to create a separate Span for each invocation (expected)
0 commit comments