-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
1
-
False
-
False
-
Undefined
-
---
-
---
-
System.getProperty("org.graalvm.nativeimage.imagecode") is null when run in JDK mode and != NULL when running or building a native image.
This is used in multiple places to conditionally include code in the generated image: add a common public static final field or method that can be reached across the codebase, or evaluate an alternative solution if this is not feasible
- relates to
-
KOGITO-3330 Hotfix: Conditional eager reading of resources on native-image
- Resolved