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 ee9d19b commit bb63cb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Args=--allow-incomplete-classpath \
--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 bb63cb0

Please sign in to comment.