chaokunyang commented on code in PR #2701: URL: https://github.com/apache/fory/pull/2701#discussion_r2453781951
########## integration_tests/graalvm_tests/src/main/resources/META-INF/native-image/org.apache.fory/graalvm_tests/native-image.properties: ########## @@ -33,4 +33,6 @@ Args=-H:+ReportExceptionStackTraces \ org.apache.fory.graalvm.CollectionExample,\ org.apache.fory.graalvm.ArrayExample,\ org.apache.fory.graalvm.Benchmark,\ - org.apache.fory.graalvm.Main + org.apache.fory.graalvm.FeatureTestExample,\ + org.apache.fory.graalvm.Main,\ + org.apache.fory.util.GraalvmSupport$GraalvmClassRegistry Review Comment: this should be moved into `native-image.properties` under fory-core -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
