Skip to content

Commit

Permalink
Revert "Runtime (re)initialize Netty's PlatformDependent classes"
Browse files Browse the repository at this point in the history
This reverts commit 76c0278.
  • Loading branch information
gsmet committed Nov 29, 2023
1 parent e001514 commit 086eb5a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ NativeImageConfigBuildItem build(
log.debug("Not registering Netty native kqueue classes as they were not found");
}

builder.addRuntimeReinitializedClass("io.netty.util.internal.PlatformDependent");
builder.addRuntimeReinitializedClass("io.netty.util.internal.PlatformDependent0");

return builder //TODO: make configurable
.build();
}
Expand Down

0 comments on commit 086eb5a

Please sign in to comment.