From 21c11e1016277d791d76e51d82d3c34defc58ff5 Mon Sep 17 00:00:00 2001 From: Dmitry Aleksandrov Date: Thu, 13 Jan 2022 16:41:11 +0200 Subject: [PATCH 1/3] Native-image fix --- .../io-helidon-grpc/helidon-grpc-core/native-image.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties b/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties index 4c0a890b19b..ef33a8e2e61 100644 --- a/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties +++ b/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties @@ -22,4 +22,5 @@ Args=--initialize-at-build-time=com.google \ --initialize-at-run-time=io.grpc.netty.Utils$ByteBufAllocatorPreferDirectHolder \ --initialize-at-run-time=io.grpc.netty.Utils$ByteBufAllocatorPreferHeapHolder \ --initialize-at-run-time=io.helidon.grpc.core.JsonbMarshaller \ + --initialize-at-run-time=io.helidon.grpc.server.SSLContextBuilder \ --allow-incomplete-classpath From 452afcf4a21caf7d32faa840dfa82adfc8ba483a Mon Sep 17 00:00:00 2001 From: Dmitry Aleksandrov Date: Thu, 13 Jan 2022 16:50:09 +0200 Subject: [PATCH 2/3] Year fix... --- .../io-helidon-grpc/helidon-grpc-core/native-image.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties b/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties index ef33a8e2e61..dc022aac21d 100644 --- a/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties +++ b/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Oracle and/or its affiliates. +# Copyright (c) 2022 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. From e2ecb52c508ca8c6df3aeb860986127b091434a2 Mon Sep 17 00:00:00 2001 From: Dmitry Aleksandrov Date: Thu, 13 Jan 2022 19:12:41 +0200 Subject: [PATCH 3/3] Correct year fix --- .../io-helidon-grpc/helidon-grpc-core/native-image.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties b/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties index dc022aac21d..b64704ec106 100644 --- a/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties +++ b/grpc/core/src/main/resources/META-INF/native-image/io-helidon-grpc/helidon-grpc-core/native-image.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2022 Oracle and/or its affiliates. +# Copyright (c) 2021, 2022 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.