Skip to content

Commit

Permalink
Merge pull request wildfly#17880 from jasondlee/WFLY-19326
Browse files Browse the repository at this point in the history
[WFLY-19326] LinkageError: loader constraint violation for class io.netty.*
  • Loading branch information
darranl committed May 10, 2024
2 parents 95f4e2e + 279c640 commit 4ab33a7
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -55,11 +55,7 @@ class OpenTelemetrySubsystemDefinition extends PersistentResourceDefinition {
"io.opentelemetry.api",
"io.opentelemetry.context",
"io.opentelemetry.exporter",
"io.opentelemetry.sdk",
"io.smallrye.opentelemetry",
"io.vertx.core",
"io.vertx.grpc-client",
"io.netty.netty-buffer"
"io.opentelemetry.sdk"
};

static final RuntimeCapability<Void> OPENTELEMETRY_CAPABILITY =
Expand Down

0 comments on commit 4ab33a7

Please sign in to comment.