Skip to content

Commit

Permalink
Fix for native-image
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Mar 22, 2024
1 parent 0801f75 commit 51b245c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019, 2023 Oracle and/or its affiliates.
# Copyright (c) 2019, 2024 Oracle and/or its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -56,4 +56,5 @@ Args=--allow-incomplete-classpath \
--initialize-at-run-time=io.netty.internal.tcnative.SSLPrivateKeyMethod \
--initialize-at-run-time=io.netty.util.internal.logging.Log4JLogger \
--initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils \
--initialize-at-run-time=io.helidon.webserver.NettyInitializer
--initialize-at-run-time=io.helidon.webserver.NettyInitializer \
--initialize-at-run-time=io.netty.handler.ssl.JdkSslServerContext

0 comments on commit 51b245c

Please sign in to comment.