Exception in thread "main" org.graalvm.nativeimage.MissingReflectionRegistrationError: The program tried to reflectively invoke method public org.apache.logging.log4j.message.DefaultFlowMessageFactory() without it being registered for runtime reflection. Add it to the reflection metadata to solve this problem. See https://www.graalvm.org/latest/reference-manual/native-image/metadata/#reflection for help.
at org.graalvm.nativeimage.builder/com.oracle.svm.core.reflect.MissingReflectionRegistrationUtils.forQueriedOnlyExecutable(MissingReflectionRegistrationUtils.java:97)
at [email protected]/java.lang.reflect.Constructor.acquireConstructorAccessor(Constructor.java:74)
at [email protected]/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:496)
at [email protected]/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128)
at [email protected]/jdk.internal.reflect.ReflectionFa