Skip to content

Commit

Permalink
native-image fix for netty 4.1.100.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 17, 2023
1 parent 4bbcbaf commit 6914cda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Args=--initialize-at-run-time=io.netty.buffer.UnpooledByteBufAllocator$Instrumen
--initialize-at-run-time=io.netty.handler.codec.marshalling.MarshallingDecoder \
--initialize-at-run-time=io.netty.handler.codec.marshalling.MarshallingEncoder \
--initialize-at-run-time=io.netty.handler.codec.protobuf.ProtobufDecoder \
--initialize-at-run-time=io.netty.handler.pcap.PcapWriteHandler$WildcardAddressHolder \
--initialize-at-run-time=io.netty.handler.ssl.ConscryptAlpnSslEngine \
--initialize-at-run-time=io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator \
--initialize-at-run-time=io.netty.handler.ssl.JettyAlpnSslEngine$ClientEngine \
Expand Down

0 comments on commit 6914cda

Please sign in to comment.