Skip to content

Commit 089d3cc

Browse files
authored
Changes for native image to work with GraalVM 25 for a simple application (#10862)
* Changes for native image to work with GraalVM 25 for a simple declarative application. * Does not impact version 21.
1 parent 90f69d9 commit 089d3cc

File tree

1 file changed

+4
-1
lines changed
  • service/registry/src/main/resources/META-INF/native-image/io.helidon.service/helidon-service-registry

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024 Oracle and/or its affiliates.
2+
# Copyright (c) 2024, 2025 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.
@@ -16,4 +16,7 @@
1616
Args=--initialize-at-build-time=io.helidon.common.types \
1717
--initialize-at-build-time=io.helidon.service.registry.ServiceLoader__ServiceDescriptor \
1818
--initialize-at-build-time=io.helidon.service.registry.CoreServiceDiscovery \
19+
--initialize-at-build-time=io.helidon.service.registry.ServiceLoader__ServiceDescriptor$ProviderKey \
20+
--initialize-at-build-time=io.helidon.service.registry.ServiceLoader__ServiceDescriptor$ServiceProviderDescriptor \
21+
--initialize-at-build-time=io.helidon.common.LazyValueImpl \
1922
--initialize-at-build-time=io.helidon.common.Errors

0 commit comments

Comments
 (0)