Skip to content

Commit

Permalink
Merge pull request #720 from pjgg/rollback_26083
Browse files Browse the repository at this point in the history
Rollback workaround related to jaeger UdsNettyChannelProvider
  • Loading branch information
mjurc authored Jun 16, 2022
2 parents 9df198f + 541912d commit 528fee9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
smallrye.graphql.allowGet=true
quarkus.application.name=graphql-telemetry

#TODO https://github.com/quarkusio/quarkus/issues/26083
quarkus.native.additional-build-args=--allow-incomplete-classpath, -H:ReflectionConfigurationFiles=reflection-config.json
11 changes: 0 additions & 11 deletions http/graphql-telemetry/src/main/resources/reflection-config.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ vertx.webclient.retries=3
# Jaeger
quarkus.opentelemetry.tracer.exporter.jaeger.endpoint=http://localhost:14250/api/traces

#TODO https://github.com/quarkusio/quarkus/issues/26083
quarkus.native.additional-build-args=--allow-incomplete-classpath, -H:ReflectionConfigurationFiles=reflection-config.json
# debug symbols enabled
quarkus.native.debug.enabled=true
11 changes: 0 additions & 11 deletions http/vertx-web-client/src/main/resources/reflection-config.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@
import io.quarkus.test.bootstrap.JaegerService;
import io.quarkus.test.bootstrap.RestService;
import io.quarkus.test.scenarios.QuarkusScenario;
import io.quarkus.test.scenarios.annotations.DisabledOnNative;
import io.quarkus.test.services.JaegerContainer;
import io.quarkus.test.services.QuarkusApplication;
import io.restassured.response.Response;

@QuarkusScenario
@DisabledOnOs(value = OS.WINDOWS, disabledReason = "Windows does not support Linux Containers / Testcontainers")
// TODO https://github.com/quarkusio/quarkus/issues/26083
@DisabledOnNative(reason = "Native opentelemtry reported issue: NoSuchMethodException: UdsNettyChannelProvider")
public class OpentelemetryReactiveIT {
private static final int GRPC_COLLECTOR_PORT = 14250;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@
import io.quarkus.test.bootstrap.JaegerService;
import io.quarkus.test.bootstrap.RestService;
import io.quarkus.test.scenarios.QuarkusScenario;
import io.quarkus.test.scenarios.annotations.DisabledOnNative;
import io.quarkus.test.services.JaegerContainer;
import io.quarkus.test.services.QuarkusApplication;
import io.restassured.response.Response;

@QuarkusScenario
@DisabledOnOs(value = OS.WINDOWS, disabledReason = "Windows does not support Linux Containers / Testcontainers")
// TODO https://github.com/quarkusio/quarkus/issues/26083
@DisabledOnNative(reason = "Native opentelemtry reported issue: NoSuchMethodException: UdsNettyChannelProvider")
public class OpentelemetryIT {
private static final int GRPC_COLLECTOR_PORT = 14250;

Expand Down
2 changes: 0 additions & 2 deletions monitoring/opentelemetry/src/test/resources/pong.properties
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
//TODO https://github.com/quarkusio/quarkus/issues/26083
quarkus.native.additional-build-args=--allow-incomplete-classpath, -H:ReflectionConfigurationFiles=reflection-config.json

0 comments on commit 528fee9

Please sign in to comment.