Skip to content

Commit

Permalink
Merge pull request #576 from stuartwdouglas/575
Browse files Browse the repository at this point in the history
Fixes #575, make the resource leak detector initialized at runtime
  • Loading branch information
stuartwdouglas authored Jan 20, 2019
2 parents 97014a8 + 9e5e846 commit fafe2fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ SubstrateConfigBuildItem build() {
.addRuntimeInitializedClass("io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder")
.addRuntimeInitializedClass("io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator")
.addRuntimeInitializedClass("io.netty.handler.ssl.ReferenceCountedOpenSslEngine")

.addNativeImageSystemProperty("io.netty.leakDetection.level", "DISABLED") //TODO: make configurable
.build();
}

Expand Down

0 comments on commit fafe2fb

Please sign in to comment.