Skip to content

Commit f761759

Browse files
committed
Update Netty native-image setup.
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
1 parent 73f2804 commit f761759

File tree

1 file changed

+3
-2
lines changed
  • webserver/webserver/src/main/resources/META-INF/native-image/io.helidon.webserver/helidon-webserver

1 file changed

+3
-2
lines changed

webserver/webserver/src/main/resources/META-INF/native-image/io.helidon.webserver/helidon-webserver/native-image.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2019, 2023 Oracle and/or its affiliates.
2+
# Copyright (c) 2019, 2024 Oracle and/or its affiliates.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -54,4 +54,5 @@ Args=--initialize-at-run-time=io.netty.buffer.UnpooledByteBufAllocator$Instrumen
5454
--initialize-at-run-time=io.netty.internal.tcnative.SSL \
5555
--initialize-at-run-time=io.netty.internal.tcnative.SSLPrivateKeyMethod \
5656
--initialize-at-run-time=io.netty.util.internal.logging.Log4JLogger \
57-
--initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils
57+
--initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils \
58+
--initialize-at-run-time=io.netty.handler.ssl.JdkSslServerContext

0 commit comments

Comments
 (0)