From f7617598a273f609631f5270b2fc729a776a72c3 Mon Sep 17 00:00:00 2001 From: Tomas Langer Date: Fri, 22 Mar 2024 12:33:31 +0100 Subject: [PATCH] Update Netty native-image setup. Signed-off-by: Tomas Langer --- .../helidon-webserver/native-image.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webserver/webserver/src/main/resources/META-INF/native-image/io.helidon.webserver/helidon-webserver/native-image.properties b/webserver/webserver/src/main/resources/META-INF/native-image/io.helidon.webserver/helidon-webserver/native-image.properties index 469292445e4..5c296b9268b 100644 --- a/webserver/webserver/src/main/resources/META-INF/native-image/io.helidon.webserver/helidon-webserver/native-image.properties +++ b/webserver/webserver/src/main/resources/META-INF/native-image/io.helidon.webserver/helidon-webserver/native-image.properties @@ -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. @@ -54,4 +54,5 @@ Args=--initialize-at-run-time=io.netty.buffer.UnpooledByteBufAllocator$Instrumen --initialize-at-run-time=io.netty.internal.tcnative.SSL \ --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.netty.handler.ssl.BouncyCastleAlpnSslUtils \ + --initialize-at-run-time=io.netty.handler.ssl.JdkSslServerContext